File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/zh-cn/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: 服务(Service)
3
3
feature :
4
4
title : 服务发现与负载均衡
5
5
description : >
6
- 无需修改你的应用程序即可使用陌生的服务发现机制 。Kubernetes 为容器提供了自己的 IP 地址和一个 DNS 名称,并且可以在它们之间实现负载均衡。
6
+ 无需修改你的应用程序去使用陌生的服务发现机制 。Kubernetes 为容器提供了自己的 IP 地址和一个 DNS 名称,并且可以在它们之间实现负载均衡。
7
7
description : >-
8
8
将在集群中运行的应用程序暴露在单个外向端点后面,即使工作负载分散到多个后端也是如此。
9
9
content_type : concept
@@ -33,7 +33,7 @@ With Kubernetes you don't need to modify your application to use an unfamiliar s
33
33
Kubernetes gives Pods their own IP addresses and a single DNS name for a set of Pods,
34
34
and can load-balance across them.
35
35
-->
36
- 使用 Kubernetes,你无需修改应用程序即可使用不熟悉的服务发现机制 。
36
+ 使用 Kubernetes,你无需修改应用程序去使用不熟悉的服务发现机制 。
37
37
Kubernetes 为 Pod 提供自己的 IP 地址,并为一组 Pod 提供相同的 DNS 名,
38
38
并且可以在它们之间进行负载均衡。
39
39
@@ -1916,4 +1916,4 @@ For more context:
1916
1916
更多上下文:
1917
1917
* 阅读[虚拟 IP 和 Service 代理](/zh-cn/docs/reference/networking/virtual-ips/)
1918
1918
* 阅读 Service API 的 [API 参考](/zh-cn/docs/reference/kubernetes-api/service-resources/service-v1/)
1919
- * 阅读 EndpointSlice API 的 [API 参考](/zh-cn/docs/reference/kubernetes-api/service-resources/endpoint-slice-v1/)
1919
+ * 阅读 EndpointSlice API 的 [API 参考](/zh-cn/docs/reference/kubernetes-api/service-resources/endpoint-slice-v1/)
You can’t perform that action at this time.
0 commit comments