Show HN: Kroot – dependency-graph root cause analysis for Kubernetes(github.com)1 ポイント·投稿者 An0n_Jon·4 か月前·1 コメントgithub.comShow HN: Kroot – dependency-graph root cause analysis for Kuberneteshttps://github.com/AnonJon/kroot1 コメントコメントを投稿[–]An0n_Jon·4 か月前返信Hi HN — I built kroot to help debug Kubernetes failures by tracing dependencies between resources.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 503Would love feedback from people running Kubernetes in production.
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.