- 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
推薦閱讀
- Circos Data Visualization How-to
- OpenStack for Architects
- TIBCO Spotfire:A Comprehensive Primer(Second Edition)
- 機器學習與大數據技術
- 最后一個人類
- Apache Spark Deep Learning Cookbook
- JSF2和RichFaces4使用指南
- RPA(機器人流程自動化)快速入門:基于Blue Prism
- Implementing AWS:Design,Build,and Manage your Infrastructure
- 多媒體制作與應用
- Visual FoxPro程序設計
- FPGA/CPLD應用技術(Verilog語言版)
- Spatial Analytics with ArcGIS
- Flink原理與實踐
- Learn QGIS