get_pod_logs
Retrieve the most recent log lines from a Kubernetes pod to debug issues or monitor output. Specify pod name, namespace, and line count.
Instructions
Fetch the last N lines of logs for a pod (default 100 lines).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| tail | No | ||
| namespace | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |