Kubernetes Debugging Cheat Sheet/Show cluster endpoints

Display the control plane and addon URLs known to kubectl.

Section: Cluster Triage

Show cluster endpoints

bash
bash
kubectl cluster-info

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
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
Dump cluster diagnostic info
Collect broad cluster state for troubleshooting.
OpenIn sheetbashsame section