The Kubernetes Book by Nigel Poulton

The Kubernetes Book by Nigel Poulton

Author:Nigel Poulton [Poulton, Nigel]
Language: eng
Format: azw3, epub, pdf
Publisher: leanpub.com
Published: 2017-06-18T04:00:00+00:00


Docker is the container runtime, kubeadm is the tool we’ll use the build the cluster, kubelet is the Kubernetes node agent, kubectl is the standard Kubernetes client, and CNI (Container Network Interface) installs support for CNI networking.

Pre-requisites

The following commands are specific to Ubuntu 16.04 and need to be ran on all three nodes.

apt-get update && apt-get install -y apt-transport-https

curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -

cat <<EOF >/etc/apt/sources.list.d/kubernetes.list deb http://apt.kubernetes.io/ kubernetes-xenial main EOF

apt-get update

These commands set things up (on Ubuntu 16.04) so that we can install the right packages from the right repos.

Install Docker, kubeadm, kubectl, kubelet, and the CNI. $ apt-get install docker.io kubeadm kubectl kubelet kubernetes-cni Reading package lists... Done Building dependency tree <SNIP>



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.