back

by stevekemp·13y ago·view on hn ↗
You're slightly misunderstanding things.

The article describes two things:

1. Having a virtual IP which can move around between two physical hosts, such that it is "always available". (It will clearly go away if both hosts crash).

2. Using HAProxy to route incoming requests, from the single virtual IP, to both back-end webservers.

This means in the expected & typical scenario where both hosts are online both webservers will handle half the load. When one host fails the other will handle all traffic.

1 comments
Ok, if both load balancers go away it will crash. When master or backup is up, both webservers in background can take all load (100%), because just one loadbalancer will work in one time.