-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Azure for Architects
By :

The first step in understanding Kubernetes is understanding its architecture. We will go into the details of each component in the next section, but getting a high-level overview of the architecture will help you to understand the interaction between the components.
Kubernetes needs physical or virtual nodes for installing two types of components:
Figure 14.1 is a diagram that offers a high-level overview of Kubernetes' architecture. We will get into the components in more detail later on:
The control plane components are responsible for managing and governing the Kubernetes environment and Kubernetes minions.
All nodes together—the master as well as the minions—form the cluster. A cluster, in other words,...