fix: use ASCII-only topology diagram for consistent alignment
This commit is contained in:
@@ -21,30 +21,28 @@ categories:
|
||||
## 网络拓扑
|
||||
|
||||
```
|
||||
┌─────────────────────────────────────────────────────┐
|
||||
│ 公网 │
|
||||
│ x.x.x.x:6443 │
|
||||
└──────────────────────┬──────────────────────────────┘
|
||||
│
|
||||
▼
|
||||
┌─────────────────────────────────────────────────────┐
|
||||
│ agent-ali │
|
||||
│ ┌─────────────────────────────────────────────────┐ │
|
||||
│ │ HAProxy │ │
|
||||
│ │ bind *:6443 → roundrobin │ │
|
||||
│ │ frontend ───┐ ┌── backend ───────────────── │ │
|
||||
│ └────────────────┼──┼─────────────────────────────┘ │
|
||||
└───────────────────┼──┼──────────────────────────────┘
|
||||
│ │
|
||||
Tailscale│ │ 100.100.x.x
|
||||
┌─────────┼──┼─────────┐
|
||||
│ │ │ │
|
||||
▼ ▼ ▼ ▼
|
||||
┌──────────────┐ ┌──────────────┐ ┌──────────────┐
|
||||
│ server-jz │ │ server-jz2 │ │ server-zen │
|
||||
│ CP + etcd │ │ CP + etcd │ │ CP + etcd │
|
||||
│ 私有云 │ │ 私有云 │ │ 私有云 │
|
||||
└──────────────┘ └──────────────┘ └──────────────┘
|
||||
Internet
|
||||
x.x.x.x:6443
|
||||
|
|
||||
v
|
||||
+-----------------------------+
|
||||
| agent-ali |
|
||||
| +-----------------------+ |
|
||||
| | HAProxy | |
|
||||
| | bind *:6443 | |
|
||||
| | -> roundrobin | |
|
||||
| +----------+-------------+ |
|
||||
+-------------+----------------+
|
||||
|
|
||||
Tailscale | 100.100.x.x
|
||||
+---------------+----------------+
|
||||
| | |
|
||||
v v v
|
||||
+----------------+ +----------------+ +----------------+
|
||||
| server-jz | | server-jz2 | | server-zen |
|
||||
| CP + etcd | | CP + etcd | | CP + etcd |
|
||||
| 私有云 | | 私有云 | | 私有云 |
|
||||
+----------------+ +----------------+ +----------------+
|
||||
```
|
||||
|
||||
- **只有 `agent-ali` 有公网 IP**,其余节点均通过 Tailscale 内网互通
|
||||
|
||||
Reference in New Issue
Block a user