diff options
| author | Ed Costello <epc@epcostello.com> | 2015-07-12 22:03:06 -0400 |
|---|---|---|
| committer | Ed Costello <epc@epcostello.com> | 2015-07-12 22:03:06 -0400 |
| commit | b4deb49a719e9d5c7ece5c930dec4ff225409466 (patch) | |
| tree | cca40e2b45d8668ea17ca81ce2d4b30963463f1f /networking.md | |
| parent | ee97e734b55c5f605944bcc4e324bdc09bd4c476 (diff) | |
Copy edits for typos
Diffstat (limited to 'networking.md')
| -rw-r--r-- | networking.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking.md b/networking.md index af64ed8d..210d10e5 100644 --- a/networking.md +++ b/networking.md @@ -128,7 +128,7 @@ to serve the purpose outside of GCE. The [service](../services.md) abstraction provides a way to group pods under a common access policy (e.g. load-balanced). The implementation of this creates a -virtual IP which clients can access and which is transparantly proxied to the +virtual IP which clients can access and which is transparently proxied to the pods in a Service. Each node runs a kube-proxy process which programs `iptables` rules to trap access to service IPs and redirect them to the correct backends. This provides a highly-available load-balancing solution with low |
