k8s_list_pods
Retrieve Kubernetes pod information by namespace, across all namespaces, or using label selectors to monitor and manage container workloads.
Instructions
List pods in a namespace or all namespaces
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | No | Namespace (omit for default namespace) | |
| all_namespaces | No | List pods across all namespaces | |
| label_selector | No | Label selector (e.g., 'app=nginx') |