Voting app image is not found for arm64

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,
:pray: :pray:

Hi @srinathlinuxgeek

CrashLoopBackOff means that Kubernetes was able to successfully pull the image and start your container, but then the container process exited with an error. It appears the image is multi-arch and that should not be of concern here.

Did you try using the manifests located here?

Hello @Santosh_KodeKloud,

Thank you for your support

Yes, using images from dockersamples/examplevotingapp* worked

:pray: :pray: