Skip to content

Commit 417eede

Browse files
Update content/en/docs/concepts/services-networking/_index.md
Co-authored-by: divya-mohan0209 <[email protected]>
1 parent fdfc64e commit 417eede

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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.
1111
This means you do not need to explicitly create links between `Pods` and you
1212
almost never need to deal with mapping container ports to host ports.
1313
This creates a clean, backwards-compatible model where `Pods` can be treated

0 commit comments

Comments
 (0)