From fd49fcddb9bfac1519bfebcab6779eab560dfd46 Mon Sep 17 00:00:00 2001 From: harleyliao <357857613@qq.com> Date: Sun, 2 Feb 2020 19:31:20 +0800 Subject: [PATCH] Update service.md (#18480) make article reads more smoothly --- content/zh/docs/concepts/services-networking/service.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/zh/docs/concepts/services-networking/service.md b/content/zh/docs/concepts/services-networking/service.md index 121ccdfb15..1971035ebd 100644 --- a/content/zh/docs/concepts/services-networking/service.md +++ b/content/zh/docs/concepts/services-networking/service.md @@ -118,9 +118,9 @@ balancer in between your application and the backend Pods. --> ### 云原生服务发现 -如果您能够在应用程序中使用 Kubernetes 接口进行服务发现,则可以查询 {{< glossary_tooltip text="API server" term_id="kube-apiserver" >}} 的 endpoint 资源,只要服务中的Pod集合发生更改,端点就会更新。 +如果您想要在应用程序中使用 Kubernetes 接口进行服务发现,则可以查询 {{< glossary_tooltip text="API server" term_id="kube-apiserver" >}} 的 endpoint 资源,只要服务中的Pod集合发生更改,端点就会更新。 -对于非本机应用程序,Kubernetes提供了在应用程序和后端Pod之间放置网络端口或负载平衡器的方法。 +对于非本机应用程序,Kubernetes提供了在应用程序和后端Pod之间放置网络端口或负载均衡器的方法。