mhausenblas / kboom

The Kubernetes scale & soak load tester
Apache License 2.0
305 stars 24 forks source link

Use Pod watch instead of polling #9

Closed johscheuer closed 5 years ago

johscheuer commented 5 years ago

Currently kboom using a polling approach to see if all Pods are up and running. We should switch to a watch based approach because of the following benefits: