I need to setup a LoadBalancing DNS entry, so a classic round robbin mechanism, given the following diagram:
________________
| |
| CLIENT |
| WEB BROWSER |
|________________|
||
||
_______\/_______
| |
| DNS SERVER |
|________________|
||
||
_______/ \_______
/ \
/ \
____________________ ____________________
| | | |
| Instance A | | Instance B |
|____________________| |____________________|
| ______________ | | ______________ |
| | | | | | | |
| | Service X | | | | Service X | |
| | | | | | | |
| | | | | | | |
| |______________| | | |______________| |
|____________________| |____________________|
If instance B should fail, how to configure the DNS to ShortCircuit Instance B and Fallback 100% of the calls to Instance A.
Is this possible at the DNS level?
Thank you.
EN