-
Notifications
You must be signed in to change notification settings - Fork 542
Add support for Load Balancing Policy #1778
New issue
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
Comments
For posterity, this has been brought up a few times. Here's some of the prior art: Historically we have landed on policy attachment being the suggested method to handle this, however I'm personally OK with seeing where this goes. @youngnick and @robscott should weigh in. |
thanks @shaneutt for surfacing all the prior issues ! would ideally like to see this as a native noun rather than a policy attachment |
I'm with you that this would be good. To make it happen we're going to need someone who's dedicated to championing it, teasing out all the issues and pushing it forward as a GEP. I think getting this right across multiple implementations is going to be a little tricky. |
thanks, I see how this feature can be related to the Backend Properties proposal outlined in https://github.com/kubernetes-sigs/gateway-api/pull/1333/files . From an API perspective, the |
We want this feature, but we consider it low priority until |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What would you like to be added:
The ability for the user to specify the load balancing policy/algorithms used when load balancing requests from the gateway to the upstream / backend.
Why this is needed:
To improve performance/throughput in production.
Examples in Data Plane
Examples in Control Plane
The text was updated successfully, but these errors were encountered: