July 2023
Beginner
266 pages
5h 36m
English
In this chapter, we’ll look at how to deploy multi-container applications using Docker Compose. We usually shorten it to just Compose.
We’ll split this chapter into the usual three parts:
Modern cloud-native apps are made of multiple smaller services that interact to form a useful app. We call this the microservices pattern.
A microservices app might have the following seven independent services that work together to form a useful application:
Deploying and managing lots of small microservices like these can be hard. This is where Compose comes ...
Read now
Unlock full access