kubernetes,

List all releases installed with Helm

Jun 04, 2023 · 1 min read · Post a comment

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.