|
|
|
|
|
by speedgoose
2205 days ago
|
|
Indeed. Helm offers great features but it suffers from the kubernetes unnecessary complexity and by using golang templates in YAML. When I started with kubernetes I converted my small Docker compose files to kubernetes files. Later I rewrote everything in helm charts. Now it's almost more YAML and golang templates lines than business logic lines in my applications. I'm considering to go back to Docker compose files. It's simple, readable, and easy to maintain. |
|
Jsonnet in general is a pretty damn good configuration language, not only for Kubernetes. And much more powerful than HCL.