https://codingchallenges.fyi/challenges/challenge-load-balancer/
- Build a load balancer that can send traffic to two or more servers.
- Health check the servers.
- Handle a server going offline (failing a health check)
- Handle a server coming back online (passing a health check)