nit: add new line

pull/47090/head
abhilasha2418 2024-07-04 16:17:43 +05:30
parent c9a373c32c
commit 320e29ee0e
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ description: >
## The Kubernetes network model
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
(one address per IP address family).
This means you do not need to explicitly create links between `Pods` and you
almost never need to deal with mapping container ports to host ports.
This creates a clean, backwards-compatible model where `Pods` can be treated