Skip to content

Commit c71ba4c

Browse files
authored
Merge pull request #27327 from gaoguangze111/correct-translation-connect-applications-service
Correct translation connect-applications-service.md
2 parents 38a9e33 + f3e31e4 commit c71ba4c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/zh/docs/concepts/services-networking/connect-applications-service.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Create an nginx Pod, and note that it has a container port specification:
4444
-->
4545
## 在集群中暴露 Pod
4646

47-
我们在之前的示例中已经做过,然而再让我重试一次,这次聚焦在网络连接的视角
48-
创建一个 Nginx Pod,指示它具有一个容器端口的说明
47+
我们在之前的示例中已经做过,然而让我们以网络连接的视角再重做一遍
48+
创建一个 Nginx Pod,并且注意,它有一个容器端口的规范
4949

5050
{{< codenew file="service/networking/run-my-nginx.yaml" >}}
5151

@@ -314,9 +314,9 @@ The rest of this section will assume you have a Service with a long lived IP
314314
本段剩余的内容,将假设已经有一个 Service,它具有一个长久存在的 IP(my-nginx),
315315
一个为该 IP 指派名称的 DNS 服务器。 这里我们使用 CoreDNS 集群插件(应用名为 `kube-dns`),
316316
所以可以通过标准做法,使在集群中的任何 Pod 都能与该 Service 通信(例如:`gethostbyname()`)。
317-
如果 CoreDNS 没有在运行,你可以参照
318-
[CoreDNS README](https://github.com/coredns/deployment/tree/master/kubernetes) 或者
319-
[安装 CoreDNS](/zh/docs/tasks/administer-cluster/coredns/#installing-coredns) 来启用它。
317+
如果 CoreDNS 没有在运行,你可以参照
318+
[CoreDNS README](https://github.com/coredns/deployment/tree/master/kubernetes) 或者
319+
[安装 CoreDNS](/zh/docs/tasks/administer-cluster/coredns/#installing-coredns) 来启用它。
320320
让我们运行另一个 curl 应用来进行测试:
321321

322322
```shell

0 commit comments

Comments
 (0)