In this chapter, we will be taking our service and trying to scale it horizontally with multiple instances of the same container. We will cover the following topics in this chapter:
- Orchestration options and their pros/cons
- Service discovery
- State reconciliation
- The deployment of your own Docker Swarm cluster
- Deploying our word service from the previous chapter onto that cluster