List resources kustomize
List all settable fields in the kustomization
kustomize cfg list-setters .
more kustomize
all 23 commands →
Build and apply
kubectl apply -k ./overlays/prod
Preview output
kubectl kustomize ./overlays/prod | head -100
Set image tag
kustomize edit set image myapp=myapp:v1.2.3
Add configMapGenerator
kustomize edit add configmap my-config --from-literal=key=value
List resources in overlay
kustomize build ./overlays/prod | grep "^kind:"