This image shows the components of a Kubernetes Master and two worker nodes (A and B).

Access the Kubernetes Master from either the GUI or CLI. The Kubernetes Master contains an API Server, Scheduler, Controller Manager, and etcd. The Master is connected to Worker Node A and Worker Node B.

Each worker node contains 2 Pods, each with three containers. Each node also has a Container Engine, a Kubelet, and a Kube-proxy.