get_logs_for_pod_and_container
Retrieve logs from a Kubernetes pod and container by specifying the namespace, pod name, and optional container name. Simplifies troubleshooting and debugging in Kubernetes clusters.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
container_name | No | ||
namespace | No | default | |
pod_name | Yes |