Hacker News new | ask | show | jobs
by all2 1001 days ago
I've been kinda partial to helm charts (on a k8s cluster). Standing up services is not awful. Have you used helm or similar? What do you think of these kind of tools?
2 comments

I don't manage one large compose file, but helm charts are where my home stuff is headed. Mostly for ingress controller functionality - it's the reverse proxy configuration that will get you.
Curious: What's the use case for helm if you have kustomize now built into kubectl?