Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New feature] Support for inter-VM LAN #217

Open
frisso opened this issue Apr 22, 2020 · 1 comment
Open

[New feature] Support for inter-VM LAN #217

frisso opened this issue Apr 22, 2020 · 1 comment

Comments

@frisso
Copy link
Member

frisso commented Apr 22, 2020

Currently, VMs work in isolation. There are cases in which different VMs should be allocated on the same LAN, sharing the same broadcast domain.
This feature request suggests to introduce the support for services that require multiple VMs running at the same time, possibly with a given network setup.

@palexster
Copy link
Member

Hi @frisso ! Currently, VMs of the same user are not isolated and can communicate. We recently installed a Kubernetes cluster of three VMs and it works fine. The isolation is enforced across VMs of different user for security reasons.
The main limitation is represented by the limited CIDRs that do not overlap the one used by the underlying Kubernetes (podCIDR, serviceCIDR). This is due to the fact that Kubernetes does not offer network virtualization facilities, differently from OpenStack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants