A sysadmin’s guide to basic Kubernetes components

605

A sysadmin’s guide to basic Kubernetes components

Kubernetes control plane nodes and worker nodes, their features, and how they interact.
Shashank Hegde
Wed, 11/18/2020 at 3:32pm

Image

Photo by gdtography from Pexels

A general Kubernetes (Also written as K8s) cluster consists of control plane nodes and at least one worker node.

This tutorial walks you through the Kubernetes architecture and the control plane and worker node components. It explains the architecture and features like api-server, scheduler, etcd, and control manager. Under worker nodes, we cover details about kubectl, kubelet, and kube-proxy.

Topics:  
Linux  
Kubernetes  
Read More at Enable Sysadmin