Skip to content

Commit 4dde875

Browse files
authored
Update networking.md
Replaced the word "between" with among, as there can more than two applications sharing the same machines.
1 parent 63c3ee3 commit 4dde875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/cluster-administration/networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ problems to address:
1919

2020
<!-- body -->
2121

22-
Kubernetes is all about sharing machines between applications. Typically,
22+
Kubernetes is all about sharing machines among applications. Typically,
2323
sharing machines requires ensuring that two applications do not try to use the
2424
same ports. Coordinating ports across multiple developers is very difficult to
2525
do at scale and exposes users to cluster-level issues outside of their control.

0 commit comments

Comments
 (0)