A company X has five ips to a given service.
$ host www.example.com.br
www.example.com.br has address 13.194.4.159
www.example.com.br has address 13.194.4.152
www.example.com.br has address 13.194.4.151
www.example.com.br has address 13.194.4.143
www.example.com.br has IPv6 address 2190:3f0:4004:810::100f
And they're using DNS with round robin method. Is it possible to offer a failover in this solution?
(since I cant answer my question) Yes, it is. If each of these ips point to a failover LB.
- actually both LB have access to all cluster, not just a set of nodes as it is in the image above.