kubefire icon indicating copy to clipboard operation
kubefire copied to clipboard

Support multiple hosts deployment

Open innobead opened this issue 5 years ago • 1 comments

The current version only supports single-host deployment, but in some cases, people are looking for having multiple hosts to bootstrap a large cluster for the purposes of resilience and fault tolerance.

innobead avatar Aug 03 '20 17:08 innobead

Ref

  • https://ignite.readthedocs.io/en/latest/networking/
  • https://github.com/kubernetes-sigs/etcdadm

Steps:

  1. install etcd cluster on hosts
  2. run flannel processes on each host via containerd (using host-local-rev to have persistent IPs allocation)
  3. then, deploy VMs over hosts

innobead avatar Aug 15 '20 17:08 innobead