List pods
get_podsCheck pod statuses to diagnose unhealthy deployments, listing phase, ready/restart counts, and detected issues like CrashLoopBackOff or ImagePullBackOff.
Instructions
List pods with phase, ready count, restart count and any detected problem (CrashLoopBackOff, ImagePullBackOff, Pending, OOMKilled, CreateContainerConfigError). Use this first when a deployment looks unhealthy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | ||
| namespace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |