kustomize
Installation
SKILL.md
kustomize
Use this skill to keep Kubernetes manifest customization structured, overlay-based, and free of template duplication.
Intent Router
| Request | Reference | Load When |
|---|---|---|
| Install kustomize standalone or kubectl built-in | references/install-and-setup.md |
User needs to install kustomize or verify version |
| kustomize build, edit, kubectl apply -k commands | references/command-cookbook.md |
User needs day-to-day kustomize operations |
| kustomization.yaml anatomy, generators, patches | references/kustomization-structure.md |
User wants to understand or author kustomization.yaml |
| base/overlay layout, environment overlays, GitOps | references/overlays-and-bases.md |
User asks about multi-environment patterns or GitOps integration |
Quick Start
# Preview rendered output
kustomize build ./overlays/production