Pramod Shashidhara
Pramod Shashidhara

Reputation: 959

Redirect or forward users to appropriate subdomains based on geo-location

I have an app running on google cloud run in different regions. Each region has a unique subdomain URL. For E.g asia.app.co and us.app.co

Now, we have to redirect/forward users to appropriate subdomains based on geo-location, when the root domain is accessed (app.co)

DNS based routing doesn't work as we have to forward to URLs.

How can I do this? Please help me.

Upvotes: 1

Views: 490

Answers (1)

Pentium10
Pentium10

Reputation: 208032

You need to follow: Serving traffic from multiple regions

and more about how load balancer works on Setting up a multi-region, content-based external HTTPS load balancer

Upvotes: 4

Related Questions