Helm Basics¶
Helm is the package manager for Kubernetes.
It allows applications to be installed using charts, which bundle Kubernetes manifests into reusable packages.
Core Concepts¶
| Concept | Description |
|---|---|
| Chart | Package containing Kubernetes resources |
| Release | Running instance of a chart |
| Repository | Collection of charts |
| Values | Configuration overrides |
Install Helm¶
Example installation:
Check version:
Add a Repository¶
Update repositories:
Install a Chart¶
Example:
Upgrade a Release¶
Uninstall a Release¶
Values Example¶
Override chart configuration:
Or with a values file:
Useful Commands¶
List installed releases:
Show chart information:
Inspect values: