Merge pull request #461 from kubenetworks/proxy-tun-arch-image

docs: add proxy tun arch image
This commit is contained in:
yuyicai
2025-03-11 11:28:13 +08:00
committed by GitHub
3 changed files with 10 additions and 5 deletions

View File

@@ -38,6 +38,8 @@ For instance, you have the flexibility to run your Kubernetes pod within a local
environment, volume, and network setup. environment, volume, and network setup.
With KubeVPN, empower yourself to develop applications entirely on your local PC! With KubeVPN, empower yourself to develop applications entirely on your local PC!
![arch](docs/en/images/kubevpn-proxy-tun-arch.svg)
## Content ## Content
1. [QuickStart](./README.md#quickstart) 1. [QuickStart](./README.md#quickstart)
@@ -711,9 +713,7 @@ support OSI model layers 3 and above, protocols like `ICMP`, `TCP`, and `UDP`...
## Architecture ## Architecture
![arch.svg](docs/en/images/proxy-arch.svg) [architecture](https://kubevpn.dev/docs/architecture/connect).
Architecture can be found [here](/docs/en/Architecture.md)
and [website](https://www.kubevpn.cn/docs/architecture/connect).
## Contributions ## Contributions

View File

@@ -33,6 +33,8 @@ KubeVPN 提供一个云原生开发环境。通过连接云端 kubernetes 网络
Docker Docker
模拟 k8s pod runtime 将容器运行在本地 (具有相同的环境变量,磁盘和网络)。 模拟 k8s pod runtime 将容器运行在本地 (具有相同的环境变量,磁盘和网络)。
![架构](docs/en/images/kubevpn-proxy-tun-arch.svg)
## 内容 ## 内容
1. [快速开始](./README_ZH.md#快速开始) 1. [快速开始](./README_ZH.md#快速开始)
@@ -629,8 +631,7 @@ d0b3dab8912a ghcr.io/kubenetworks/kubevpn:v2.0.0 "/bin/bash" 5
## 架构 ## 架构
![arch.svg](docs/en/images/proxy-arch.svg) [架构](https://kubevpn.dev/docs/architecture/connect)
架构信息可以从[这里](/docs/en/Architecture.md) 和 [网站](https://www.kubevpn.cn/docs/architecture/connect) 找到.
## 贡献代码 ## 贡献代码

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 372 KiB