How to handle multiple connections to microservice behind LoadBalancer
If there is a restful microservice A which has 50 instances of the same services, and if each instance can handle a million concurrent connections, total 50 instances can handle around 50 million concurrent connections.