CKA v1.35 · Cluster Architecture, Installation and Configuration (25%) → "Create and manage Kubernetes clusters using kubeadm" ALSO: Troubleshooting (30%) — "Troubleshoot cluster components" Target time: 10 minutes
Static pods are run directly by a node's kubelet from a manifest directory — no scheduler, no API-server involvement. Every control-plane component on a kubeadm cluster works this way.
On node muscle-worker:
node-agent running busybox:1.36 with
command sh -c 'sleep 3600'.default namespace and
be Running.Then answer, by inspecting the cluster (the grader checks this):
Get a shell with: docker exec -it muscle-worker bash