Get Events
get_eventsFetch recent Kubernetes events filtered by namespace, resource, or event type to monitor cluster activity.
Instructions
Fetch recent Kubernetes events, optionally filtered by namespace, resource, or type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max events to return (default: 50) | |
| namespace | No | Filter by namespace (omit for all namespaces) | |
| event_type | No | Filter by event type | |
| resource_name | No | Filter to events involving this resource name |