helm
CLIThe package manager for Kubernetes.
0 views
Installation
Homebrew
brew install helmLinks
License
Apache-2.0AI Agent Notes
Install and manage Kubernetes applications via Helm charts
When to use
Deploying packaged apps to Kubernetes
Examples
helm install myapp ./charthelm upgrade myapp ./chart
Proven Recipes
Install a chart🟢 95% success
helm install myapp ./chart -n namespaceUpgrade a release🟢 95% success
helm upgrade myapp ./chart -n namespaceList all releases🟢 99% success
helm list -ARollback a release🟢 93% success
helm rollback myapp 1