fix broken link and typo in services.md

This commit is contained in:
Di Xu 2015-03-14 13:40:47 +08:00
parent ddae4ef439
commit 00b3fa802d
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,6 +1,9 @@
# OSX leaves these everywhere on SMB shares # OSX leaves these everywhere on SMB shares
._* ._*
# OSX trash
.DS_Store
# Eclipse files # Eclipse files
.classpath .classpath
.project .project

View File

@ -261,9 +261,9 @@ When a client connects to the portal the iptables rule kicks in, and redirects
the packets to the `Service proxy`'s own port. The `Service proxy` chooses a the packets to the `Service proxy`'s own port. The `Service proxy` chooses a
backend, and starts proxying traffic from the client to the backend. backend, and starts proxying traffic from the client to the backend.
The means that `Service` owners can choose any `Service` port they want without This means that `Service` owners can choose any `Service` port they want without
risk of collision. Clients can simply connect to an IP and port, without risk of collision. Clients can simply connect to an IP and port, without
being aware of which `Pods` they are actually accessing. being aware of which `Pods` they are actually accessing.
![Services detailed diagram](Services_detail.png) ![Services detailed diagram](services_detail.png)