In docker swarm mode (docker engine 1.12+), for the service, what is the load balancing algorithm?
Is it pluginable?
Assuming it is round-robin, is it still needed for a high level load balancer? Since whatever routing algorithm the high level load balancer is using, the load will go to each node evenly.