kustomize
Kubernetes native configuration management
Kubernetes native configuration management
To install this package, run one of the following:
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.
Summary
Kubernetes native configuration management
Last Updated
Feb 10, 2026 at 07:06
License
Apache-2.0
Total Downloads
61.2K
Version Downloads
51
Supported Platforms
GitHub Repository
https://github.com/kubernetes-sigs/kustomizeDocumentation
https://kubectl.docs.kubernetes.io/