Hi, I am creating the voting app from kubernetes beginner hands on tutorial, I was creating voting-app pod definition file and mentioned the voting app docker image:
kodekloud/examplevotingapp_vote:v1 and getting this error on describe:
Back-off restarting failed container voting-app in pod voting-app-pod_default
voting-app-pod YAML file :
A fix in the original image for ARM (Macbook M* series) would be highly appreciated. If that isn’t possible, a small update on the Kubernetes for the Absolute Beginners - Hands-on course would a welcome change for the people running into the same issue in the future.
If you’re doing the K4AB course, you may want to try using colima as your computer’s local cluster. Part of the problem here is that some clusters (I’M LOOKING AT YOU MINIKUBE) don’t handle ARM64 layers in containers as well as they should. colima is a bit better than that, and I find it reliably runs the voting example.