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 listOne 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
- See Everything with helm list
- Reading helm status Output
- Clean Removal with helm uninstall
- Keeping History with --keep-history