Hacker News new | ask | show | jobs
by johnsoft 1799 days ago
I use Helm because I haven't found another tool that deletes resources in the cluster when I delete them from the yaml. kubectl --prune is unstable and super buggy. I would love to ditch Helm. Is there a tool I should know about that covers this?
2 comments

Take a look at Kapp on https://carvel.dev/ for this, possibly.
kpt live apply prunes resources