Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt

Locust is an open source tool for quickly scaling up and down load tests of web frontend as REST APIs. It allows testers to quickly create test profiles that can be orchestrated by multiple nodes in order to stress an HTTP endpoint.


In this Kubernetes namespace we have a simple 2 tiered architecture where a frontend component speaks to its backend components through the Kubernetes service abstraction. The service load balances against the health backend instances transparently to the frontend.

...