Merge pull request #28149 from jackThomass/patch-6

Update web-ui-dashboard.md
This commit is contained in:
Kubernetes Prow Robot
2021-05-28 22:54:24 -07:00
committed by GitHub
@@ -214,7 +214,7 @@ The deploy wizard expects that you provide the following information:
-->
不管哪种 Service 类型,如果你选择创建一个 Service,而且容器在一个端口上开启了监听(入向的),
那么你需要定义两个端口。创建的 Service 会把(入向的)端口映射到容器可见的目标端口。
该 Service 会把流量路由到你部署的 Pod。支持的协议有 TCP 和 UDP。
该 Service 会把流量路由到你部署的 Pod。支持 TCP 协议和 UDP 协议
这个 Service 的内部 DNS 解析名就是之前你定义的应用名称的值。
<!--