- Getting Started with Kubernetes
- Jonathan Baier Jesse White
- 135字
- 2021-06-10 19:47:03
Networking
Our cluster will need a networking layer for the pods to communicate on. Note that kubeadm requires a CNI compatible network fabric. The list of plugins currently available can be found here: http://kubernetes.io/docs/admin/addons/.
For our example, we will use calico. We will need to create the calico components on our cluster using the following yaml. For convenience, you can download it here: http://docs.projectcalico.org/v1.6/getting-started/kubernetes/installation/hosted/kubeadm/calico.yaml.
Once you have this file on your master, create the components with the following command:
$ kubectl apply -f calico.yaml
Give this a minute to run setup and then list the kube-system nodes in order to check this:
$ kubectl get pods --namespace=kube-system
You should get a listing similar to the following one with three new calico pods and one completed job that is not shown:

- 大學(xué)計(jì)算機(jī)信息技術(shù)導(dǎo)論
- 自動(dòng)控制工程設(shè)計(jì)入門
- 大學(xué)計(jì)算機(jī)基礎(chǔ):基礎(chǔ)理論篇
- 會(huì)聲會(huì)影X5視頻剪輯高手速成
- 人工免疫算法改進(jìn)及其應(yīng)用
- 機(jī)器自動(dòng)化控制器原理與應(yīng)用
- 21天學(xué)通C++
- 工業(yè)機(jī)器人入門實(shí)用教程(KUKA機(jī)器人)
- 系統(tǒng)安裝與重裝
- 數(shù)據(jù)通信與計(jì)算機(jī)網(wǎng)絡(luò)
- 計(jì)算機(jī)網(wǎng)絡(luò)原理與技術(shù)
- 網(wǎng)絡(luò)管理工具實(shí)用詳解
- 數(shù)字多媒體技術(shù)基礎(chǔ)
- ADuC系列ARM器件應(yīng)用技術(shù)
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)學(xué)習(xí)指導(dǎo)與練習(xí)(Windows XP+Office 2003)