How to create 1000 worker clusters and check the resource consumption of management cluster. #6308
-
I would like to measure the resources consumed by the controller manager while it Is there a way to use docker provider to deploy a cluster on multiple docker |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 7 replies
-
/cc @elmiko (kubemark might be able to help here I think) |
Beta Was this translation helpful? Give feedback.
-
@mihalycsokas Is the goal to figure a Cluster footprint and calculate how many clusters a given management cluster can allocate/cost? |
Beta Was this translation helpful? Give feedback.
-
thanks for the ping @sbueringer yeah, we could definitely simulate that, or attempt to, with the kubemark provider. depending on the size of the workload clusters we might need a relatively large instance (or a couple) to run it. kubemark by itself doesn't take up too much resources, but once you get more than 20-30 running on a moderate instance (2 cpu, 16G ram) it will start to get bogged down. but, if you use relatively large instances you can stuff a lot of kubemark in there. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the quick responses! I will try Kubemark, and post the results. |
Beta Was this translation helpful? Give feedback.
-
We did this in 1.5 and you can look at this KubeCon talk for reference |
Beta Was this translation helpful? Give feedback.
We did this in 1.5 and you can look at this KubeCon talk for reference