Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/config/config-deployment-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ application:
resourcePath: ["kustomize/base"]
```

该项目的目录结构如下,`kustomize/base` 对应到 `kustomization.yaml` 所在的相对目录:

Its directory structure is as follows, and `kustomize/base` corresponds to the directory containing `kustomization.yaml`.

```shell
Expand Down
8 changes: 4 additions & 4 deletions docs/guides/develop-service-vpn.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ like the picture below, at the same cluster and namespace

- developer 1 intercept service 3.
- developer 2 intercept service 4.
- service 3 all inbound traffic will forward to developer 1 thought pod trafficManager.
- service 4 all inbound traffic will forward to developer 2 thought pod trafficManager.
- developer 1 can access cluster another service thought pod trafficManager.
- developer 2 can access cluster another service thought pod trafficManager.
- service 3 all inbound traffic will forward to developer 1 through pod trafficManager.
- service 4 all inbound traffic will forward to developer 2 through pod trafficManager.
- developer 1 can access cluster another service through pod trafficManager.
- developer 2 can access cluster another service through pod trafficManager.
- developer 1 and developer 2 can access each other with inner ip (**magic**).

![architecture](/img/vpn/vpn-replace-traffic-manager.png)
Expand Down