UDP Based LB is not working for the example(basic-tcp-udp) specified in examples folder #2736
Replies: 4 comments 6 replies
-
@githubstoreforme can you share your deployment of Ingress (including configmap)? |
Beta Was this translation helpful? Give feedback.
-
@githubstoreforme did you create your globalconfiguration to setup the UDP listeners as well as your transport server todo L4 UDP loadbalancing?
|
Beta Was this translation helpful? Give feedback.
-
@githubstoreforme have you seen this recent article on this topic? TCP/UDP Load balancing with NGINX Ingress That has good information for what you are trying to do. |
Beta Was this translation helpful? Give feedback.
-
@githubstoreforme did you open up the port on your upstream load balancer? DO you have that file available to review? |
Beta Was this translation helpful? Give feedback.
-
Dear Team,
I am trying to establish UDP based Load balancing, as part of it I am trying out the example specified in the below link.
I have tried all the steps specified in the example as is (tried multiple times) on AKS but couldn't succeed (I don't see any logs been logged either in NGINX or CoreDNS also).
Could please you check once and let me know.
Path:
https://github.com/nginxinc/kubernetes-ingress/tree/main/examples/custom-resources)/basic-tcp-udp/
and also I have tried below example also in another AKS setup
https://github.com/nginxinc/kubernetes-ingress/tree/v2.2.2/examples/tcp-udp
Beta Was this translation helpful? Give feedback.
All reactions