diff options
| author | Janet Kuo <chiachenk@google.com> | 2015-07-22 17:16:28 -0700 |
|---|---|---|
| committer | Janet Kuo <chiachenk@google.com> | 2015-07-22 17:19:07 -0700 |
| commit | d6200d0d492377b82ca3afbec822230f857732d8 (patch) | |
| tree | 927a7a97fbac88ce275c5022481561360ea691a5 | |
| parent | 51f581c03534c250238c6ec0531fc2c1f0f70f95 (diff) | |
Fix doc typos
| -rw-r--r-- | networking.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking.md b/networking.md index b1d5a460..dfe0f93e 100644 --- a/networking.md +++ b/networking.md @@ -87,7 +87,7 @@ whereas, in general, they don't control what pods land together on a host. ## Pod to pod Because every pod gets a "real" (not machine-private) IP address, pods can -communicate without proxies or translations. The can use well-known port +communicate without proxies or translations. The pod can use well-known port numbers and can avoid the use of higher-level service discovery systems like DNS-SD, Consul, or Etcd. |
