@@ -89,8 +89,8 @@ blind to the existence or non-existence of host ports.
89
89
Kubernetes networking addresses four concerns:
90
90
- Containers within a Pod [use networking to communicate](/docs/concepts/services-networking/dns-pod-service/) via loopback.
91
91
- 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/)
94
94
to be reachable from outside your cluster.
95
95
- [Ingress](/docs/concepts/services-networking/ingress/) provides extra functionality
96
96
specifically for exposing HTTP applications, websites and APIs.
@@ -101,17 +101,23 @@ Kubernetes 网络解决四方面的问题:
101
101
102
102
- 一个 Pod 中的容器之间[ 通过本地回路(loopback)通信] ( /zh-cn/docs/concepts/services-networking/dns-pod-service/ ) 。
103
103
- 集群网络在不同 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/ ) ,
106
106
以支持来自于集群外部的访问。
107
107
- [ Ingress] ( /zh-cn/docs/concepts/services-networking/ingress/ )
108
108
提供专门用于暴露 HTTP 应用程序、网站和 API 的额外功能。
109
109
- 你也可以使用 Service
110
110
来[ 发布仅供集群内部使用的服务] ( /zh-cn/docs/concepts/services-networking/service-traffic-policy/ ) 。
111
111
112
112
<!--
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
+
113
116
[Cluster Networking](/docs/concepts/cluster-administration/networking/) explains how to set
114
117
up networking for your cluster, and also provides an overview of the technologies involved.
115
118
-->
119
+ [ 使用 Service 连接到应用] ( /zh-cn/docs/tutorials/services/connect-applications-service/ ) 教程通过一个实际的示例让你了解
120
+ Service 和 Kubernetes 如何联网。
121
+
116
122
[ 集群网络] ( /zh-cn/docs/concepts/cluster-administration/networking/ ) 解释了如何为集群设置网络,
117
123
还概述了所涉及的技术。
0 commit comments