mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-19 11:18:58 +03:00
One more title that's been updated
This commit is contained in:
@@ -6,7 +6,7 @@ Kubernetes requires a set of machines to host the Kubernetes control plane and t
|
|||||||
|
|
||||||
## Networking
|
## Networking
|
||||||
|
|
||||||
The Kubernetes [networking model](https://kubernetes.io/docs/concepts/cluster-administration/networking/#kubernetes-model) assumes a flat network in which containers and nodes can communicate with each other. In cases where this is not desired [network policies](https://kubernetes.io/docs/concepts/services-networking/network-policies/) can limit how groups of containers are allowed to communicate with each other and external network endpoints.
|
The Kubernetes [networking model](https://kubernetes.io/docs/concepts/cluster-administration/networking/#the-kubernetes-network-model) assumes a flat network in which containers and nodes can communicate with each other. In cases where this is not desired [network policies](https://kubernetes.io/docs/concepts/services-networking/network-policies/) can limit how groups of containers are allowed to communicate with each other and external network endpoints.
|
||||||
|
|
||||||
> Setting up network policies is out of scope for this tutorial.
|
> Setting up network policies is out of scope for this tutorial.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user