You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
Kubernetes has the trafficDistribution parameter for Services (https://kubernetes.io/docs/concepts/services-networking/service/#traffic-distribution) allowing to e.g. set PreferClose so that connections use pods in the same zone or even the same node rather avoiding expensive cross availability zone traffic.