MusicDin / kubitect

Kubitect provides a simple way to set up a highly available Kubernetes cluster across multiple hosts.

Home Page:https://kubitect.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bridged networking and multiple providers

joshuacox opened this issue · comments

Hello I'm new here, just testing things out.

Is it possible for me to use a bridged network and not the virtualized network?
And is it possible to list multiple providers i.e. qemu hosts? example If so, how do I tell this project to utilize them?

For example in my current setup I have my k8s VMs use br0 which is a bridge on each machine that is connected to an external dhcp network. This enables me to have many VMs which are on separate physical machines all attached to a single network for them to cluster on.

Hi,

thanks for opening an issue and pointing that out.

Currently, none of the mentioned features are supported, but defintly should be.

So firstly, I will implement support for direct bridges and after that I will check what can be done with multiple providers.

Will let you know when I make progress and would be glad to have someone to test it.

Hi.

Network bridging should work now.

I have demonstrated the usage in bridge docs.
If bridge is already configured on host skip to the Setting up a cluster over bridged network part.

From version 2.0.0 clusters can be deployed on multiple hosts using network bridges.