Kustomize
Jump to navigation
Jump to search
↑ https://kubernetes.io/blog/2018/05/29/introducing-kustomize-template-free-configuration-customization-for-kubernetes/
wikipedia:Kustomize (May 2018) [1] provides resource Generators to create Secrets
and ConfigMaps
Installation:
- macOS:
brew install kustomize
- Linux: cd /usr/local/bin/ && curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash && cd -
kubectl kustomize
kubectl kustomize --help
kustomize --help
kustomize build deploy/manifests | kubectl apply -f -
kustomize cfg
kustomize create
kustomize edit
kubectl version --short=true Client Version: v1.24.1 Kustomize Version: v4.5.4 Server Version: v1.20.15-eks-a64ea69 WARNING: version difference between client (1.24) and server (1.20) exceeds the supported minor version skew of +/-1
Related
- Helm
kubectl version
- Argo CD
- Grafana operator:
kubectl apply -k deploy/manifests/
- CKA: Awareness of manifest management and common templating tools
- datree kustomize
- kustomize.toolkit.fluxcd.io
See also
- Kustomize,
kubectl kustomize, kustomize build
- ConfigMaps:
kubectl [ get | edit | describe | create | delete ] configmaps
,aws-auth
, Kustomize,kind: ConfigMap, ConfigMapRef, envFrom
Advertising: