Merge pull request #96 from Ci-Jie/bugfix/fix-typo

fix typo
pull/97/head
Jimmy Song 2018-01-08 12:50:11 +08:00 committed by GitHub
commit a89fcca684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Kubernetes `Service` 能够支持 `TCP` 和 `UDP` 协议,默认 `TCP` 协议
### 没有 selector 的 Service
Servcie 抽象了该如何访问 Kubernetes `Pod`,但也能够抽象其它类型的 backend例如
Service 抽象了该如何访问 Kubernetes `Pod`,但也能够抽象其它类型的 backend例如
* 希望在生产环境中使用外部的数据库集群,但测试环境使用自己的数据库。
* 希望服务指向另一个 [`Namespace`](https://kubernetes.io/docs/user-guide/namespaces) 中或其它集群中的服务。