We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should support some 'locality aware' load balancing in ztunnel.
Kubernetes core Service has this now in 1.30: https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/4444-service-routing-preference#summary. We can utilize this as the API.
This gives a 'PreferClose' to strictly use the close endpoints only, if they are available.
There is also existing "use only same node" mode that we will want to implement.
We will want to make PreferClose the default for waypoints.
API design TBD
The text was updated successfully, but these errors were encountered:
Implement locality aware load balancing
e943b23
Fixes istio#862
563a616
Implement locality aware load balancing (#868)
f918a76
* Implement locality aware load balancing Fixes #862 * Update docs * Add tests and pick better names * fixes
howardjohn
Successfully merging a pull request may close this issue.
We should support some 'locality aware' load balancing in ztunnel.
Kubernetes core Service has this now in 1.30: https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/4444-service-routing-preference#summary. We can utilize this as the API.
This gives a 'PreferClose' to strictly use the close endpoints only, if they are available.
There is also existing "use only same node" mode that we will want to implement.
We will want to make PreferClose the default for waypoints.
API design TBD
The text was updated successfully, but these errors were encountered: