describe_pod
Diagnose pod health issues by retrieving detailed status, per-container state with waiting/termination reasons, last restart info, and recent events.
Instructions
Describe a pod: its status, per-container state (including waiting/termination reasons and last restart), and recent events. Use this to diagnose why a pod is not healthy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | kubeconfig context (cluster) to target; omit to use the default context | |
| pod_name | Yes | name of the pod | |
| namespace | Yes | namespace of the pod |