Replies: 1 comment
-
@Nish0808 can you post the output of your requests failing, with as much verbosity as possible? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed the nginx 1.12.0 using Helm charts where I enabled globalConfiguration.create: true and provided the listeners and also installed transport-server-tcp.yaml and transport-server-udp.yaml. Now, I am wondering, after doing all these, how can I simply reach to my endpoint ( UDP and TCP ) from outside the cluster using nginx ingress controller. I have created Service type for nginx controller as NodePort and trying to access my app using (One of worker node IP):5000 where 5000 is my udp & tcp port but it fails and that is obvious as I do not see any nodePort opened for 5000?
Also, is there a way to provide session affinity based on client IP to redirect all the traffic (UDP and TCP)from same client to one pod only ?
Beta Was this translation helpful? Give feedback.
All reactions