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
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
rhythmic-bird-59419
01/25/2024, 2:55 AM
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