August 2020
Intermediate to advanced
616 pages
18h 7m
English
This chapter covers
In chapter 10, we discussed how to deploy and secure microservices on Docker containers. In a real production deployment, you don’t have only containers; containers are used within a container orchestration framework. Just as a container is an abstraction over the physical machine, the container orchestration framework is an abstraction over the network. Kubernetes is the most popular container orchestration framework to date.
Understanding the fundamentals of Kubernetes ...