Reputation: 1
I have a gateway running as a pod and accessing it via NodePort service on port 3XXXX on a server. I am able to send traffic to this gateway. But I am not able to forward traffic from this gateway pod to a service that is on a different and server(this service is not a Kubernetes service).
It is showing timeout. I am also not able to ping it from indside of pod.
I have whitelisted both servers with each other. Please help me.
Upvotes: 0
Views: 152