> For the complete documentation index, see [llms.txt](https://cks.yunwei361.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cks.yunwei361.com/huan-jing-zhun-bei/an-zhuang-shuo-ming.md).

# 安装说明

### 集群规划

```
# K8s cluster 三节点：
# 一台 CP(k8s01)，两台 Worker(k8s02、k8s03)

192.168.1.25 k8s01
192.168.1.26 k8s02
192.168.1.27 k8s03
```

### 系统版本

```
操作系统版本：Ubuntu server 18.04 LTS

K8s 版本：1.30.3
```
