Figure out how DevWorkspace operator / webhooks server responds to heavy load #398
Labels
sprint/current
Is assigned to issues which are planned to work on in the current team sprint
Milestone
Description
Since the DevWorkspace operator adds webhooks for
pods/exec
, we need to stress-test the webhooks server (and to a lesser extent, the controller itself) to get a sense of what effect deploying this to a big cluster would have. This is crucial since every time the webhooks server crashes, allpods/exec
requests are blocked until it comes back up.pods/exec
requests on a cluster?pods/exec
significantly when we're under load?Part of the difficulty in testing this is getting a reasonable estimate of how many requests we should actually expect.
The text was updated successfully, but these errors were encountered: