Skip to content

Commit bd0da8c

Browse files
authored
Merge pull request #37378 from huyaoban/patch-1
修复connecting-frontend-backend.md的文字错误
2 parents d79d849 + 8c05a7b commit bd0da8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh-cn/docs/tasks/access-application-cluster/connecting-frontend-backend.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Kubernetes {{< glossary_tooltip term_id="service" >}} object.
3636
* 使用一个 Service 对象将请求流量发送到后端微服务的多个副本
3737
* 同样使用一个 Deployment 对象创建并运行一个 `nginx` 前端微服务
3838
* 配置前端微服务将请求流量发送到后端微服务
39-
* 使用 `type=LoadBalancer` 的 Service 对象将全段微服务暴露到集群外部
39+
* 使用 `type=LoadBalancer` 的 Service 对象将前端微服务暴露到集群外部
4040

4141
## {{% heading "prerequisites" %}}
4242

@@ -138,7 +138,7 @@ First, explore the Service configuration file:
138138
-->
139139
### 创建 `hello` Service 对象
140140

141-
将请求从前端发送到到后端的关键是后端 Service。Service 创建一个固定 IP 和 DNS 解析名入口,
141+
将请求从前端发送到后端的关键是后端 Service。Service 创建一个固定 IP 和 DNS 解析名入口,
142142
使得后端微服务总是可达。Service 使用
143143
{{< glossary_tooltip text="选择算符" term_id="selector" >}}
144144
来寻找目标 Pod。

0 commit comments

Comments
 (0)