All technological notes.


Node / Minions
Worker Node
node that runs the application workloads (pods) and provides compute, storage, and networking.Master Node / Control Plane Node
node that runs the control plane components responsible for scheduling, orchestrating, and monitoring workloads across worker nodes.Cluster
nodes, master and worker, that operate together as a single system for running and managing applications.Controllers

Control Plane Components
etcd
Kubernetes API server as it may have some sensitive information.API Server
control plane component that serves as the central point of access for interacting with the clusterRESTful API over HTTP, enabling users, other cluster components, and external systems to manage, query, and manipulate the state of Kubernetes objects like Pods, Services, and Deployments.Controller Manager
control plane component used to run controller processes.API server.replication controller,endpoint controller,namespace controller,service account controller.Scheduler
control plane component used to allocate Pods to Nodes in the cluster and distribute the workload.kube-scheduler.cloud controller manager
control plane component that embeds cloud-specific control logic.Container runtime
kubelet
control plane service.etcd store to read configuration details and wright values.kube proxy