Route from pods to an ip in a VPN in GCP - Kubernetes

Job ID: 37464142

Budget: $30 – $250 USD

Right now we have a deployment under GCP with Kubernetes, all pods inside 1 node. All the pods what the ip address 10.x.x.x. Along that we have a VPN where we have a server under 192.168.x.x IP

The issue that we have its that we can not communicate from the PODS to the 192.168.x.x IP. If we try from the node a telnet or ping it works, if we try from another instance in GCP I can do a telnet but we can never do it from inside the pod

We. have been checking and it seems it has avoid masquerading 10.0.0.0/8, 192.168.0.0/16, 172.16.0.0/12.

We tried using hostNetwork: true in the deployment for the pods this works but this generates security issues