This document provides a diagram of the Kubernetes architecture. It shows that Kubernetes is made up of a control plane consisting of components like etcd, API server, and scheduler that run on master nodes. It also shows that Kubernetes manages pods running on worker nodes through kubelets and container managers. The diagram further illustrates add-ons like DNS, monitoring, and networking that are commonly used with Kubernetes.