k8s_get_logs
Retrieve logs from a Kubernetes pod by specifying pod name, namespace, container, and number of lines.
Instructions
Get pod logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pod | Yes | Pod name | |
| namespace | No | Namespace | default |
| container | No | Container name | |
| tail | No | Lines to show |