Announcements
The Google Cloud Community will be in read-only from July 16 - July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Connection kubernetes instance to serverless in different region

Hello everyone, I'm facing a issue between a App Engine and a postgres that is inside a kubernetes cluster. This 2 services are on 2 different projects. App engine is on project 1 and kubernetes in project 2. Project 2 has a vpc (with the kubernetes) and its shared with project1. A serverless vpc access with a connector was made on the project 1 to a subnet on project 2.
In order to make this possible we followed a guide ( https://cloud.google.com/vpc/docs/serverless-vpc-access ), all the necessary firewall rules was applied. We made test by making use of vpc peering and we made a test by creating a cloud function on the region of the kubernetes, us-east1 (with a us-east1 connector) and the connection was successful. So we think its a problem with the region.

Andrecoelhoo_0-1730192877257.png