Thank you. It was so easy to follow. Cluster and all services are up. I got the dashboard setuptoo, but I'm having issue running some images/containers. It looks like an underlying arm architecture issue. Did you face such issues ?
As the Mac runs on a CPU with arm architecture, it can run images that are built for arm or images that are multi-architecture compliant.
It will not be able to run images that are built only for x86 architecture.
Hey Aditya, Thank You for responding. Understood.
I tried few tricks but was not able to get even a simple Alpine image running .. neither on k8s nor Docker on Mac. docker run arm64v8/alpine ..
kubectl run myarmtest --image=arm64v8/alpine