Get Kubernetes events
Returns Kubernetes events for debugging. Shows scheduling, pulling, starting, killing events. Critical for diagnosing startup failures.
Path parameters
Kubernetes namespace
Query parameters
Kubernetes context (uses current if omitted)
Filter by resource kind (Pod, Service, Deployment, etc.)
Filter by resource name
Max events to return (default 50)
Response
Kubernetes events
Example response
{
"error": {
"code": "NOT_FOUND",
"message": "Service not found"
}
}Changes
Changed in 3 of the 4 revisions of this API.12
- ○
added the non-success response with the status
401response-non-success-status-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲