You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,7 +43,7 @@ do at scale and exposes users to cluster-level issues outside of their control.
43
43
-->
44
44
Kubernetes 的宗旨就是在应用之间共享机器。
45
45
通常来说,共享机器需要两个应用之间不能使用相同的端口,但是在多个应用开发者之间
46
-
去大规模地协调端口是件很困难的事情,尤其是还要让用户暴露在他们控制范围之外的集群级别的问题上。
46
+
去大规模地协调端口是件很困难的事情,而且容易引入开发者无法控制的集群层面的问题。
47
47
48
48
<!--
49
49
Dynamic port allocation brings a lot of complications to the system - every
@@ -75,9 +75,9 @@ Kubernetes 集群需要从以下组件中配置的可用地址范围中为 Pod
75
75
- The kube-apiserver is configured to assign IP addresses to Services.
76
76
- The kubelet or the cloud-controller-manager is configured to assign IP addresses to Nodes.
77
77
-->
78
-
-网络插件配置为向 Pod 分配 IP 地址。
79
-
- kube-apiserver 配置为向 Service 分配 IP 地址。
80
-
- kubelet 或 cloud-controller-manager 配置为向 Node 分配 IP 地址。
78
+
-配置网络插件并向 Pod 分配 IP 地址。
79
+
-配置 kube-apiserver 并向 Service 分配 IP 地址。
80
+
-配置 kubelet 或 cloud-controller-manager 并向 Node 分配 IP 地址。
81
81
82
82
<!--
83
83
{{< figure src="/docs/images/kubernetes-cluster-network.svg" alt="A figure illustrating the different network ranges in a kubernetes cluster" class="diagram-medium" >}}
@@ -102,12 +102,12 @@ Kubernetes clusters, attending to the IP families configured, can be categorized
102
102
- The kubelet or cloud-controller-manager is configured to assign IPv4 and IPv6 address.
103
103
- All components must agree on the configured primary IP family.
0 commit comments