get_recent_deployments
Check which Kubernetes deployments changed in a namespace over a chosen time window, helping correlate recent rollouts with incidents.
Instructions
Get recent Kubernetes deployment changes — what was rolled out in the last N minutes. Useful for correlating deployments with incidents.
Args: namespace: Kubernetes namespace timeframe_minutes: How far back to look (1-1440)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | No | default | |
| timeframe_minutes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |