Kustomize
gitops gitops
Kubernetes manifest customization without templates
Prerequisites:
kubernetes
Pros and Cons
Ventajas
- + No templates, pure YAML
- + Integrated in kubectl
- + Overlays for multiple environments
- + Declarative patches
- + Resource composition
Desventajas
- - Less flexible than Helm for complex logic
- - No chart repository
- - Verbose for large changes
Casos de Uso
- K8s manifest customization
- Multi-environment deployments
- GitOps with pure YAML
- Declarative patches