File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
content/zh-cn/docs/concepts/architecture Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,8 @@ with each other within the cluster.
279279### 网络插件 {#network-plugins}
280280
281281[ 网络插件] ( /zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins )
282- 是实现容器网络接口(CNI)规范的软件组件。它们负责为 Pod 分配 IP 地址,并使这些 Pod 能在集群内部相互通信。
282+ 是实现容器网络接口(CNI)规范的软件组件。它们负责为 Pod 分配 IP 地址,
283+ 并使这些 Pod 能在集群内部相互通信。
283284
284285<!--
285286## Architecture variations
@@ -355,17 +356,12 @@ performance requirements, and operational policies:
355356
356357Tools like kubeadm, kops, and Kubespray offer different approaches to deploying and managing clusters,
357358each with its own method of component layout and management.
358-
359- The flexibility of Kubernetes architecture allows organizations to tailor their clusters to specific needs,
360- balancing factors such as operational complexity, performance, and management overhead.
361359-->
362360### 集群管理工具 {#cluster-management-tools}
363361
364362像 kubeadm、kops 和 Kubespray 这样的工具提供了不同的集群部署和管理方法,
365363每种方法都有自己的组件布局和管理方式。
366364
367- Kubernetes 架构的灵活性使各组织能够根据特定需求调整其集群,平衡操作复杂性、性能和管理开销等因素。
368-
369365<!--
370366### Customization and extensibility
371367
You can’t perform that action at this time.
0 commit comments