Summary
In this chapter, you have seen how to use Docker Swarm to orchestrate a Docker cluster. The same tools that are used with a single node can be used with a swarm. Additional tools available through swarm, allow for easy scale out of services and rolling updates with little to no downtime. In the next chapter, you will look at how to use Kubernetes to orchestrate your cluster.