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

Will VM Pod support hostNetwork? #20

Open
hbuxiaofei opened this issue Aug 2, 2022 · 1 comment
Open

Will VM Pod support hostNetwork? #20

hbuxiaofei opened this issue Aug 2, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@hbuxiaofei
Copy link

Such a NICE project.

Will VM Pod support hostNetwork in the future ? Therefore, VM can support OVS bridge, support fcsan and RBD cloud disks.

@fengye87
Copy link
Contributor

fengye87 commented Aug 2, 2022

Actually we're digging into more network options these days, but we haven't give the hostNetwork a thought. This is something worth further discussion though.

For the OVS support, I have to agree that CNI plugin is a little detour here. A more ideal way to do the VM network is that Virtink create a OVS port on host and attach a vNIC to it. However, we do try our best to keep Kubernetes the only integration point, so that Virtink can fit in almost any CNI and CSI plugins without a question. The same story applies to FCSAN and RBD or any other storages too. We prefer CSI to be the standard extension point.

Being said that, it would help us to re-think this decision if you could give more details about your use cases and problems? Lacking of corresponding CNI or CSI plugins? Low performance? Anything.

@fengye87 fengye87 added the enhancement New feature or request label Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants