Clustering Docker containers behind load-balancers for HA Clustering Docker containers behind load-balancers for HA docker docker

Clustering Docker containers behind load-balancers for HA


Each container will be running on a dedicated port (normally allocated by Docker) and you'll need some mechanism to keep track of each container, in order to generate the configuration for your load balancer.

So nothing really changes, except the number of containers is potentially much larger, requiring automation in order to be practical. Containers are much more instant compared to virtual machines.