Difference between revisions of "Kustomize"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
Installation:
 
Installation:
 
* macOS: <code>[[brew install kustomize]]</code>
 
* macOS: <code>[[brew install kustomize]]</code>
* Linux: [[curl -s]] "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"  | bash
+
* Linux: cd /usr/local/bin/ && [[curl -s]] "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"  | bash && cd -
  
  
Line 18: Line 18:
  
  
 +
kustomize version 
 +
v5.4.1
  
  
Line 36: 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]]
* [[datree kustomize]]
+
* <code>[[datree kustomize]]</code>
 
* [[kustomize.toolkit.fluxcd.io]]
 
* [[kustomize.toolkit.fluxcd.io]]
  

Latest revision as of 11:35, 17 April 2024

Advertising: