Difference between revisions of "Kustomize"

From wikieduonline
Jump to navigation Jump to search
Line 25: Line 25:
 
* <code>[[kubectl version]]</code>
 
* <code>[[kubectl version]]</code>
 
* [[Argo CD]]
 
* [[Argo CD]]
 +
* [[Grafana operator]]: <code>[[kubectl apply -k]] deploy/manifests/</code>
  
 
== See also ==
 
== See also ==

Revision as of 17:27, 12 December 2022

wikipedia:Kustomize (May 2018) [1] provides resource Generators to create Secrets and ConfigMaps

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

See also

  • https://kubernetes.io/blog/2018/05/29/introducing-kustomize-template-free-configuration-customization-for-kubernetes/
  • Advertising: