-
Notifications
You must be signed in to change notification settings - Fork 5
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
UDP support with OVHcloud Managed Kubernetes LoadBalancer #416
Comments
UDP is mandatory on MKS, thus we could be in position to implement HTTP3. |
Hello @Sporesirius @matmicro |
Hi @yomovh , And is it possible to configure Octavia as a pass-through network load balancer? |
Hello, |
Hello, we confirm this feature is correctly integrated :) |
@LisaPerrier |
A private BETA has been planned, if you are interested contact me on Discord. |
Since this will be implemented by #104 I propose to close the issue. |
@yomovh, if this has been fixed, it looks like the documentation needs to be updated. |
@Warfront1 Thanks for pointing that. |
Could you please do the needfull to provide proxy_protocol with IDP on Octavia LB ? Thanks |
Hello @matmicro, Public Cloud Load Balancer (Based on Octavia) does support UDP protocol which is the initial topic of this requirement. It also supports proxy protocol with TCP. |
Hello, I confirm what is said by @antonin-a : |
* gateway bridge service is back to NodePort because OVH doesn't support UDP load-balancing in the kubernetes managed service: - OVH documentation for known limits https://support.us.ovhcloud.com/hc/en-us/articles/1500005048361-Managed-Kubernetes-Known-Limits - github request feature: ovh/public-cloud-roadmap#416
* gateway bridge service is back to NodePort because OVH doesn't support UDP load-balancing in the kubernetes managed service: - OVH documentation for known limits https://support.us.ovhcloud.com/hc/en-us/articles/1500005048361-Managed-Kubernetes-Known-Limits - github request feature: ovh/public-cloud-roadmap#416
Add UDP support to the OVHcloud Managed Kubernetes LoadBalancer.
https://help.ovhcloud.com/csm/en-public-cloud-kubernetes-known-limits?id=kb_article_view&sysparm_article=KB0049873
"The use of the UDP protocol is not supported."
EDIT: And add UDP Proxy Protocol support for the LB
The text was updated successfully, but these errors were encountered: