Kustomize
Kustomize is a template-free configuration tool for customizing raw, declarative Kubernetes YAML manifests through layered overlays rather than variable substitution.
5 resources across 3 libraries
Glossary Terms(2)
Kustomize
Kustomize is a template-free configuration tool for customizing raw, declarative Kubernetes YAML manifests through layered overlays rather than variable substi…
Skaffold
Skaffold is an open-source command-line tool from Google that automates the build, push, and deploy workflow for Kubernetes application development.
Cheat Sheets(1)
Interview Questions(2)
Helm vs Kustomize: What Is the Difference?
Helm packages Kubernetes manifests as templated “charts” with a Go-templating engine and a release/versioning model, while Kustomize takes plain, valid YAML ma…
What Are Kustomize Overlays?
A Kustomize overlay is a directory containing its own `kustomization.yaml` that references a shared `base` set of manifests and layers environment-specific pat…