Kubernetes/kustomize: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== kustomize == kubectl kustomize | Kubernetes https://kubernetes.io/docs/reference/kubectl/generated/kubectl_kustomize/ kubectl kustomize DIR [flags] == kustomization.yaml == <pre> # Apply resources from a directory containing kustomization.yaml - e.g. dir/kustomization.yaml kubectl apply -k dir/ </pre> == keywords ==") |
No edit summary |
||
Line 12: | Line 12: | ||
kubectl apply -k dir/ | kubectl apply -k dir/ | ||
</pre> | </pre> | ||
== Kustomize == | |||
Kustomize - Kubernetes native configuration management | |||
https://kustomize.io/ | |||
== keywords == | == keywords == |
Revision as of 00:36, 9 February 2024
kustomize
kubectl kustomize | Kubernetes https://kubernetes.io/docs/reference/kubectl/generated/kubectl_kustomize/
kubectl kustomize DIR [flags]
kustomization.yaml
# Apply resources from a directory containing kustomization.yaml - e.g. dir/kustomization.yaml kubectl apply -k dir/
Kustomize
Kustomize - Kubernetes native configuration management https://kustomize.io/