load test kubernetes proxy and improve scalability

5/21/2017

What are the possibilities and options to load test the kubernetes proxy and record the performance. What are the tools that can be used and how can scalability be measured ?

-- CMohan
kubernetes
load
performance
proxy
testing

1 Answer

5/22/2017

I'm not sure about kube-proxy specifially, but you can try out the node-perf project.

There is also a great demo for scale testing services here.

The networking e2e tests also have a specific networking perf test that you can run against a local or remote cluster.

-- cmluciano
Source: StackOverflow