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
Are you looking for the `helm upgrade --install` command? That's a common approach people use for managing releases.
Helmfile is actually a solid option, especially if your deployments are on the smaller side. It really helps with the issues you're facing.
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
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically