get_pod_logs
Retrieve a bounded tail of container logs from a Kubernetes pod to diagnose issues, with options for previous container and tail line count, without changing cluster state.
Instructions
Read a bounded tail of container logs. Logs may contain sensitive application data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| cluster | Yes | ||
| previous | No | ||
| container | No | ||
| namespace | Yes | ||
| tail_lines | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |