Load Balancing Algorithms — From Round Robin to LOR

Round Robin and Least Connection were the standard load balancer choices for years. Yet the core algorithm that modern LBs like Envoy and AWS ALB ship as their headline option is Least Outstanding Requests, and its practical implementation is Power of Two Choices. This post traces the evolution path along which the unit of routing decisions moved from connection to request.

June 13, 2026 · 7 min read

Envoy — When Static Reverse Proxies Meet Cloud-Native

Manual reload, static upstreams, weak L7 observability — four limits a static reverse proxy hits in a cloud-native environment, and the four mechanisms Envoy uses to address them.

July 10, 2024 · 5 min read