Check apiserver, scheduler, controller-manager, and etcd pods.
Section: System and Control Plane Logs
List control plane static pods
bash
bash
kubectl get pods -n kube-system -o wide | egrep 'apiserver|scheduler|controller-manager|etcd'Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing System and Control Plane Logs
Read logs from kube-system pods
Aggregate logs from a system component by label.
Read kube-apiserver logs
Inspect API server errors and admission failures.
Read controller-manager logs
Troubleshoot controllers and reconciliation failures.
Read logs via deployment resource
Print logs from a workload resource instead of a single pod.