Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 923 Bytes

Kustomize.md

File metadata and controls

21 lines (17 loc) · 923 Bytes

KUSTOMIZE

Kubernetes native configuration management

  • Kustomize introduces a template-free way to customize application configuration that simplifies the use of off-the-shelf applications. Now, built into kubectl as apply -k.

What is Kustomize ?

image

image

Reasons Kustomize is popular

Simplifies Configuration

  • Kustomize helps customizing config files in a template free way.
  • Kustomize provides a number of handy methods like generators to make customization easier.
  • It simplifies the manifest files using common values and generators, Common values help keep things like labels names and annotations consistent
  • Generators help create and map config maps and secrets to our pods