0PricingLogin
Helm Academy · Lesson

Deploy nginx with helm install

Your first running release from a public chart.

Your First Real Release

Time to deploy something real. With one helm install command you can run a full nginx web server on Kubernetes. 🚀

The Install Shape

Every install follows the same shape: helm install a release name, then the chart to use. That order never changes.

helm install RELEASE_NAME CHART

All lessons in this course

  1. Deploy nginx with helm install
  2. Naming Releases and Generating Names
  3. Targeting a Namespace at Install Time
  4. Watching the Pods Come Up
← Back to Helm Academy