Kubernetes Architecture
Kubernetes architecture consists of two main components:
Master Node
Worker Node
Master Node
The master node also known as the control plane manages the cluster and controls workload components such as pods and worker nodes. It makes the global ...
kritikasinghal.hashnode.dev4 min read