Update networking.md
Replaced the word "between" with among, as there can more than two applications sharing the same machines.
This commit is contained in:
parent
63c3ee3a1e
commit
4dde8759cc
|
|
@ -19,7 +19,7 @@ problems to address:
|
|||
|
||||
<!-- body -->
|
||||
|
||||
Kubernetes is all about sharing machines between applications. Typically,
|
||||
Kubernetes is all about sharing machines among applications. Typically,
|
||||
sharing machines requires ensuring that two applications do not try to use the
|
||||
same ports. Coordinating ports across multiple developers is very difficult to
|
||||
do at scale and exposes users to cluster-level issues outside of their control.
|
||||
|
|
|
|||
Loading…
Reference in New Issue