Pattern 28 / SCALE
Load Balancing
Use this when spreading incoming requests across healthy backends.
- Pressure
- Spreading incoming requests across healthy backends
- Mechanism
- Route each request to an instance using round-robin, least-connections, weighted, or sticky algorithms
- Toll
- Health checks, uneven workloads, stickiness, and overload handling matter
