Kubernetes Debugging Cheat Sheet/Dump cluster diagnostic info

Collect broad cluster state for troubleshooting.

Section: Cluster Triage

Dump cluster diagnostic info

bash
bash
kubectl cluster-info dump

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 Cluster Triage
Show cluster endpoints
Display the control plane and addon URLs known to kubectl.
OpenIn sheetbashsame section
Check kubectl and server version
Show client and server version details.
OpenIn sheetbashsame section
List nodes
Quickly see whether nodes are Ready.
OpenIn sheetbashsame section
List nodes with details
Show node IPs, versions, and roles.
OpenIn sheetbashsame section
List all major resources
Quick cluster-wide snapshot across namespaces.
OpenIn sheetbashsame section
List resource types
See which resource kinds the API server exposes.
OpenIn sheetbashsame section