get_pod_status
Inspect a pod's status to diagnose health issues: view phase, readiness, restart count, termination reasons, container states, and conditions.
Instructions
Returns the detailed status of a single pod: phase, readiness, restart count, last termination reason (e.g. OOMKilled, Error), container states, and pod conditions. Use this to dig into why a specific pod is unhealthy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| podName | Yes | Name of the pod to inspect. | |
| namespace | No | Kubernetes namespace. Defaults to "default". |