0PricingLogin
Helm Academy · Lesson

See Everything with helm list

Listing releases across one or all namespaces.

What helm list Shows

The helm list command shows every release Helm is currently tracking in your namespace, so you always know what is deployed. 📋

helm list

One Row per Release

Each line in the output is one release: an installed instance of a chart, with its own name and revision.

All lessons in this course

  1. See Everything with helm list
  2. Reading helm status Output
  3. Clean Removal with helm uninstall
  4. Keeping History with --keep-history
← Back to Helm Academy