We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a373c commit 320e29eCopy full SHA for 320e29e
content/en/docs/concepts/services-networking/_index.md
@@ -7,7 +7,8 @@ description: >
7
8
## The Kubernetes network model
9
10
-Every [`Pod`](/docs/concepts/workloads/pods/) in a cluster gets its own unique cluster-wide IP address(one address per IP address family).
+Every [`Pod`](/docs/concepts/workloads/pods/) in a cluster gets its own unique cluster-wide IP address
11
+(one address per IP address family).
12
This means you do not need to explicitly create links between `Pods` and you
13
almost never need to deal with mapping container ports to host ports.
14
This creates a clean, backwards-compatible model where `Pods` can be treated
0 commit comments