- Getting Started with Kubernetes(Second Edition)
- Jonathan Baier
- 130字
- 2021-07-02 22:51:25
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:
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 to check:
$ 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:

Calico setup
推薦閱讀
- 智能傳感器技術(shù)與應(yīng)用
- 計算機原理
- Dreamweaver CS3網(wǎng)頁設(shè)計與網(wǎng)站建設(shè)詳解
- 計算機網(wǎng)絡(luò)應(yīng)用基礎(chǔ)
- Hands-On Linux for Architects
- 現(xiàn)代機械運動控制技術(shù)
- AI 3.0
- 生物3D打印:從醫(yī)療輔具制造到細胞打印
- 人工智能云平臺:原理、設(shè)計與應(yīng)用
- Flash CS3動畫制作
- Mastering Microsoft Dynamics 365 Customer Engagement
- Building Impressive Presentations with Impress.js
- AlphaGo如何戰(zhàn)勝人類圍棋大師:智能硬件TensorFlow實踐
- 人工智能算法(卷2):受大自然啟發(fā)的算法
- TensorFlow 2.0 Quick Start Guide