Skip to content

Commit 8cb6ca8

Browse files
authored
Merge pull request #47090 from abhilasha2418/44246
Update k8s network model section
2 parents af3d53c + 320e29e commit 8cb6ca8

File tree

1 file changed

+5
-4
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+5
-4
lines changed

content/en/docs/concepts/services-networking/_index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ description: >
77

88
## The Kubernetes network model
99

10-
Every [`Pod`](/docs/concepts/workloads/pods/) in a cluster gets its own unique cluster-wide IP address.
10+
Every [`Pod`](/docs/concepts/workloads/pods/) in a cluster gets its own unique cluster-wide IP address
11+
(one address per IP address family).
1112
This means you do not need to explicitly create links between `Pods` and you
1213
almost never need to deal with mapping container ports to host ports.
1314
This creates a clean, backwards-compatible model where `Pods` can be treated
@@ -23,9 +24,9 @@ implementation (barring any intentional network segmentation policies):
2324
* agents on a node (e.g. system daemons, kubelet) can communicate with all
2425
pods on that node
2526

26-
Note: For those platforms that support `Pods` running in the host network (e.g.
27-
Linux), when pods are attached to the host network of a node they can still communicate
28-
with all pods on all nodes without NAT.
27+
{{< note >}}
28+
For those platforms that support `Pods` running in the host network (such as Linux), when pods are attached to the host network of a node they can still communicate with all pods on all nodes without NAT.
29+
{{< /note >}}
2930

3031
This model is not only less complex overall, but it is principally compatible
3132
with the desire for Kubernetes to enable low-friction porting of apps from VMs

0 commit comments

Comments
 (0)