kustomize
Customization of kubernetes YAML configurations
kustomize lets you customize raw, template-free YAML files for multiple purposes, leaving the original YAML untouched and usable as is. kustomize targets kubernetes; it understands and can patch kubernetes style API objects. It's like make, in that what it does is declared in a file, and it's like sed, in that it emits edited text.
winget install --id Kubernetes.kustomize --exact --source winget Latest 5.8.1
Details
- Homepage
- https://github.com/kubernetes-sigs/kustomize
- License
- Apache-2.0
- Publisher
- Kubernetes SIGs
- Support
- https://github.com/kubernetes-sigs/kustomize/issues
- Copyright
- Copyright 2026 The Kubernetes Authors.