We are now down to the business end of the chapter, which is to deploy our sample todobackend application to our newly created Docker swarm cluster. As you might expect, there are a few challenges we are going to encounter, which require the following configuration tasks to be performed:
- Integrating Docker Swarm with the Elastic Container Registry
- Defining a stack
- Creating shared storage for hosting static content
- Creating a collectstatic service
- Creating persistent storage for storing the todobackend database
- Secrets management using Docker Swarm
- Running database migrations