Check recent deploys
Command
kubectl rollout history deployment/payment-service -n prod | head -10 Output
deployment.apps/payment-service REVISION CHANGE-CAUSE 17 kubectl set image deployment/payment-service ...:v3.17.4 (2026-04-10 14:22) 18 kubectl set image deployment/payment-service ...:v3.18.0 (2026-04-12 02:11)
AI interprets
A new revision (v3.18.0) was rolled out at 02:11 UTC — exactly 3 minutes before the alert fired. Previous revision was stable for 36 hours. Strong correlation with deploy.