File tree Expand file tree Collapse file tree 2 files changed +26
-4
lines changed
content/zh-cn/docs/reference/networking Expand file tree Collapse file tree 2 files changed +26
-4
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : 网络参考
3
+ content_type : reference
4
+ weight : 85
5
+ ---
6
+
7
+ <!--
8
+ title: Networking Reference
9
+ content_type: reference
10
+ weight: 85
11
+ -->
12
+
13
+ <!-- overview -->
14
+ <!--
15
+ This section of the Kubernetes documentation provides reference details
16
+ of Kubernetes networking.
17
+ -->
18
+
19
+ Kubernetes 文档的这一部分提供了 Kubernetes 网络的参考详细信息。
20
+
21
+ <!-- body -->
Original file line number Diff line number Diff line change @@ -3,12 +3,11 @@ title: 端口和协议
3
3
content_type : reference
4
4
weight : 50
5
5
---
6
+
6
7
<!--
7
- ---
8
8
title: Ports and Protocols
9
9
content_type: reference
10
10
weight: 50
11
- ---
12
11
-->
13
12
14
13
<!--
@@ -17,7 +16,8 @@ as on-premises datacenter with physical network firewalls or Virtual
17
16
Networks in Public Cloud, it is useful to be aware of the ports and protocols
18
17
used by Kubernetes components
19
18
-->
20
- 当你在一个有严格网络边界的环境里运行 Kubernetes,例如拥有物理网络防火墙或者拥有公有云中虚拟网络的自有数据中心,了解 Kubernetes 组件使用了哪些端口和协议是非常有用的。
19
+ 当你在一个有严格网络边界的环境里运行 Kubernetes,例如拥有物理网络防火墙或者拥有公有云中虚拟网络的自有数据中心,
20
+ 了解 Kubernetes 组件使用了哪些端口和协议是非常有用的。
21
21
22
22
<!--
23
23
## Control plane
@@ -74,4 +74,5 @@ on the default port.
74
74
75
75
所有默认端口都可以重新配置。当使用自定义的端口时,你需要打开这些端口来代替这里提到的默认端口。
76
76
77
- 一个常见的例子是 API 服务器的端口有时会配置为443。或者你也可以使用默认端口,把 API 服务器放到一个监听443 端口的负载均衡器后面,并且路由所有请求到 API 服务器的默认端口。
77
+ 一个常见的例子是 API 服务器的端口有时会配置为 443。或者你也可以使用默认端口,
78
+ 把 API 服务器放到一个监听 443 端口的负载均衡器后面,并且路由所有请求到 API 服务器的默认端口。
You can’t perform that action at this time.
0 commit comments