get_events
Retrieve recent Kubernetes Warning events, deduplicated and sorted by recency, with reason, message, and count. Filter by namespace, resource kind, or name to diagnose scheduling, image pulling, restarts, and controller errors.
Instructions
Use for recent Kubernetes Warning events after an overview points at a namespace or resource, or when the symptom is scheduling, pulling images, restarts, failed mounts, readiness, or controller errors. Events are deduplicated and sorted by recency with reason, message, and count. For a ranked issue list that includes problems/conditions, use issues first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | No | filter to a specific namespace | |
| limit | No | max 100, default 20 | |
| kind | No | filter to events involving this resource kind (e.g. Pod, Deployment) | |
| name | No | filter to events involving this resource name |