0Pricing
Helm Academy · Lesson

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 ./mychart

All lessons in this course

  1. What Lives Inside a Chart Package
  2. A Release Is an Installed Chart
  3. Revisions: Every Change Is Versioned
  4. One Chart, Many Releases
← Back to Helm Academy