Sign in
Log inSign up
Aditya Samant

8 likes

·

7.4K reads

14 comments

Kunal Verma
Kunal Verma
Apr 3, 2024

A nice read! Will definitely try to implement this on my machine. Thanks for sharing, Aditya

1
·
·1 reply
Aditya Samant
Aditya Samant
Author
·Apr 3, 2024

My pleasure. Please let me know in case any clarifications are needed on any step.

1
·
MOHIDDIN SHAIK
MOHIDDIN SHAIK
May 30, 2024

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 ?

1
·
·3 replies
Aditya Samant
Aditya Samant
Author
·May 31, 2024

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.

·
MOHIDDIN SHAIK
MOHIDDIN SHAIK
May 31, 2024

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

·
Aditya Samant
Aditya Samant
Author
·Jun 13, 2024

Hi MOHIDDIN SHAIK

arm64 images should run successfully on MAC M series. What is the error you get?

·
Ranjeet Nair
Ranjeet Nair
Jun 12, 2024

Hi Aditya Samant Very nice article, explains the steps in details. Followed it and was able to get cluster up and running on my Mac. Exactly what I was looking for. Thanks a lot for sharing.

1
·
·1 reply
Aditya Samant
Aditya Samant
Author
·Jun 13, 2024

Thanks Ranjeet. I’m glad you found it useful.

·
Satish Sunkara
Satish Sunkara
Jul 21, 2024

Nice article, Thanks for sharing

All Working except unable to reach/ping master to worker01/worker02

can reach local to master/worker01/worker02 can also reach worker01 to worker02

·
Satish Sunkara
Satish Sunkara
Jul 21, 2024

I Think while creating the master node , I have given the same Mac address as my local Mac address, I think I need to change the Mac Address of master while creating master

·
·1 reply
Aditya Samant
Aditya Samant
Author
·Jul 21, 2024

Yes, select a unique MAC address for the master node.

·
VijaySN
VijaySN
Sep 23, 2024

Hi Aditya Samant,

After upgrading to MacOS Sequoia 15.0, multipass instances are going to unknown state.

I uninstalled and setup everything from the beginning as you suggested, but again same issue.

Did you encounter this issue Aditya Samant or anyone else? How did you fix this issue. Please let me know.

Thanks in advance!

·
·1 reply
Aditya Samant
Aditya Samant
Author
·Oct 7, 2024

Hi Vijay, I haven’t tried multipass on MacOS 15 yet. I’m yet to upgrade my OS. I’ll try to find the time to get to it.

·
Vadym
Vadym
Nov 7, 2024

Thanks Aditya. Everything installed but I got error during this command

multipass exec -n kubemaster -- sudo netplan apply
WARNING:root:Cannot call Open vSwitch: ovsdb-server.service is not running.

as a result I can't ping 192.168.73.101 from localhost I installed ovsdb-server but it didnt help

·