I know there sit a loadbalancer between the request and my app and I can scale it, but is it possible to have instances living in different regions?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
π @sebastianbrerup
Currently a single app cannot span more than one region, however you could deploy your application in each region manually and set a third party global loudbalancer directing traffic to each of the provided ingress URLs.
Hi there,
A quick update here, DigitalOcean has announced new Global Load Balancers (currently in beta) which will allow you to distribute traffic to Droplets in different regions for high availability (HA) and performance.
Whereas regional load balancers distribute traffic within a single region, global load balancers span multiple regions and route users to your nearest available backend Droplet.
For more information you can check out this documentaiton here:
Or check out this introduction video here:
- Bobby