list_pods
Inspect Kubernetes pod health with optional namespace, label selector, or ArgoCD app filters. See phase, restart counts, and reasons for waiting or terminated containers to quickly identify unhealthy pods.
Instructions
List pods (optionally scoped by namespace, a raw label selector, and/or an ArgoCD app name — matched via the standard "app.kubernetes.io/instance" tracking label). Surfaces phase, restart counts, and the reason for any waiting/terminated container (CrashLoopBackOff, ImagePullBackOff, OOMKilled, etc) so unhealthy pods are visible at a glance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | ||
| namespace | No | ||
| label_selector | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |