Difference between revisions of "Kustomize"

From wikieduonline
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
* https://kustomize.io/
 
* https://kustomize.io/
* <code>[[brew install kustomize]]</code>
+
 
 +
Installation:
 +
* macOS: <code>[[brew install kustomize]]</code>
 +
* Linux: cd /usr/local/bin/ && [[curl -s]] "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"  | bash && cd -
 +
 
 +
 
 +
 
 
* <code>[[kubectl kustomize]]</code>
 
* <code>[[kubectl kustomize]]</code>
 
* <code>[[kubectl kustomize --help]]</code>
 
* <code>[[kubectl kustomize --help]]</code>
Line 8: Line 14:
 
* <code>[[kustomize build]] deploy/manifests | [[kubectl apply -f]] -</code>
 
* <code>[[kustomize build]] deploy/manifests | [[kubectl apply -f]] -</code>
 
* <code>[[kustomize cfg]]</code>
 
* <code>[[kustomize cfg]]</code>
* <code>[[kustomize cfg]]</code>
+
* <code>[[kustomize create]]</code>
 +
* <code>[[kustomize edit]]</code>
 +
 
  
 +
kustomize version 
 +
v5.4.1
  
  
Line 28: Line 38:
 
* [[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]]
 
* [[CKA]]: [[Awareness of manifest management and common templating tools]]
 +
* <code>[[datree kustomize]]</code>
 +
* [[kustomize.toolkit.fluxcd.io]]
  
 
== See also ==
 
== See also ==

Latest revision as of 11:35, 17 April 2024

Advertising: