pod_detail
Retrieve comprehensive details of a Kubernetes pod by specifying context, namespace, and pod name to manage and monitor cluster resources effectively.
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 |
---|---|---|---|
context_name | Yes | ||
name | Yes | ||
namespace | Yes |