get_node_pods
Retrieve all pods running on a specific Kubernetes node using context name and node name. Returns pod details in JSON format for easy analysis.
Instructions
Get all pods running on a specific node.
Args: context_name: The Kubernetes context name node_name: The name of the node to get pods for
Returns: JSON string containing the pods running on the node
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes | ||
node_name | Yes |