Add section numbering and archive notice

This commit is contained in:
yeasy
2026-04-08 22:40:15 -07:00
parent adee45f7bc
commit 422123dd70
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
## 14.6 一步步部署 Kubernetes 集群
### 概述
### 14.6.1 概述
部署 Kubernetes 集群涉及多个组件的安装和配置包括 Master 节点和 Worker 节点本章介绍如何使用 systemd 管理这些服务的生命周期
### Kubernetes 主要组件
### 14.6.2 Kubernetes 主要组件
#### Master 节点组件
@@ -19,7 +19,7 @@
- **kube-proxy**网络代理处理服务网络
- **Container Runtime**容器运行时Dockercontainerd
### 使用 systemd 管理 Kubernetes 服务
### 14.6.3 使用 systemd 管理 Kubernetes 服务
#### 服务单元文件
@@ -52,7 +52,7 @@ sudo systemctl enable kubelet
如果希望查看更完整的 systemd 部署案例可以参考 `opsnull/follow-me-install-kubernetes-cluster` 这类社区项目再结合本章前文的 kubeadm 与组件配置说明理解整体流程
### 推荐学习路径
### 14.6.4 推荐学习路径
1. 理解 Kubernetes 架构和各组件的作用
2. 准备所需的系统环境Linux 主机网络配置等