- 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:

- 大學計算機信息技術導論
- Ansible Configuration Management
- Hands-On Intelligent Agents with OpenAI Gym
- 大數據戰爭:人工智能時代不能不說的事
- Visualforce Development Cookbook(Second Edition)
- 網頁編程技術
- Photoshop CS3圖層、通道、蒙版深度剖析寶典
- 統計學習理論與方法:R語言版
- Google SketchUp for Game Design:Beginner's Guide
- 電氣控制與PLC原理及應用(歐姆龍機型)
- 會聲會影X4中文版從入門到精通
- 網絡脆弱性掃描產品原理及應用
- Natural Language Processing and Computational Linguistics
- ARM體系結構與編程
- 傳感器應用技術