Load balancing and scaling long-lived connections in Kubernetes
Source :
learnk8s.io
Author :
Daniele Polencic
Kubernetes doesn't load balance long-lived connections, and some Pods might receive more requests than others. If you're using HTTP/2, gRPC, RSockets, AMQP or any other long-lived connection such as a database connection, you might want to consider client-side load balancing.