rootless-containers / usernetes

Kubernetes without the root privileges
https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/2033-kubelet-in-userns-aka-rootless
Apache License 2.0
855 stars 58 forks source link

Multinode kubernetes cluster setup on different hosts #262

Closed cloud-66 closed 10 months ago

cloud-66 commented 2 years ago

Hello, thank you for big work done. I installed single node cluster by install.sh script Also tried multinode setup by docker-compose up. But there is no instuction how to run Multinode cluster on different hosts. It probably needs to be done at the moment in the "hard way" style. But also it's hard to understand how the network should work. Of course It takes a lot of time to create complete instruction or automation of installation. Is it possible to create common not necessarily detail instruction how to do that?

AkihiroSuda commented 2 years ago

No documentation/script for multi-node setup yet, please replicate the process in the docker-compose.yaml.

Eventually we should support kubeadm though.

cloud-66 commented 2 years ago

Thank you. Does it means that the goal is to implement rootless installation in original kubeadm by options? Or it will be some fork of kubeadm.

danfulton commented 2 years ago

@AkihiroSuda I've also been trying to do this recently, and struggling to get traction. I'd be happy to make contributions to either documentation or a kubeadm port, but would very much appreciate if you have any pointers.

cheungsuifai commented 1 year ago

Hello, thank you for big work done. I installed single node cluster by install.sh script Also tried multinode setup by docker-compose up. But there is no instuction how to run Multinode cluster on different hosts. It probably needs to be done at the moment in the "hard way" style. But also it's hard to understand how the network should work. Of course It takes a lot of time to create complete instruction or automation of installation. Is it possible to create common not necessarily detail instruction how to do that?

FYI:

275

AkihiroSuda commented 10 months ago

Please try this: