google cloud platform – GCP Load Balancer and any unmatched hosts
I am trying to set up a GCP Load Balancer for my Cloud Run instances. As I’ve understood, I have to define a Backend, a Routing Rule and an A-Record for each of my cloud run. I would like to redirect all unmatched to my website, so I switched to the “Advanced host and path rule”, in the Default one I set “Redirect the client to different host/path”, add my full domain (example.com) in the “Host redirect” field and enabled HTTPS.
When navigating to the IP of my balancer “https://
Am I right? I am missing something?
Read more here: Source link