LoadBalancer UDP #134
-
Is there anything I can do about load balancers not supporting udp? I'd use NodePort although I feel that it wouldn't be stable if the node is preempted. I've tried using an envoy gateway and UDPRoute but that just creates a load balancer anyway. I think I would use NodePort if there was a stable way to do so. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@bpofficial Right now we support only TCP protocol in our load balancers. We will consider adding support to UDP protocol in upcoming release. |
Beta Was this translation helpful? Give feedback.
@bpofficial Right now we support only TCP protocol in our load balancers. We will consider adding support to UDP protocol in upcoming release.
For now if you want to use NodePort service in stable way, please consider using On-Demand instance. This will help you to have a machine without preemption.
Please check this documentation for more on On-Demand instances.