pod_get
Fetch details for a single Kubernetes pod by name, with optional namespace and target cluster for exact configuration and status.
Instructions
[READ] Return detail for a single pod by name.
Args: name: Pod name (see pod_list). namespace: Namespace; omit to use the target's default namespace. target: k8s target name from config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| target | No | ||
| namespace | No |