Govur University Logo
--> --> --> -->
...

In a Docker Swarm, what built-in networking component is responsible for receiving external traffic for a service and directing it to any available replica across the cluster?



In a Docker Swarm, the built-in networking component responsible for receiving external traffic for a service and directing it to any available replica across the cluster is the routing mesh. The routing mesh is a core feature of Docker Swarm that provides integrated layer 4 load balancing for services. When a service in a Docker Swarm is configured to publish a port, that service becomes accessible on that specific port on *everynode in the Swarm cluster, regardless of whether a replica of that service is actually running on the particu....

Log in to view the answer



Redundant Elements