browseDownload binary →
helm/Helm
CNCFThe package manager for Kubernetes. Manages Helm charts for application deployment.
Containers & OrchestrationJSON
01Install
brew install helm02Agent Notes
helm manages Kubernetes packages (charts). `helm install/upgrade/uninstall <release> <chart>`. Use `-o json` for structured output. `helm list -o json` for releases. `helm repo add/update` for chart repos. `helm search repo <keyword>` to find charts. `helm show values <chart>` to inspect configurable values before installing.
03Global Flags
| Flag | Type | Description |
|---|---|---|
--namespace/-n | string | Kubernetes namespace to target |
--kube-context | string | Kubernetes context to use |
--output/-o | enum [json, yaml, table] | Output format |
04Authentication
Methods
config-file
Config files
~/.kube/configSetup
kubectl config use-context <context>05Capabilities
Reference
binary
helmcheck
helm versionauth
config-fileformats
table, yaml, tablejson flag
-o jsonversion
4.1.3