Difference between revisions of "Kustomize"
Jump to navigation
Jump to search
↑ https://kubernetes.io/blog/2018/05/29/introducing-kustomize-template-free-configuration-customization-for-kubernetes/
Line 26: | Line 26: | ||
* [[Argo CD]] | * [[Argo CD]] | ||
* [[Grafana operator]]: <code>[[kubectl apply -k]] deploy/manifests/</code> | * [[Grafana operator]]: <code>[[kubectl apply -k]] deploy/manifests/</code> | ||
+ | * [[CKA]]: [[Awareness of manifest management and common templating tools]] | ||
== See also == | == See also == |
Revision as of 18:57, 21 December 2022
wikipedia:Kustomize (May 2018) [1] provides resource Generators to create Secrets
and ConfigMaps
- https://kustomize.io/
brew install kustomize
kubectl kustomize
kubectl kustomize --help
kustomize --help
kustomize build deploy/manifests |kubectl apply -f -
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
See also
- ConfigMaps:
kubectl [ get | edit | describe | create | delete ] configmaps
,aws-auth
, Kustomize,kind: ConfigMap, ConfigMapRef, envFrom
- Kustomize,
kubectl kustomize, kustomize build
Advertising: