Kubernetes kustomize: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
Kustomize does customize raw, template-free YAML files for multiple purposes, leaving the original YAML untouched and usable as-is. | Kustomize does customize raw, template-free YAML files for multiple purposes, leaving the original YAML untouched and usable as-is. | ||
== See also == | |||
* https://blog.stack-labs.com/code/kustomize-101/ - Kustomize - The right way to do templating in Kubernetes | |||
[[category:kubernetes]] | [[category:kubernetes]] |
Revision as of 11:22, 17 January 2020
Overview
Kustomize 내용 정리.
Kustomize does customize raw, template-free YAML files for multiple purposes, leaving the original YAML untouched and usable as-is.
See also
- https://blog.stack-labs.com/code/kustomize-101/ - Kustomize - The right way to do templating in Kubernetes