· Rajasekhar Gundala · Azure
How to setup docker swarm cluster on Ubuntu 18.04 in Azure VPS
Docker Swarm is native clustering for Docker. It turns a pool of Docker hosts into a single, virtual host. We continue to run the Docker commands we’re used to, but now they are executed on a cluster by a swarm manager. The machines in a swarm can be physical or virtual. After joining a swarm, they are referred to as nodes.