list_pods_in_namespace
Retrieve detailed pod information including status, IP addresses, and node placement within a specified Kubernetes namespace for monitoring and troubleshooting.
Instructions
List all pods in a Kubernetes namespace with status and placement info.
Args:
namespace: Kubernetes namespace to query.
Returns:
List[Dict]: Pods with keys: name, status, ip, node_name, creation_timestamp,
restart_count, container_states (list of waiting/terminated reasons).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | Yes |