Kustomize!
this post was submitted on 17 Jul 2023
2 points (100.0% liked)
Kubernetes
503 readers
1 users here now
Welcome to Kubernets community. The CNCF graduated project.
founded 4 years ago
MODERATORS
I like helm and I think the main reason is that I have way less exposure to helm internals than you.
Helm seems to be designed to follow the write-once-apply-everwhere principle. My experience is
- find a promising k8s tool
- get the chart
- read the values file
- apply (as a flux helm release object)
I almost never need to untar and check the templates, helm for me is an easy to use high level abstraction.
I guess that's why they sell it as a package manager. The experience of writing the chart sounds dreadful, but using it is mostly trivial.