describe_resource
Run kubectl describe on any Kubernetes resource to get raw details plus event tail, helping diagnose scheduling failures, probe failures, and admission errors.
Instructions
Run "kubectl describe" on any resource (pod, deployment, replicaset, service, ...) and return the raw text, including its event tail — useful for scheduling failures, probe failures, and admission errors that don't show up in get_events' short-lived event history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| name | Yes | ||
| namespace | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |