#39
in
Kubernetes
Interesting, I have approached this problem using Helmfile (https://github.com/roboll/helmfile) to define a “platform release package.”
I agree; helm is too declarative.
Whenever I can, I use helmfile[0] for storing variables for helm since it does add a declarative layer on top of helm.
Isn't that basically what helmfile[0] does?
It lets you declaratively define helm deployments, which in turn orchestrate k8s infrastructure.