ITZone

General knowledge about Docker and Docker Swarm (Part 4 – History, Docker Swarm structure)

I. Concept, reason for birth

=> From there, Orchestration was born

So what is Docker Swarm, related to orchestration??

Before using Docker Swarm

After using Docker Swarm

II. Benefits of using

Docker Swarm has 3 main benefits:

III. Structure

Docker Swarm consists of 2 main components

1. Swarm (Cluster)

A set of nodes has at least one master node and several worker nodes which can be virtual or physical.

2. Node

Each node of a Docker Swarm is a Docker Host / Docker daemon and all Docker daemons use the docker API. Normally will use docker-machine using VirtualBox or HyperV virtual machine. Nodes are of two types:

3. Service

4. Task

References

[1]. How node works

[2]. Docker docs

[3]. Docker là gì?

Share the news now