-
I need to create 2000 pods per second for benchmarking and I found that kwok controller cannot assign pod ready status so fast. What can I do to make it catch up the speed I create pods? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 15 replies
-
I suspect your bottleneck is that the kube-scheduler isn't fast enough You can try the following steps to speed things up
|
Beta Was this translation helpful? Give feedback.
-
I plan to find the bottleneck and fix it. #1283 |
Beta Was this translation helpful? Give feedback.
-
I had the same issue with KWOK as I wanted to load my K8s cluster using CL2. My test was creating 2000 deployments with 30 replicas at a rate of 50 deployments per second. I faced many |
Beta Was this translation helpful? Give feedback.
-
I've been busy lately, and I'll focus on improving performance in the next release. |
Beta Was this translation helpful? Give feedback.
-
Sorry for taking so long to reply. Lately I have had some time to devote to this project, I have been debugging the root cause which is QPS limiting apiserver to kwok-controller. I've tested that increasing concurrency doesn't improve much, adjust APF configuration for maximum improvement #1341 |
Beta Was this translation helpful? Give feedback.
Sorry for taking so long to reply.
Lately I have had some time to devote to this project, I have been debugging the root cause which is QPS limiting apiserver to kwok-controller.
I've tested that increasing concurrency doesn't improve much, adjust APF configuration for maximum improvement #1341