browse
helm/

Helm

CNCF

The package manager for Kubernetes. Manages Helm charts for application deployment.

Containers & OrchestrationJSON
01Install
brew install helm
Download binary →

02Agent 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
FlagTypeDescription
--namespace/-nstringKubernetes namespace to target
--kube-contextstringKubernetes context to use
--output/-oenum [json, yaml, table]Output format

04Authentication
Methods
config-file
Config files
~/.kube/config
Setupkubectl config use-context <context>

05Capabilities
Reference
binaryhelm
checkhelm version
authconfig-file
formatstable, yaml, table
json flag-o json
version4.1.3