This is a proposal to implement a Gloabal Load balancing service for a cloud offering solution.
- Load Balancer Service:
This is can be a microservice or a wrapper sevice delpoyed without a single pont of failure. This service will take request and identify the parameters such as application and region the request originated. Then service will check the Redis-Leader-Board to identify which load balancer is availble and have a minimum latency for the selected application and region ..etc. After selecting the load balancer the request will pass to the specific load balancer.