query_events
Retrieve recent Kubernetes events from a managed cluster to diagnose unhealthy pods. Filter by namespace and limit results, newest first.
Instructions
Recent Kubernetes events from a managed cluster, newest first.
Args: cluster: managed cluster name. namespace: optional namespace filter; empty means all namespaces. limit: maximum number of events to return (default 40).
Use this to find the 'why' behind unhealthy pods.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cluster | Yes | ||
| namespace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |