Introduction to Kubernetes architecture
A Kubernetes cluster is composed of master and worker nodes, each with specific components.
Master Node:
API Server: The front-end of Kubernetes, handling and responding to REST operations in the cluster.
Scheduler: Assigns workloads to worker nod...
ahmedbm.hashnode.dev2 min read