Replies: 1 comment
-
|
TBD Using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Definition for the definitive implementation of a network overlay at user-namespace level b/w the kubernetes pod network and the remote resources.
Background
We have tested manual workflows combining websocket tunnel technologies (wstunnel) with Wirguard VPN, to integrate ofloaded pods into the internal Kubernetes pod. This discussion is about make it accessible and maintainable.
N.B. Tunneling of a service port through wstunnel only is already supported following the suggested schema below. Therefore, the following consists in an evolution of the current scenario.
Proposed solution
slirp4netnsand that joins the k8s network through a Wireguard VPN running over the wstunnel service.Pros
Cons
Question for discussion
This RFC is open to community discussion. Please provide feedback.
Beta Was this translation helpful? Give feedback.
All reactions