About Using Load Balancers

Load balancing can be used for:

  • Horizontal scaling,
  • High availability by performing health checks,
  • Blue/green a.k.a. staging/production switches,
  • Canary deployments to check new versions,
  • A/B Deployments for play-testing new features.

Dev Ops Architecture Development