June 2022
Intermediate to advanced
336 pages
10h 6m
English
This chapter covers
This chapter gives you an introduction to building a Pod via several Linux primitives that already exist in your OS. These are the fundamental building blocks in the Linux OS for process management, and we’ll soon learn that they can be used to build more sophisticated administrative programs or accomplish basic day-to-day tasks that require access to OS-level functionality in an ad hoc manner. The importance of these primitives is that they both inspire and implement many important aspects of Kubernetes.
We’ll also look at the ...