diff --git a/docs/running-in-docker.rst b/docs/running-in-docker.rst index 1a5cc1e502..ad1e2f0802 100644 --- a/docs/running-in-docker.rst +++ b/docs/running-in-docker.rst @@ -39,10 +39,21 @@ official Locust docker image as a base image:: Running a distributed load test on Kubernetes -============================================= +============================================== -The easiest way to run Locust on Kubernetes is to use a `Helm chart `_. +HELM +***** + +One of the ways to run Locust on Kubernetes is to use a `Helm chart `_. There is a good helm chart here: `github.com/deliveryhero/helm-charts `_. -Note: this Helm chart is a separate project, and not supported by Locust maintainers. +Note: this Helm chart is a separate project, and not supported by Locust maintainers. + +Kubernetes Operator +******************* +Another way to run Locust on Kubernetes is to use the `Locust Kubernetes Operator `_. + +The Locust Operator is designed to unlock easy, seamless & effortless distributed performance testing in the cloud. + +Note: the Locust Kubernetes Operator is a separate project and is not supported by Locust maintainers.