This message was deleted.
# k3d
a
This message was deleted.
c
No. k3d clusters do not span hosts. If you want to run your cluster across multiple hosts, you should install k3s directly on the hosts instead of trying to run multiple nodes inside docker.
d
Cool, thanks for the confirmation. This explains a lot. 🙇
But I should be able at least to use kubectl on a different device than the server, right? As long as I can fix the tls-san issue?
c
yes, if you have exposed the apiserver outside the node
d
Ok. It looks I will switch to k3s for my home lab anyways. Thanks a lot!