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
Kubernetes clusters require to allocate non-overlapping IP addresses for Pods, Services and Nodes,
65
+
from a range of available addresses configured in the following components:
66
+
-->
67
+
## Kubernetes IP 地址范围 {#kubernetest-ip-address-ranges}
68
+
69
+
Kubernetes 集群需要从以下组件中配置的可用地址范围中为 Pod、Service 和 Node 分配不重叠的 IP 地址:
70
+
71
+
<!--
72
+
- The network plugin is configured to assign IP addresses to Pods.
73
+
- The kube-apiserver is configured to assign IP addresses to Services.
74
+
- The kubelet or the cloud-controller-manager is configured to assign IP addresses to Nodes.
75
+
-->
76
+
- 网络插件配置为向 Pod 分配 IP 地址。
77
+
- kube-apiserver 配置为向 Service 分配 IP 地址。
78
+
- kubelet 或 cloud-controller-manager 配置为向 Node 分配 IP 地址。
79
+
80
+
<!--
81
+
{{< figure src="/docs/images/kubernetes-cluster-network.svg" alt="A figure illustrating the different network ranges in a kubernetes cluster" class="diagram-medium" >}}
0 commit comments