Hello All,
I am trying to deploy the example voting app on my local minikube cluster with qemu and socket_vmnet
i got rid of docker driver since it has restrictions with external service, Now
voting-app-pod exited with error code 255 and status CrashLoopBackOff
while debugging i came to know the used image kodekloud/examplevotingapp_vote:v1 Architecture is amd64 and its incompitable with my machine with arm64
is this the exact issue for pod throwing the error ?
Can you please help me with any other image build with arm64 for my demo deployment experience
Thanks,