Docker Swarm
- Enables Multi Docker Host Setup/Configuration
- Every Machine is Node. Every Node should have Docker installed. We have two kinds of Nodes
- Manager
- Worker
- Manager is what we communicate with. Manager assigs work (Service => Task) to worker.
- Worker creates containers.
- For more understanding & instruction click here
Overlay Network Architecture
- Click here