This message was deleted.
# general
s
This message was deleted.
w
+1 MicroK8S is great to use. I've heard Rancher is as well but haven't used it myself. I'm curious if anyone here has used both and has any insight between the two
๐Ÿ‘ 1
a
As long as we're talking about simplified K8s distros, how about K0s and K3s
d
I use K3s it is nice and simple. k3sup is really good as well. You can use it to bootstrap a k3s cluster over SSH or locally. You can also use it in your CI or cloud-init. I haven't used Microk8s personally
a
Cool, I hadn't heard of k3sup, thanks! Also adding for the sake of discussion: Kubespray
h
Same I use https://k3d.io/v5.3.0/ for my local testing and https://www.talos.dev/ for the homelab
I tried microk8s but its a bit of a pain doing ingress in a vm with it
l
what pain specifically did you have with microk8 ingress?
h
For some reason metallb dident want to work properly
but its more because of osx and the way docker behaves on it
k3s just gave a smoother experience out of the box
l
will give it a try
I would love to see proper support of podman or any other execution environment but Docker Desktop on OSX, but thatโ€™s a whole other can of worms
๐Ÿ’ฏ 1
h
ooh
actually https://rancherdesktop.io/ ๐Ÿ˜‰ supports containerd
๐Ÿ‘ 2
thats what i been running, still with docker engine enabled for now mostly because some clis still only support the docker cli