Github Link: <a href="https://github.com/devtron-labs/helm-ui" rel="nofollow">https://github.com/devtron-labs/helm-ui</a><p>Helm is one of the most adopted package managers for deploying applications to Kubernetes. The intuitive Helm Dashboard offers a UI-driven approach for managing the lifecycle of Helm Applications, abstracting out all the complexities and challenges.<p>Through the dashboard, one can:<p>1. Manage community and custom helm charts
2. See manifest diff of past revisions
3. Easily rollback or upgrade between different versions
4. Seamlessly integrate and deploy various charts using Chart Groups
Interesting. The github repo seems to be an indirection for the purpose of this post to the actual repo which has the software. Would have been nice that you just used the actual github link. I discovered some other interesting things in the main repo - CI/CD, GitOps, governance related features. Would be nice that other viewers can also discover them. Those are definitely a big requirement for most teams starting their journey on kubernetes. But anyways, looking forward to trying this out myself soon.