Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maybe Use GC Load Balancer on Redirector #194

Open
jamesward opened this issue Jul 27, 2020 · 3 comments
Open

Maybe Use GC Load Balancer on Redirector #194

jamesward opened this issue Jul 27, 2020 · 3 comments

Comments

@jamesward
Copy link
Contributor

Why? Cool example of doing global load balancing and location based serving.

Could also either auto-select the region or change the default based on where the user is.

@ahmetb
Copy link
Contributor

ahmetb commented Jul 27, 2020

Probably harder for long-term maintenance (thinking of people who’d come after me) until there’s a native support for doing so with 1-command or something similar.

But the auto-select region argument is brilliant. It would work.

@jamesward
Copy link
Contributor Author

We do have deployment automated already: https://github.com/GoogleCloudPlatform/cloud-run-button/blob/master/cloudbuild-redirector.yaml

So we could possibly add all the setup / deployment there.

@ahmetb
Copy link
Contributor

ahmetb commented Jul 27, 2020

It’s more of "ensuring 7-8 load balancer are there" could be the difficult part. Something along the lines of Terraform can do this probably better. Similarly when you create a LB you'd need to deal with static IP management world and accidentally not deleting that, whereas it's hard to break Cloud Run domain mappings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants