deploying image in kubernetes cluster getting CrashLoopBackOff deploying image in kubernetes cluster getting CrashLoopBackOff kubernetes kubernetes

deploying image in kubernetes cluster getting CrashLoopBackOff


I fixed this problem. I got this error because the image was not compatible with the hardware that I tried to run on (ARM7)RPi. I create the image on ubuntu 64bit using docker build for Dockerfile so that image cannot run on Raspberry pi.