CrashLoopBackOff
Hi Akamaites,
I had deployed a django application successfully and on a second attempt to practice more. I keep getting CrashLoopBackOff error. This has taken me all day trying to figure out what could be wrong. The application runs ok in docker but upon deployment into minikube and linode servers, i get this error. Kindly help
Thanks
1 Reply
Pods can fail to deploy for a number of reasons, have you attempted to describe the failed pod with kubectl?
kubectl describe pod -n $NAMESPACE $POD_NAME
This should provide a good jumping off point to determine what error is preventing the pod from deploying.
I know from my own experiences using baremetal K3S, Docker, and LKE Kubernetes that storage is handled differently for each program.
When converting an older deployment to LKE, I have run into issues deploying some of my PVCs since Linode currently can't utilize ReadWriteMany and requires a minimum of 10GB to deploy the Block Storage Volume PVC.
For more info about managing persistent data, be sure to review our PVC guide: