Kubernetes Control Plane and Data Plane Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 12: Line 12:


=Control Plane=
=Control Plane=
The control plane is the cluster's set of [[#Master_Node|master nodes]].


=Master Node=
=Master Node=

Revision as of 17:43, 19 August 2019

Internal

Cluster

A Kubernetes cluster consists of a set of nodes. Of those, a small number are master nodes, which are collectively known as the control plane, and a relatively larger number of worker nodes, which run the cluster's workload.

Node

A node can be a master or worker.

Control Plane

The control plane is the cluster's set of master nodes.

Master Node

Control Plane Components

API Server

Cluster Store

Controller Manager

Scheduler

Cloud Controller Manager

Data Plane

Worker Node