0

I want to expose some Cloud Runs and other URL endpoints in a single DNS and I am trying to use Load Balancer for that, but i got stuck trying to create a route for a Internet NEG.

I have created the internet backend with the fully qualified domain of my cloud run instance (the same I use to invoke) and then attached to the front end using this rules:

enter image description here

And then after the setup I ended up with: The requested URL / was not found on this server. That’s all we know. when requesting the front end address.

luisvenezian
  • 441
  • 5
  • 18

1 Answers1

1

I am posting Mr @GuillaumeBlaquiere article as answer for the awareness of other users who will search this concern.

The article’s name is “Cloud Run and Load balancing: go beyond your own project!” wherein routing traffic to Cloud Run URL using Google Cloud Load Balancer works.

Yvan G.
  • 753
  • 1
  • 8