Kubernetes Control Plane Components - Deepstash
Kubernetes Control Plane Components

Kubernetes Control Plane Components

Ideas, facts & insights covering these topics:

8 ideas

·

25 reads

Explore the World's Best Ideas

Join today and uncover 100+ curated journeys from 50+ topics. Unlock access to our mobile app with extensive features.

An instance of Kubernetes is called a "cluster"

An instance of Kubernetes is called a "cluster"

Each cluster has a control plane and at least one worker node.

2

5 reads

Think of the "control plane" like air traffic control at a busy airport.

Think of the "control plane" like air traffic control at a busy airport.

The control plane helps with overlooking the cluster to make sure nodes and pods are created, modified, and deleted without any issues.

2

4 reads

The control plane consists of several components

The control plane consists of several components

  • API Server
  • etcd
  • Kube scheduler
  • Kube controller manager
  • Cloud controller manager

2

4 reads

API Server

API Server

The API Server component exposes the Kubernetes API. kubectl and kubeadm are CLI tools used to communicate with the Kubernetes API via HTTP requests.

2

3 reads

etcd

The etcd component saves all data about the state of the cluster. Only the Kube API server can communicate directly with etcd.

2

3 reads

Kube Scheduler

Kube Scheduler

The Kube scheduler component identifies newly created pods that have not been assigned a worker node and then chooses a node for the pod to run on.

2

1 read

Kubernetes Controller Manager

Kubernetes Controller Manager

The Kubernetes Controller Manager component is a loop that runs continuously and checks the status of a cluster to make sure everything is running properly.

2

3 reads

Cloud Controller Manager

Cloud Controller Manager

The Cloud Controller Manager component allows the cluster to connect with a cloud provider's API, allowing you to use cloud resources from AWS, GCP, Azure, or any public cloud.

2

2 reads

IDEAS CURATED BY

mike.berggren

Cybersecurity geek, engineering nerd, productivity enthusiast, devops wannabe, and sci-fi addict.

CURATOR'S NOTE

A brief walk-through of the components that make up the Kubernetes control plane.

Similar ideas

Read & Learn

20x Faster

without
deepstash

with
deepstash

with

deepstash

Personalized microlearning

100+ Learning Journeys

Access to 200,000+ ideas

Access to the mobile app

Unlimited idea saving

Unlimited history

Unlimited listening to ideas

Downloading & offline access

Supercharge your mind with one idea per day

Enter your email and spend 1 minute every day to learn something new.

Email

I agree to receive email updates