kustomize

Template-free customization of Kubernetes YAML manifests

brewmacoslinux
Try with needOr install directly
Source

About

Template-free customization of Kubernetes YAML manifests

Commands

kustomize

Examples

Build a kustomization directory and output customized manifests$ kustomize build ./overlays/production
Apply customized manifests directly to a Kubernetes cluster$ kustomize build ./base | kubectl apply -f -
Edit a kustomization file to add a ConfigMap$ kustomize edit add configmap my-config --from-literal=key=value