Load balancing and scaling long-lived connections in Kubernetes
出处:
learnk8s.io
作者:
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.