Glance Jun 15, 2023

Distributed Load Testing Using Locust

Article Summary

Glance's engineering team scaled their load testing from basic scripts to a full Kubernetes-powered distributed system. Here's how they did it with Locust.

Ricky Mondal, Senior Software Engineer at Atlassian (formerly at Glance), shares a comprehensive guide to building scalable load testing infrastructure. The article walks through everything from basic Locust setup to deploying distributed tests across Kubernetes clusters.

Key Takeaways

Critical Insight

You can build production-grade distributed load testing with Locust, Docker, and Kubernetes that scales to hundreds of thousands of concurrent users.

The article includes actual deployment YAML files and a clever code structure pattern that most teams miss when scaling load tests.

Recent from Glance

Related Articles