kustomize-basics

Installation
SKILL.md

Kustomize Basics

Kubernetes configuration customization without templates.

Basic Structure

app/
├── base/
│   ├── kustomization.yaml
│   ├── deployment.yaml
│   └── service.yaml
└── overlays/
    ├── development/
    │   └── kustomization.yaml
    └── production/
        └── kustomization.yaml
Installs
40
GitHub Stars
166
First Seen
Jan 22, 2026
kustomize-basics — thebushidocollective/han