pod_list
Retrieve a list of Kubernetes pods within a specified namespace using the tool. Efficiently manage and monitor pod details by providing the context name and namespace.
Instructions
List all pods in a given namespace.
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace
Returns: List of pod basic information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes | ||
namespace | Yes |