Abdullah Şamil Güser

Nodes

Master Node

Master Node

Master Node 2

kube-apiserver

etcd

kube-control-manager

cloud-control-manager

Interacts with the cloud providers controllers

kube-scheduler

Addons

You can install various add-ons on the masternode these add-ons provide additional functionalities in your kubernetes cluster.

Worker Nodes

Worker Nodes

kubelet

kube-proxy

Container runtime

Note : Container runtime - K8s V1.19+

Nodes pool

CLI Cheat Sheet

# Get a list of all the installed nodes. Using Docker Desktop, there should be only one.
kubectl get nodes

# Get some info about the node.
kubectl describe node