Category «Kubernetes»

k3s on Ubuntu in Parallels Desktop on M1 Mac

In my previous post I described how to get a minikube cluster up and running using multipass. This approach has some downsides, the first being the need for port forwards, second minikube and multipass sometimes display some quirky behaviour. Both tend to hang sometimes on startup. I don’t know the cause of this. It’s not …

Minikube on Ubuntu in Multipass VM on M1 mac

Note: If your looking for other k8s options to give a try, I can also recommend running k3s on Ubuntu in Parallels as described here. So there I am, having made the switch to the a new M1 MacBook and trying to find myself a development setup that works. I’m coming from a i9 mac …