#
Docker SwarmDocker swarm is a technique to create and maintain a cluster of Docker Engines
Service deployed in any node can be accessed on other nodes in the same clusters
This command creates a network of Docker engines/ hosts to execute containers in parallel (for scaling up & high availability).
Docker Swarm is an orchestration tool like Kubernetes.
Features:
- High-Availability of services
- Auto load-balancing
- Decentralised Access
- Easy to Scale-up deployments
Docker Swarm