Interactive demo. Sample data only. Approvals and settings do not affect real infrastructure. Open the live dashboard

Queue

OPS-412 · run #3 · started 09:14

payments-api pods CrashLooping after deploy

Open in Jira
AGENT TIMELINE
  1. 09:14Pulled ticket and linked deploy from Jira
  2. 09:14kubectl describe pod: last state OOMKilled, exit 137
  3. 09:15Memory usage climbs past the 256Mi limit about 40s after start
  4. 09:15Memory: 2 similar incidents, both fixed by raising the limit
  5. 09:16Drafted patch and rollback plan
  6. 09:16Paused at approval gate: kubectl apply
PROPOSED CHANGE
deploy/payments-api.yaml
resources:
limits:
- memory: 256Mi
+ memory: 512Mi

Rollback: re-apply previous revision 41. Blast radius: payments-api in staging only.

Waiting for your approval

kubectl apply -f deploy/payments-api.yaml -n staging

Demo controls — no operations will run.

Voice is listening: say “okay” to approve