-
Book Overview & Buying
-
Table Of Contents
The KCNA Book
By :
We’ll cover a lot of things in this section, so we’ll split things out into sub-sections to make things easier to digest and refer back to. We’ll cover all of the following:
At a high level, Kubernetes is a cluster of nodes that run containerised applications. It runs a number of controllers that implement features such as self-healing and automated releases.
There are two types of nodes in a Kubernetes cluster.
Both can be virtual machines, physical servers, or cloud instances, and you can mix-and-match different types in the same cluster.
Control plane nodes are the brains of Kubernetes. They run the API server, the scheduler, and the cluster store. They also run the controllers that implement the intelligence.
Worker nodes are where user...
Change the font size
Change margin width
Change background colour