I built a kubectl plugin that explains why your pod is crashing - with an LLM
It's 2 a.m. A pod is in CrashLoopBackOff. You know the drill:
kubectl describe pod my-pod # squint at events, restart count, exit code
kubectl logs my-pod --previous # read the crash output
kubec
jaytank.hashnode.dev4 min read