Normally when a pod keeps restarting you end up jumping between: - kubectl logs - kubectl describe - events - docs
Crashloop Analyzer lets you paste pod logs or kubectl describe output and it highlights likely causes like:
• OOMKilled • ImagePullBackOff / ErrImagePull • missing environment/config values • port binding failures
It also suggests useful kubectl commands to investigate further.
The detection is deterministic first (pattern matching common failure modes) with optional AI-assisted explanation layered on top.
Live demo: https://crashloop-analyzer.vercel.app/