Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Load Balancer HTTPS backend bucket cross project

I have a project A focused on storing artifacts in an artifact registry and storing buckets in GCS from this project.

Now, I have several projects that feed from this, some of them use GKE (containers) and pull the images from this project A and my problem comes with the buckets. If I have a project B with a load balancer and I want to add a back-end bucket whose bucket is hosted in project A, what is the way to do it?

I need the load balancer to be in project B, since it also has a back-end service pointing to the GKE of this same project. In the same way, there are many projects with this same architecture that I need all the load balancers to point to the GCS of this project A

 

Solved Solved
0 4 2,732
1 ACCEPTED SOLUTION

Hi @onintza 

The cross-project service referencing feature, which was launched recently, might be relevant to your use case. Please see this blog for details: https://cloud.google.com/blog/products/networking/cloud-load-balancing-gets-cross-project-service-re...

View solution in original post