0
votes

currently we are using GCP global Loadbalancer with serverless backend with Cloud Run services. All services are deployed in one project per env dev/test/prod and split into multiple regions with loadbalancer in prod project.

Issue is that we'd like to have separate project for each set of services that each team have own space for services. This will allow us to better manage IAM and handle issues in error reporting.

Is it possible to have one project for load balancer and X projects for teams with cloud run connected to this loadbalancer?

1
I succeeded tonight. I will write an article on this, very interesting! Can you wait a week or so? Can I name you? (if so and if you have a medium user, share it with me)guillaume blaquiere

1 Answers

1
votes

According to the official documentation:

Serverless network endpoint groups overview

"Load balancers using serverless NEG backends must be created in the same project as the Cloud Run (fully managed), App Engine, or Cloud Functions services pointed to by the NEG"

Therefore I do not believe it is possible to have the load balancer in one project and the serverless NEG backends in another project.