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
in the client config struct returned by BuildConfigFromFlags, there are throttling configuration options:
QPS: allowed queries per second in steady state. defaults to 5, but you can set higher if desired
Burst: allowed burst. defaults to 10, but you can set higher if desired
Hello,
I have some performance issue when using the same kubernetes
Clientset
for multiple concurrent requests.Is it required to create a new Clientset for every request we want to make on the kubernetes API ?
Case 1
Same kubernetes client for multiple requests
performance result
As you can see, response time is increasing a lot
Case 2
Multiple kubernetes client for multiple requests
performance results
Packages versions
Thanks
The text was updated successfully, but these errors were encountered: