Want to measure things that run for a long time to make sure that the cluster is stable over time. Performance doesn’t degrade, no memory leaks, etc.
github.com/GoogleCloudPlatform/kubernetes/test/soak/…
Single binary, puts lots of pods on each node, and queries each pod to make sure that it is running.
Pods are being created much, much more quickly (even in the past week) to make things go more quickly.
Once the pods are up running, we hit the pods via the proxy. Decision to hit the proxy was deliberate so that we test the kubernetes apiserver.
Code is already checked in.
Pin pods to each node, exercise every pod, make sure that you get a response for each node.
Single binary, run forever.