Inspect placement and scheduling behavior.
Section: System and Control Plane Logs
Read scheduler logs
bash
bash
kubectl logs -n kube-system <kube-scheduler-pod>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.
List control plane static pods
Check apiserver, scheduler, controller-manager, and etcd pods.
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.