Kustomize

Difficulty: Intermediate

Question

What is Kustomize?

Answer

A tool built into `kubectl` that allows you to customize YAML manifests (e.g., changing images for different environments) without using templates.

Concepts covered

Overlays, Manifests