An0n_Jon 3 hours ago
Instead of only showing symptoms (CrashLoopBackOff, etc), it builds a dependency graph of cluster resources and tries to answer:
"Why did this actually break?"
Example failure chain it can detect:
Secret/prod/db-password missing ↓ Pod/prod/payments-api CrashLoopBackOff ↓ Service/prod/payments has no endpoints ↓ Ingress returning 503
Would love feedback from people running Kubernetes in production.