Check proxy sync failures and iptables/ipvs issues.

Section: Control Plane and System Pods

Read kube-proxy logs

bash
bash
kubectl logs -n kube-system <kube-proxy-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 Control Plane and System Pods
Describe kube-proxy pod
Inspect node networking agent events and status.
OpenIn sheetbashsame section
List kube-system pods
Inspect control plane and addon health quickly.
OpenIn sheetbashsame section
Find node problem detector pods
If used, inspect node problem detector coverage.
OpenIn sheetbashsame section
Read kubelet logs from the node
Inside a node shell on systemd-based hosts, inspect kubelet logs.
OpenIn sheetbash1 tag match
List nodes
Start by verifying Ready status across the cluster.
Open a debug shell on a node
Create a privileged debug pod on the node for investigation.