Skip to content

Commit

Permalink
Chapter 3 minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johandry committed Oct 23, 2018
1 parent 1ab6c62 commit 9722826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ch03.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <u>docker0</u> and <u>veth</u> requires to be on that host to communicate.
The selection of the Pod Network for **CNI** depends of the expected demand on the cluster. <u>There can be only one Pod Network per cluster</u> (**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 <u>docker0</u> and <u>veth</u> requires to be on that host to communicate.

Other tools to install Kubernetes:

Expand Down

0 comments on commit 9722826

Please sign in to comment.