pod_detail
Get detailed information about a specific pod in a Kubernetes cluster using context, namespace, and pod name.
Instructions
Get details of a specific pod.
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The pod name
Returns: Detailed information about the pod
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| namespace | Yes | ||
| context_name | Yes |