- 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
推薦閱讀
- 大數據項目管理:從規劃到實現
- Word 2000、Excel 2000、PowerPoint 2000上機指導與練習
- Linux Mint System Administrator’s Beginner's Guide
- Natural Language Processing Fundamentals
- 流處理器研究與設計
- Mastering Elastic Stack
- Embedded Programming with Modern C++ Cookbook
- Moodle Course Design Best Practices
- 數據庫系統原理及應用教程(第5版)
- 計算機網絡原理與技術
- 網絡安全與防護
- 電動汽車驅動與控制技術
- Hadoop Beginner's Guide
- 新一代人工智能與語音識別
- 精通ROS機器人編程(原書第2版)