list_pods
List pods in a namespace to see their name, status, restart count, age, and node. Identify pods in Error, CrashLoopBackOff, or Pending state.
Instructions
Lists all pods in a namespace with their name, status, restart count, age, and node. Use this as a first step to get an overview of what is running and spot any pods in Error, CrashLoopBackOff, or Pending state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | No | Kubernetes namespace to list pods from. Defaults to "default". |