Get Pod Logs
get_pod_logsRetrieve Kubernetes pod logs from a specified namespace by providing the pod name, with optional filters for container, tail lines, and previous logs to support debugging.
Instructions
Get logs from a pod in a specified namespace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pod_name | Yes | ||
| previous | No | ||
| container | No | ||
| namespace | Yes | ||
| tail_lines | No |