Skip to content

Commit 3bf2082

Browse files
committed
[zh-cn]sync reference/networking
Signed-off-by: xin.li <[email protected]>
1 parent 5b43bb8 commit 3bf2082

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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 -->

content/zh-cn/docs/reference/ports-and-protocols.md renamed to content/zh-cn/docs/reference/networking/ports-and-protocols.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ title: 端口和协议
33
content_type: reference
44
weight: 50
55
---
6+
67
<!--
7-
---
88
title: Ports and Protocols
99
content_type: reference
1010
weight: 50
11-
---
1211
-->
1312

1413
<!--
@@ -17,7 +16,8 @@ as on-premises datacenter with physical network firewalls or Virtual
1716
Networks in Public Cloud, it is useful to be aware of the ports and protocols
1817
used by Kubernetes components
1918
-->
20-
当你在一个有严格网络边界的环境里运行 Kubernetes,例如拥有物理网络防火墙或者拥有公有云中虚拟网络的自有数据中心,了解 Kubernetes 组件使用了哪些端口和协议是非常有用的。
19+
当你在一个有严格网络边界的环境里运行 Kubernetes,例如拥有物理网络防火墙或者拥有公有云中虚拟网络的自有数据中心,
20+
了解 Kubernetes 组件使用了哪些端口和协议是非常有用的。
2121

2222
<!--
2323
## Control plane
@@ -74,4 +74,5 @@ on the default port.
7474

7575
所有默认端口都可以重新配置。当使用自定义的端口时,你需要打开这些端口来代替这里提到的默认端口。
7676

77-
一个常见的例子是 API 服务器的端口有时会配置为443。或者你也可以使用默认端口,把 API 服务器放到一个监听443 端口的负载均衡器后面,并且路由所有请求到 API 服务器的默认端口。
77+
一个常见的例子是 API 服务器的端口有时会配置为 443。或者你也可以使用默认端口,
78+
把 API 服务器放到一个监听 443 端口的负载均衡器后面,并且路由所有请求到 API 服务器的默认端口。

0 commit comments

Comments
 (0)