Adding a "global" Load Balancer vs service per container

A problem I ran into: a LB in a stack separate from the service failed to resolve the DN of the service container as resolv.conf was overriden by dhcp. Each stack with an own LB but binding the same port is prohibited by docker.

My solution: a LB of and with Aliases in one stack which each link to services in separate stacks solves this.