k8s_get_pods
Retrieve Kubernetes pod details including status, restarts, and age. Filter results by namespace or label selector to monitor and manage container workloads.
Instructions
List pods with status, restarts, and age. Filter by namespace or label selector.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | No | Namespace (default: default) | |
| allNamespaces | No | List across all namespaces | |
| selector | No | Label selector (e.g., app=nginx) |