get_pod_logs
Retrieve logs from a running Kubernetes Pod to monitor application performance, debug issues, and analyze container output in specified environments and clusters.
Instructions
Returns the logs produced by a running Kubernetes Pod.
Args: environment: The environment name. cluster: Pod's cluster name. namespace: Pod's namespace. pod: Pod's name.
Returns: The logs content as a string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment | Yes | ||
| cluster | Yes | ||
| namespace | Yes | ||
| pod | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |