Introduction
Why Load Balancer?
- It split the traffic of multiple services among multiple machines
- When one node dies, you still have another one
- It supports auto-scaling when pre-set benchmark is reached (Not covered in this article)
- With proper CI / CD and health-check, it could achieve
rolling upgrade