Part 3: Deployment with Docker Compose
This part will focus on how to benefit from Docker Compose on production deployments. Infrastructure on public clouds such as AWS and Azure will be provisioned and Compose deployments will be deployed upon that infrastructure. Lastly, we will also see how we can migrate our Compose workloads to the Kubernetes orchestration engine.
The following chapters will be covered under this section:
- Chapter 10, Deploying Docker Compose Using Remote Hosts
- Chapter 11, Deploying Docker Compose to AWS
- Chapter 12, Deploying Docker Compose to Azure
- Chapter 13, Migrating to Kubernetes Configuration Using Compose