Gold Star
2018-11-28 05:31:30 UTC
We use HAProxy for HTTP load balancing in our company. We run HAProxy
inside a docker container. We would like to run multiple HAProxy containers
for High Availability. In particular, we would like to:
- run say, 10 HAProxy containers (1 HAProxy per container) to handle the
incoming traffic to our company
- have each of them be active (i.e. each of them processes roughly
one-tenth of traffic)
- if one of the containers goes down, the remaining HAProxy instances
should quickly and seamlessly take over the traffic share of the downed
HAProxy
How can we achieve this?
Thanks!
inside a docker container. We would like to run multiple HAProxy containers
for High Availability. In particular, we would like to:
- run say, 10 HAProxy containers (1 HAProxy per container) to handle the
incoming traffic to our company
- have each of them be active (i.e. each of them processes roughly
one-tenth of traffic)
- if one of the containers goes down, the remaining HAProxy instances
should quickly and seamlessly take over the traffic share of the downed
HAProxy
How can we achieve this?
Thanks!