Open PlatformLC opened 2 years ago
ztunnel is at a very early stage, so the answer is no
ztunnel is at a very early stage, so the answer is no
Thanks for the information. Since outbound: pick random upstream instead of first has implemented a simple random solution. Is there any on going plan for load balance and how about its priority?
I'd actually be fine deferring this beyond alpha.. Random is a proper load balancing algorithm -- although it may not be optimal, its at least a valid one. Initially we were always doing endpoints[0]
which was obviously broken
@stevenctl I am going to move this out of Alpha blocker but feel free to move back if you disagree
https://github.com/istio/ztunnel/pull/868 helps a bit
Is still worth adding common LB, like rr, last-connection?
Maybe long term, but I don't think its a high priority currently. kube-proxy operates with "random" and for most cases its good enough.
If we introduce alternatives, we have a big hurdle of API design around this.
Is there any option/config to support upstream selection while VIP upstream has many wordload endpoint?