Hey there
I’m trying to debug an issue whereby it looks like traffic from a service running in GKE which is calling a Cloud Run endpoint is going out to the public IP via Cloud NAT, rather than routing internally.
I’ve reviewed https://cloud.google.com/run/docs/securing/private-networking#from-vpc, and I’ve confirmed that the subnet used by the GKE cluster has got “Private Google Access” enabled.
The Cloud Run service is configured to use a Serverless VPC Access Connector in the same VPC.
Any pointers?
Thanks