Deploy and manage Locust tests on Kubernetes.
91
stars
235
commits
Go
primary language
Sep 9, 2026
updated
Enable performance testing for the modern era!
Utilize the full power of Locust in the cloud.
Docs: github.io/locust-k8s-operator/
The operator has been completely rewritten in Go, bringing significant improvements:
| Improvement | Before (Java) | After (Go) |
|---|---|---|
| Memory | ~256MB | ~64MB |
| Startup | ~60s | <1s |
| Framework | Java Operator SDK | Operator SDK / controller-runtime |
--otel flagMigration Guide for existing v1 users

The Operator is designed to unlock seamless and effortless distributed performance testing in the cloud and enable continuous integration for CI/CD. By design, the entire system is cloud native and focuses on automation and CI practices. One strong feature about the system is its ability to horizontally scale to meet any required performance demands.
All documentation for this project is available at github.io/locust-k8s-operator/.
Install the operator using Helm:
helm repo add locust-k8s-operator https://abdelrhmanhamouda.github.io/locust-k8s-operator
helm install locust-operator locust-k8s-operator/locust-k8s-operator
Or from the repository:
helm install locust-operator charts/locust-k8s-operator/
# Install CRDs
make install
# Run operator locally (against configured cluster)
make run
# Run tests
make test
# Run E2E tests (requires Kind)
make test-e2e
# Build and push operator image
make docker-build docker-push IMG=<your-registry>/locust-operator:tag
See CONTRIBUTING.md for detailed development setup.
The project is actively maintained and under continuous development and improvement. If you have any request or want to chat, kindly open a ticket. If you wish to contribute code and/or ideas, kindly check the contribution section.
There's plenty to do, come say hi in the issues!
Also check out CONTRIBUTING.md.
Open source licensed under Apache-2.0 license (see LICENSE file for details).
Go
90.9%
Go Template
4.9%
Makefile
2.9%
Shell
1.1%
Deploy and manage Locust tests on Kubernetes.
91
stars
235
commits
Go
primary language
Sep 9, 2026
updated
Enable performance testing for the modern era!
Utilize the full power of Locust in the cloud.
Docs: github.io/locust-k8s-operator/
The operator has been completely rewritten in Go, bringing significant improvements:
| Improvement | Before (Java) | After (Go) |
|---|---|---|
| Memory | ~256MB | ~64MB |
| Startup | ~60s | <1s |
| Framework | Java Operator SDK | Operator SDK / controller-runtime |
--otel flagMigration Guide for existing v1 users

The Operator is designed to unlock seamless and effortless distributed performance testing in the cloud and enable continuous integration for CI/CD. By design, the entire system is cloud native and focuses on automation and CI practices. One strong feature about the system is its ability to horizontally scale to meet any required performance demands.
All documentation for this project is available at github.io/locust-k8s-operator/.
Install the operator using Helm:
helm repo add locust-k8s-operator https://abdelrhmanhamouda.github.io/locust-k8s-operator
helm install locust-operator locust-k8s-operator/locust-k8s-operator
Or from the repository:
helm install locust-operator charts/locust-k8s-operator/
# Install CRDs
make install
# Run operator locally (against configured cluster)
make run
# Run tests
make test
# Run E2E tests (requires Kind)
make test-e2e
# Build and push operator image
make docker-build docker-push IMG=<your-registry>/locust-operator:tag
See CONTRIBUTING.md for detailed development setup.
The project is actively maintained and under continuous development and improvement. If you have any request or want to chat, kindly open a ticket. If you wish to contribute code and/or ideas, kindly check the contribution section.
There's plenty to do, come say hi in the issues!
Also check out CONTRIBUTING.md.
Open source licensed under Apache-2.0 license (see LICENSE file for details).
Go
90.9%
Go Template
4.9%
Makefile
2.9%
Shell
1.1%