30. Docker Swarm Introduction

Published: 17 July 2022
on channel: iMustLearn
63
0

##Docker Swarm:
----------------
Build distributed cluster of Docker machine . Cluster consists of one or more nodes.
Run containers on multiple servers as a cluster.
Supports orchestration, high availability, Scaling, load balancing, rolling updates, rollbacks etc..
Swarm uses mutual Transport Layer Security (TLS) for communication and authentication of nodes.

##Two Types of Node in Swarm:
1.Manager
Assign work to worker nodes.
Responsible for controlling the cluster and orchestration.

2. Worker
Accepting tasks from the Manager node and running container workloads.

Manager/s assign work to Worker node/s. And, Swarm uses mutual Transport Layer Security (TLS) for communication.

Reference Doc :
https://docs.docker.com/engine/swarm


Watch video 30. Docker Swarm Introduction online without registration, duration hours minute second in high quality. This video was added by user iMustLearn 17 July 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 63 once and liked it 0 people.