get-events
Retrieve Kubernetes events to identify and troubleshoot cluster issues by monitoring resource changes, errors, and warnings across namespaces.
Instructions
Get Kubernetes events for troubleshooting
Input Schema
Name | Required | Description | Default |
---|---|---|---|
namespace | No | The namespace to get events from (optional, defaults to current context namespace) |
Input Schema (JSON Schema)
{
"properties": {
"namespace": {
"description": "The namespace to get events from (optional, defaults to current context namespace)",
"type": "string"
}
},
"type": "object"
}