Problem Statement
What does Kustomize allow you to do in Kubernetes IaC?
Explanation
Kustomize allows developers to reuse and modify existing Kubernetes YAML files without creating separate copies.
By layering configurations, it supports environment-specific customization (for example, dev, staging, production) while maintaining a single source of truth for base templates.
