Google container Engine django deployment is raising error

10/3/2017

I have set up my Django project to deploy on the container engine based on documentation https://cloud.google.com/python/django/container-engine.

After creating kubernetes resources with

kubectl create -f project.yaml

I try to get the status of the pods with

kubectl get pods

Each of the pod has status **CrashLoopBackOff**

Can you please suggest on debugging this error?

-- Sijan Bhandari
deployment
django
google-kubernetes-engine
kubernetes

0 Answers