-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Measure kubernetes addons resource usage #10335
Comments
cc/ @satnam6502 on bringing up 100-node scalability tests. |
@dchen1107 - we are already running 100-node scalability tests on Jenkins: |
Here are the results from a 4 node with 0 additional pods ("no load"). Test Setup
ResultsMemorySkyDNS Memory Usage kube2sky Memory Usage dns etcd Memory Usage Kibana-Logging Memory Usage CPU |
…data collected by kubernetes#10335. Please noted that both influxdb and heapster could be oom-killed due to memory leakage here.
… on data collected by kubernetes#10335
This is a follow up to the 4 node cluster 200 pod run, after 2 days. Test Setup
Results |
@saad-ali Could please measure ui addons too? |
@dchen1107 Yep, will do |
Here are the initial results for the Test Setup
ResultsSeems pretty light weight when not in use. Next I will add load to the cluster and leave the |
Since #10653 is merged - can we close this issue? |
One last thing: kube-ui which requires resource limit was added lately. After that, we can close this one. |
Who is doing this last one? Saad? |
Yep, I had a cluster running over the long weekend. I'll publish the remaining results for |
In #5880, We measure resource usage of heapster and other monitoring containers in a 100 node cluster with and without load. Based on that those container's container manifests (#10260, #10334) are updated with proper resource limit. But we don't have measurements for dns, and kibana yet.
cc/ @davidopp @brendandburns
The text was updated successfully, but these errors were encountered: