From 97228261bcc223904241add8c0313b2c648d6c19 Mon Sep 17 00:00:00 2001 From: Johandry Amador Date: Mon, 22 Oct 2018 18:36:43 -0700 Subject: [PATCH] Chapter 3 minor changes --- Ch03.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ch03.md b/Ch03.md index 0ed89ad..edbcd6b 100644 --- a/Ch03.md +++ b/Ch03.md @@ -46,7 +46,7 @@ Installing a Pod Network may be the next step, there are several to choose: **CNI**: Container Network Interface, which is a CNCF project. Several containers runtime use CNI. -The selection of the Pod Network for **CNI** depends of the expected demand on the cluster. There can be only one Pod Network per cluster (**CNI-Genie** is working on change this). The network must allow container-to-container, pod-to-pod, pod-to-service, and external-to-service communications. Docker use host-private networking, so using docker0 and veth requires to be on that host to communicate. +The selection of the Pod Network for **CNI** depends of the expected demand on the cluster. There can be only one Pod Network per cluster (**CNI-Genie** is working on change this). The network must allow container-to-container, pod-to-pod, pod-to-service, and external-to-service communications. Docker use host-private networking, so using docker0 and veth requires to be on that host to communicate. Other tools to install Kubernetes: