Hacker News new | ask | show | jobs
by numbsafari 846 days ago
If you didn’t have helm, you’d be using one of the other, much better tools, and be happier for it.
2 comments

I generally meant, if you didn't have something like helm you would use regex. In any case, please elucidate, what tool do you like best?
Not the poster you're replying to, but when it comes to deploying your own applications: generating Kubernetes manifests with whatever language you're already using and feeding JSON to `kubectl apply -f -` can accomplish the same outcome with less effort.

Helm is still useful for consuming 3rd party charts, but IMO it's status as the "default" is more due to inertia more than good design.

In my own experience I started off doing this because I wasn't ready to learn helm. However, after using helm once I didn't see the reason to do it in my own code any more.
I get the sense for the responses (and downvoting) that I will eventually learn to dislike helm!
Which ones would you recommend?
Any, it doesn’t matter which as long as you don’t have to count spaces in yaml by hand.

If you really want a concrete recommendation try https://cdk8s.io/.

Spinnaker
CUE