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:
stkasulanati 2024-03-07 22:20:44 +05:30 committed by GitHub
parent 63c3ee3a1e
commit 4dde8759cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.