Helm Resources is an application stack for the cross-cluster monitoring on the releases of helm charts.
It observes not only the status of helm release itself but also its helm resources.
Architecture
Front End Web helm-resources-web
Back End API helm-resources-api
TL;DR
To spin-up your stack on http://localhost:8082/
Option 1: run the stack on Docker
docker-compose -f helm-resources.docker-compose.yml up --force-recreate --abort-on-container-exit --build