mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Merge pull request #5478 from xudifsd/fix-broken-link-in-services
fix broken link in services.md
This commit is contained in:
commit
ca46be21e5
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,6 +1,9 @@
|
||||
# OSX leaves these everywhere on SMB shares
|
||||
._*
|
||||
|
||||
# OSX trash
|
||||
.DS_Store
|
||||
|
||||
# Eclipse files
|
||||
.classpath
|
||||
.project
|
||||
|
@ -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
|
||||
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
|
||||
being aware of which `Pods` they are actually accessing.
|
||||
|
||||

|
||||

|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user