A Release Is an Installed Chart
Naming an instance of a chart running in a namespace.
From Chart to Release
When you install a chart into a cluster, Helm creates a release: one running instance of that chart with a name you choose. 🚀
The Install Command
You make a release with helm install. The first argument is the release name, the second is the chart to deploy.
helm install my-web ./mychartAll lessons in this course
- What Lives Inside a Chart Package
- A Release Is an Installed Chart
- Revisions: Every Change Is Versioned
- One Chart, Many Releases