Question
Is it possible to set up non-round robin DNS load balancing?
Is it possible to set up non-round robin DNS load balancing?
Desired functionality:
*Note Server A is a clone of Server B
Scenario 1 - No fault :
[Incoming request] -> [DigitalOcean DNS ] -> [Server A responding]
Scenario 2 - Server A Fault:
[Incoming request] -> [DigitalOcean DNS] -> [Server A NOT responding] -> [Server B responds]
Scenario 3 - Server A & Server B Fault
[Me] -> [Bar] -> [Beer]
*Note, yes I read this:
https://www.digitalocean.com/community/articles/how-to-configure-dns-round-robin-load-balancing-for-high-availability
And the load balancing section here:
https://www.digitalocean.com/community/articles/dns-tips-and-tricks
Add a comment
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.
×