...

/

How Swarm Primer Works

How Swarm Primer Works

Let's take a bird's-eye view of Docker Swarm.

Swarm nodes

On the clustering front, a swarm consists of one or more Docker nodes. These can be physical servers, VMs, Raspberry Pi’s, or cloud instances. The only requirement is that all nodes have Docker installed and can communicate over reliable networks.

Terminology: When referring to the Docker Swarm technology, we’ll ...