Here’s a quick and nice command that lists all releases no matter the state deployed
or failed
installed with Helm across all namespaces in a K8s cluster.
Prerequisites
- Helm
- Up and running k8s cluster
Solution
Once you are properly authenticated to the cluster, run the following command:
helm list --all
Conclusion
In case you face any issues, feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.