helm
CLIThe package manager for Kubernetes.
Install and manage Kubernetes applications via Helm charts
Recipes
Curated from documentation and usage. Percentages are estimates, not measurements.
Install a chart
helm install myapp ./chart -n namespaceUpgrade a release
helm upgrade myapp ./chart -n namespaceList all releases
helm list -ARollback a release
helm rollback myapp 1Install
Homebrew
brew install helmAgent notes
- When to use
- Deploying packaged apps to Kubernetes
- Quick examples
helm install myapp ./charthelm upgrade myapp ./chart
Use from an agent
curl -s https://clihub.com/api/tools/helm | jq '.agentHints.provenRecipes[] | {task, command, verified}'Or call get_tool with slug helm on the MCP server at https://clihub.com/mcp.