|
|
|
|
|
by jbyers
5184 days ago
|
|
It's an interesting use of an overlay network but the title of this post is misleading. This is the failover of a private IP behind a virtual network gateway. The failover happens at layer 2 using the same gratuitous ARP you might send to a local switch but over a virtual network. The resulting network has properties that might be interesting to a private network service (especially one that cannot easily be proxied) but less so for public-facing services. If your application speaks HTTP, a health-checking proxy server like haproxy on the gateway could perform the same service. If your application is used by the public internet, your gateway machine(s) and network(s) between the gateway and application become the weak links. The traditional fallback would be low-TTL DNS. |
|
The key application here is for those who wish to establish hybrid clouds, want to "cloud burst" their enterprise capabilities, or - as the opening sentence of the article explains - about "[organizations] moving part of [their] network and server infrastructure into the cloud".
And especially for those internal enterprise applications, running an HTTP proxy is not always possible.