You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to check information about my cluster in Cluster Management, but the audit, score, and topology responses timed out.
What did you expect to happen?
apis response successfully
How can we reproduce it (as minimally and precisely as possible)?
import a large Kubernetes cluster and enter into cluster management.
Anything else we need to know?
I use Postman to get api, topology api use 43.5s and audit api use 38.5s, maybe find some ways to fix this performance issue.
And this is my cluster size:
Karpor version
v0.4.4
$ karpor -V
# paste output here
OS version
# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output herealpine Docker
# On Windows:C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here
Install tools
Helm Chart
The text was updated successfully, but these errors were encountered:
@CirillaQL Thanks for feedback, what you said looks like a performance problem. Usually, the first execution of the audit api will scan all resources in the set cluster. The calculation result will record in the cache, but this will cause the first time to open the page too slowly when there are more resources, which is indeed a problem.
I think I can optimize performance at this point:
Do not scan all resources, or asynchronously scan resources
What happened?
I tried to check information about my cluster in Cluster Management, but the audit, score, and topology responses timed out.
What did you expect to happen?
apis response successfully
How can we reproduce it (as minimally and precisely as possible)?
import a large Kubernetes cluster and enter into cluster management.
Anything else we need to know?
I use Postman to get api, topology api use 43.5s and audit api use 38.5s, maybe find some ways to fix this performance issue.
And this is my cluster size:
Karpor version
OS version
Install tools
The text was updated successfully, but these errors were encountered: