Is it possible to set the source IP on packets originating from a Kubernetes Cluster using Cloud NAT and THEN route the traffic over a Cloud VPN?
The issue I'm running into when routing traffic from the Kubernetes cluster over Cloud VPN is the source IP is set to one of the pod IPs (in the 10.30 range) NOT the Cloud NAT IP so the server on the other end rejects the packets.
Any advice would be greatly appreciated.