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

configuring backend service in load balancer that connects to different revisions of cloud run

Is it possible to create backend service in load balancer that connects to different revisions of same cloud run service based on path (with route like domain.com/v1 and domain.com/v2) ? What I found to create two different cloud run service and then configure but this is not what we want.

0 1 376
1 REPLY 1

Hi @nav1st,

Welcome to Google Cloud Community!

You may consider Serverless NEG. A serverless NEG can point to URL masks which in turn points to multiple functions or services. This might be a viable solution for your scenario.

I hope this helps.

Top Solution Authors