How Can I Manage Helm Declaratively?

0
1
Asked By TechWiz42 On

I'm curious why Helm doesn't inherently support a declarative approach. It would be great if there was an 'apply' command similar to Kustomize. I've heard Kustomize is working on a Helm generator, but it's still in the experimental phase. What's the current status of Helm hooks? Are they effective or not? I know ArgoCD can help with this, but it feels like overkill for my needs. Also, what do you think about using Helmfile and other alternatives for managing Helm releases?

3 Answers

Answered By CoderDude88 On

Are you looking for the `helm upgrade --install` command? That's a common approach people use for managing releases.

Answered By DevGuru99 On

Helmfile is actually a solid option, especially if your deployments are on the smaller side. It really helps with the issues you're facing.

Answered By CloudNinja77 On

You might want to check out FluxCD's Helm release feature or Terraform's Helm provider. They can help in managing your releases more effectively.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.