Chapter 8: Clustering with Docker Swarm
In this chapter, we will be taking a look at Docker Swarm. With Docker Swarm, you can create and manage Docker clusters. Swarm can be used to distribute containers across multiple hosts and also has the ability to scale containers.
We will cover the following topics:
- Introducing Docker Swarm
- Creating and managing a swarm
- Docker Swarm services and stacks
- Load balancing, overlays, and scheduling