In the world of micro-services, load balancing is a cornerstone to achieve scalability. There are various load balancing algorithms that distributes incoming traffic to multiple servers. This prevents a single server from becoming a bottleneck and ensuring quick response time and less outage. Among multiple load balancing algorithms consistent...