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

Develop Slirp backend for Flannel #77

Open
fnikolai opened this issue Jun 14, 2023 · 0 comments
Open

Develop Slirp backend for Flannel #77

fnikolai opened this issue Jun 14, 2023 · 0 comments

Comments

@fnikolai
Copy link
Member

fnikolai commented Jun 14, 2023

  • slirp4netns allows connecting a network namespace to host in a completely unprivileged way.
    Practically, this handles container-to-host communication.

  • Flannel is a simple and easy way to configure a layer 3 network fabric designed for Kubernetes.
    Practically this handles host-to-host communication.

So what we need, it to develop a slirp backend for Flannel.

https://github.com/mgoltzsche/slirp-cni-plugin/blob/master/slirp.go

https://github.com/flannel-io/flannel/blob/629cd70d816e56853aac967f92ed3dade7275baf/pkg/backend/hostgw/hostgw.go

https://github.com/containernetworking/plugins/blob/main/plugins/main/tap/tap.go

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

1 participant