I would like to use multiple droplets that will host the same service to achieve high availability. If one droplet fails, another will take over. I still want to have a fast, low-latency connection between the droplets, so they all are going to be in the same datacenter.
How do I ensure that two droplets do not run on the same physical machine? How can I tell if two droplets share the same server rack?
I need to spread out my droplets to different physical servers mounted on different racks to ensure availability in case of a hardware failure or an issue with a whole rack.
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.
You will have hard time with this. You will need to contact support so they can assist you with request. Maybe they can create Droplets for on you on different machines/racks in datacenter.
One thing I found “funny” in API docs are Droplet Neighbors. Description of it says:
I never test or used this, but maybe it will return you Droplet data if you have more than on same physical machine. It will still not help you different rack, but maybe it can help with server. :)
As far as I’m aware, you have nothing to do. Droplets will be spread out.
You can confirm that this is the case by contacting support.