pod_get
Retrieve detailed information for a single Kubernetes pod by name. Optionally specify namespace or target to get exact pod details from the cluster.
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 |