Updated Architecture (markdown)

wencaiwulue
2022-02-05 10:42:08 +08:00
parent 435b0aa8cd
commit ba8823fa39

@@ -1,5 +1,8 @@
Welcome to the kubevpn wiki!
## Architecture
connect mode: create a tunnel with port-forward, add route to virtual interface, like tun0, forward taffic thougth tunnel to remote traffic manager.
reverse mode: base on connect mode, inject a container to controller, use iptables to block all inbound traffic and forward to local thougth tunnel
### Connect mode
create a tunnel with port-forward, add route to virtual interface, like tun0, forward taffic thougth tunnel to remote traffic manager.
### Reverse mode
base on connect mode, inject a container to controller, use iptables to block all inbound traffic and forward to local thougth tunnel.