December 2018
Beginner to intermediate
796 pages
19h 54m
English
The most common design pattern using Docker is breaking down applications and services into microservices. The advantage is that individual microservices can be developed and deployed independently while being more elastic and resilient in demanding situations. Hence, containerization technologies such as Docker is a natural fit due to its minimal overhead and application-level isolation.
The following is a simplistic example of a Django web application implemented as microservice using containers:

This single microservice is composed of three containers with separate ...
Read now
Unlock full access