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.
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.