Announcements
This site is in read only until 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.

Cloud Run/LoadBalancer/Bucket

Hi,

Long story short.


1. We got front in bucket and domain directs to this bucket via Load Balancer.

2. Also we got back-end on Cloud run. It's API.

The question is - how i can make forward from domain.com/api to Cloud run service.

Domain was buy in google domains, curentlly manage is by Cloud Domains

Greetings

0 2 192
2 REPLIES 2

Hi,

You can create serverless NEGs and add your backend(cloud run service) to that NEG. 

Now use load balancer URL map routing rules to route domian.com/api traffic to the above backend. That should do the work.

Hope that helps.   

it's don't work, I try this config

Top Solution Authors