-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Helm Dashboard Slow Performance #533
Comments
With the large and many charts, the requests for status and health take a while. The problem exists, and we need to find a way to fix it. |
Charts are actually pretty much small. |
Hi @undera do you have any plans to work on performance improvements ? |
Right now, main job takes most of my time. I'm open for contributions and collaboration, though. |
@harshit-mehtaa and @andriktr, we are open to contributions :) Another option is to use Komodor, where we have those capabilities and much more, designed to scale (hundreds of helm charts, thousands of clusters ). |
Description
Hey,
We recently implemented helm-dashboard in our dev cluster which has hundreds of ns's and helm charts. Everything fine except the performance of helm-dashboard UI. It might take a minutes to load a chart list or show the manifests of specific chart.
In the helm-dashboard log we see that simple api requests takes tens of seconds or even minutes to complete
Any suggestions on how to improve the performance. Container compute resources looks like:
what is 10% of limit.
Screenshots
Additional information
No response
The text was updated successfully, but these errors were encountered: