Introduction
In this post, we will explore Docker Swarm Cluster. We have already initiated Swarm mode in the previous post in a single node, and there are 5 containers running for our application Pythonapp.
In this post, we will add more node to the Swarm cluster. If you have not gone through the previous post, please go through it first as both are related.