From 0ae0b7e141d71cba11b19dde08d9b7c02ba5f495 Mon Sep 17 00:00:00 2001 From: Johan Guldmyr Date: Tue, 26 Nov 2019 20:55:35 +0200 Subject: [PATCH] One more title that's been updated --- docs/03-compute-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03-compute-resources.md b/docs/03-compute-resources.md index a30c520..c112255 100644 --- a/docs/03-compute-resources.md +++ b/docs/03-compute-resources.md @@ -6,7 +6,7 @@ Kubernetes requires a set of machines to host the Kubernetes control plane and t ## 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.