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 kustomizekubectl kustomize --helpkustomize --helpkustomize build deploy/manifests | kubectl apply -f -kustomize cfgkustomize createkustomize edit
kustomize version v5.4.1
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/ - Certified Kubernetes Administrator v1.33
- CKA: Awareness of manifest management and common templating tools
datree kustomize- kustomize.toolkit.fluxcd.io
kustomize.config.k8s.io- KRM
kubebuilder init
See also
- Kustomize (
kind: Kustomization),kubectl kustomize, kustomize build, kustomize.config.k8s.io, kubectl apply --kustomize - ConfigMaps:
kubectl [ get | edit | describe | create | delete ] configmaps,aws-auth, Kustomize,kind: ConfigMap, ConfigMapRef, envFrom, configmap XXX not found
Advertising: