CrashLoopBackOff Prod-Anatomy and 10-category Kubernetes Error map
Events are one of my first troubleshooting stops when a Pod isn't behaving as expected. I can inspect them with:
kubectl describe pod <pod-name>
Or kubectl get events -n --sort-by=.lastTimestamp
E
adehorizon.hashnode.dev4 min read