Skip to content

Commit a2773d5

Browse files
committed
[zh-cn] Update services-networking/_index.md
Signed-off-by: Gao Qian <[email protected]>
1 parent 51900db commit a2773d5

File tree

1 file changed

+10
-4
lines changed
  • content/zh-cn/docs/concepts/services-networking

1 file changed

+10
-4
lines changed

content/zh-cn/docs/concepts/services-networking/_index.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ blind to the existence or non-existence of host ports.
8989
Kubernetes networking addresses four concerns:
9090
- Containers within a Pod [use networking to communicate](/docs/concepts/services-networking/dns-pod-service/) via loopback.
9191
- Cluster networking provides communication between different Pods.
92-
- The [Service](/docs/concepts/services-networking/service/) resource lets you
93-
[expose an application running in Pods](/docs/concepts/services-networking/connect-applications-service/)
92+
- The [Service](/docs/concepts/services-networking/service/) API lets you
93+
[expose an application running in Pods](/docs/tutorials/services/connect-applications-service/)
9494
to be reachable from outside your cluster.
9595
- [Ingress](/docs/concepts/services-networking/ingress/) provides extra functionality
9696
specifically for exposing HTTP applications, websites and APIs.
@@ -101,17 +101,23 @@ Kubernetes 网络解决四方面的问题:
101101

102102
- 一个 Pod 中的容器之间[通过本地回路(loopback)通信](/zh-cn/docs/concepts/services-networking/dns-pod-service/)
103103
- 集群网络在不同 Pod 之间提供通信。
104-
- [Service 资源](/zh-cn/docs/concepts/services-networking/service/)允许你
105-
[向外暴露 Pod 中运行的应用](/zh-cn/docs/concepts/services-networking/connect-applications-service/)
104+
- [Service](/zh-cn/docs/concepts/services-networking/service/) API
105+
允许你[向外暴露 Pod 中运行的应用](/zh-cn/docs/tutorials/services/connect-applications-service/)
106106
以支持来自于集群外部的访问。
107107
- [Ingress](/zh-cn/docs/concepts/services-networking/ingress/)
108108
提供专门用于暴露 HTTP 应用程序、网站和 API 的额外功能。
109109
- 你也可以使用 Service
110110
[发布仅供集群内部使用的服务](/zh-cn/docs/concepts/services-networking/service-traffic-policy/)
111111

112112
<!--
113+
The [Connecting Applications with Services](/docs/tutorials/services/connect-applications-service/)
114+
tutorial lets you learn about Services and Kubernetes networking with a hands-on example.
115+
113116
[Cluster Networking](/docs/concepts/cluster-administration/networking/) explains how to set
114117
up networking for your cluster, and also provides an overview of the technologies involved.
115118
-->
119+
[使用 Service 连接到应用](/zh-cn/docs/tutorials/services/connect-applications-service/)教程通过一个实际的示例让你了解
120+
Service 和 Kubernetes 如何联网。
121+
116122
[集群网络](/zh-cn/docs/concepts/cluster-administration/networking/)解释了如何为集群设置网络,
117123
还概述了所涉及的技术。

0 commit comments

Comments
 (0)