For the ones still using VM’s or docker-compose, I...
# general
l
For the ones still using VM’s or docker-compose, I can highly recommend https://microk8s.io/. It’s k8 with a LOT less of the complexity / maintenance involved, which is the main reason why I heard people don’t like using K8
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