October 2020
Beginner
250 pages
6h 21m
English
Now that we know how to install Docker, pull images, and work with containers, the next thing we need is a way to work with things at scale. That’s where Docker Swarm comes into play.
As usual, we’ll split this chapter into the usual three parts:
Docker Swarm is two main things:
On the clustering front, Swarm groups one or more Docker nodes and lets you manage them as a cluster. Out-of-the-box, you get an encrypted distributed cluster store, encrypted networks, mutual TLS, secure cluster join tokens, and a PKI that makes managing and rotating certificates a breeze. ...
Read now
Unlock full access