November 2018
Intermediate to advanced
404 pages
10h 16m
English
Most of the microservice components are deployed using containers. Container technology, such as Docker, provides a granular virtualized infrastructure to microservices, making it extremely easy to partition finer-grained execution environments:

Containers allow multiple execution environments to run on a single operating system instance. Unlike a hypervisor configuration, where each application sits on an individualized operation system, container configuration enables the sharing of operating-system-level resources across different applications. A containerized application works in the same way as that ...
Read now
Unlock full access