Explore the World's Best Ideas
Join today and uncover 100+ curated journeys from 50+ topics. Unlock access to our mobile app with extensive features.
Itās a cluster comprised of a group of physical and virtual machines running the Docker Engine, these are called nodes.
One of the nodes is elected to be the Leader by using the Raft consensus algorithm. He make all the orchestration decisions for the swarm. In case of failure, a new leader itās automatically elected.
Manager nodes assign tasks to Worker nodes. They can do some other managerial tasks. You want to have an odd number of managers, for reliability purposes. Having to many managers can degrade performance, itās recommended to have at most 7.
4
55 reads
Overlay networks manage communications among the Docker nodes participating to the Swarm. Can also be used for service-to-service communication.
Ingress network is a special overlay network that facilitates load balancing among the Swarm nodes.
docker_gwbridge is a network connecting the containers running on a Docker daemonās host. Also this network connects the overlay networks to a individual Docker daemonās physical network
4
39 reads
Just like a manager of a shipping company has to pick which ship is best used for caring a container, a Manager node ensures that container workloads are assigned to run on the most appropriate Worker node for optimal efficiency.Ā
The ingress network handles the control and data traffic related to the swarm services and is used by the manager nodes to send workloads to the worker nodes.
4
44 reads
IDEAS CURATED BY
CURATOR'S NOTE
So you started development using a Docker architecture but you donāt know how to scale and deploy?
ā
Similar ideas
Read & Learn
20x Faster
without
deepstash
with
deepstash
with
deepstash
Personalized microlearning
ā
100+ Learning Journeys
ā
Access to 200,000+ ideas
ā
Access to the mobile app
ā
Unlimited idea saving
ā
ā
Unlimited history
ā
ā
Unlimited listening to ideas
ā
ā
Downloading & offline access
ā
ā
Supercharge your mind with one idea per day
Enter your email and spend 1 minute every day to learn something new.
I agree to receive email updates