Skip to content

Kustomize

Kustomize is an open-source tool used for the customization of Kubernetes YAML configurations.^[400-devops__06-Kubernetes__Kustomize.md] It functions as a standalone utility but is also integrated into kubectl via SIG CLI.^[400-devops__06-Kubernetes__Kustomize.md]

The core mechanism of Kustomize is YAML overlay (yml 疊加), which allows users to manage configuration variants by layering different sets of changes rather than modifying the base files directly.^[400-devops__06-Kubernetes__Kustomize.md]

Resources

  • GitHub Repository: kubernetes-sigs/kustomize^[400-devops__06-Kubernetes__Kustomize.md]
  • Official Documentation: ^[400-devops__06-Kubernetes__Kustomize.md]

Sources

^[400-devops__06-Kubernetes__Kustomize.md]