Kubernetes Architecture
Sep 12, 2023 · 4 min read · 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 ...
Join discussion