Skip to content

Commit c87d16b

Browse files
authored
Merge pull request #53379 from my-git9/npe-10901
[zh-cn]sync architecture/_index.md
2 parents 30e060f + 769bac3 commit c87d16b

File tree

1 file changed

+2
-6
lines changed
  • content/zh-cn/docs/concepts/architecture

1 file changed

+2
-6
lines changed

content/zh-cn/docs/concepts/architecture/_index.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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
356357
Tools like kubeadm, kops, and Kubespray offer different approaches to deploying and managing clusters,
357358
each 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

0 commit comments

Comments
 (0)