Scale testing #73
drmorr0
started this conversation in
Feature Requests and Future Work
Replies: 1 comment
-
|
According to my conversation with @wzshiming, if the VK impl. sticks to Informer, it has to keep all API objects in memory, and that'd consume a large amount of memory. In the live demo in KubeCon, at the end of 5k nodes / 10 pods scheduling process, the memory usage of kwok is ~200Mi. (observed from macOS's activity monitor) Would love to see the comparison. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We'd like to know how "big" we can actually go with our simulation. I've done ~1000 nodes on my local laptop, but sortof by accident, I haven't done any serious benchmarking or profiling. We'd also like to validate how much space traces actually take up. It would additionally be cool to do some kind of "before/after" scale testing with both the VirtualKubelet implementation and KWOK (see #70).
Beta Was this translation helpful? Give feedback.
All reactions