Question

One server at office (with static public IP) and 1 DO droplet, can DO Load balancer balance between the two?

Hi, Cloud Noob here. I find DO docs and QA as my life saver countless times.

I have alays been monolith until I had a server outage which costed 12 hours of downtime for my SaaS.

I run a webserver at my office which has a public static IP Address, and have started to create DO roplets. Can I use digital ocean’s load balancers, to safely route traffice between the two? For example, if my home office server fails, can it route it to a DO droplet easily?

I am only interested in HTTP routing. Needs to be HTTP/2 (due to GRPC).


Submit an answer
Answer a question...

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!

Sign In or Sign Up to Answer

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.

Bobby Iliev
Site Moderator
Site Moderator badge
September 7, 2021
Accepted Answer

Hi there,

I believe that the Managed DigitalOcean Load Balancers could only be used with DigitalOcean assets like Droplets and Managed Kubernetes services.

Also, all Droplets must be in the same VPC network as the Load Balancer.

If you want to load balance external resources like an office service, you could use HAProxy instead. Here is a very good tutorial on how to get started with HAProxy:

https://www.digitalocean.com/community/tutorials/an-introduction-to-haproxy-and-load-balancing-concepts

Hope that this helps. Regards, Bobby

Kindly share your static server IP with us to enable your payment requests get to our API for processing.

Want to learn more? Join the DigitalOcean Community!

Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.