If You're Using Helm, Why Not Give It a Pretty UI As Well?

Helm Dashboard is an open-source project by Komodor that offers a visual and user-friendly way to manage and visualize all the Helm charts installed in your clusters. Instead of using the terminal, you can leverage the Helm Dashboard’s intuitive UI to perform a variety of tasks that make working with Helm a breeze. Here are some of its key features: Visually pleasing chart list: The dashboard presents all the installed charts in an aesthetically pleasing manner. Comprehensive K8s resource view: Get a clear overview of the Kubernetes resources associated with each chart installation. Manifest visibility: Easily access and examine the manifests included in the charts. Chart upgrade notifications and UI execution: Stay informed about available chart upgrades, and perform upgrades directly from the UI. One-click rollback: Effortlessly revert to a previous chart installation with just one click. Manifest diffing: Quickly identify and understand the differences between manifests when upgrading or rolling back to a different version. In addition to these features, Helm Dashboard offers many other handy functionalities, which I will discuss further in the article. To summarize, almost anything you can do via the CLI, you can now accomplish with a few simple clicks in this elegant UI. ...

September 17, 2023 · 5 min · Arsh Sharma