load-balancers

Table of Contents

Balancers

Load Balancers

Clients  LB         Servers
[] ----> [ ]--------> [ ]
[] ----> [ ]--------> [ ]
[] ----> [ ]--------> [ ]

At the DNS level, a strategy called Round Robin is used.

You may want to mix and match load balancing strategies based on parts of the services. You also need more than one load balancers, to reroute traffic to destinations.

Nginx allows for setting a weight parameter, which lets you route traffic to different servers at different rates..

Prev: [proxies](proxies.html) Next: [hashing](hashing.html)