August 2020
Intermediate to advanced
616 pages
18h 7m
English
Kubernetes is the most popular container orchestration framework as of this writing.1 A container is an abstraction over the physical machine, while the container orchestration framework is an abstraction over the network. Container orchestration software like Kubernetes lets you deploy, manage, and scale containers in a highly distributed environment with thousands of nodes, or even more.
Kubernetes has its roots at Google as an internal project called Borg. Borg helped Google developers and system administrators manage thousands of applications across large data centers in multiple geographies. Borg became Kubernetes in 2014.
A detailed discussion on Kubernetes is beyond the scope of this book. For any ...