Hey, When Docker Swarm mode got announced, one of the big features included was the routing mesh. Image from docs.docker.com Although the feature indeed works as expected, there’s the possibility that you might not want to have all of your nodes accepting connections and performing the job of a load-balancer. In this blog post, I go through what are the fundamental blocks that the routing mesh uses under the hood so we can block such kind of traffic on specific machines. The ingress load-ba...