This message was deleted.
# k3s
a
This message was deleted.
🙏 1
r
I've mentioned it before, but I was adding proper "native" support of Kubernetes with k3s to Dokku, and I think the workflow I've setup makes things fairly intuitive for users of Dokku that want to have a multi-node experience but might be confused as to how to get started with kubernetes
Here is a doc covering how it works: https://dokku.com/tutorials/other/deploying-to-k3s/
l
So @rhythmic-bird-59419, Question. Dokku, in the case I go with the k3s-scheduler. Is the Docker runtime still used behind the scenes? Kinda like https://k3d.io/v5.6.0/ ?? Thanks
r
No its all just whatever k3s uses. We use docker to build the images (if you build on the host), but otherwise I'm assuming its containerd
l
Okay cool …