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

- 高效能辦公必修課:Word圖文處理
- 我的J2EE成功之路
- Learning Microsoft Azure Storage
- 基于LabWindows/CVI的虛擬儀器設(shè)計(jì)與應(yīng)用
- 控制與決策系統(tǒng)仿真
- Getting Started with Oracle SOA B2B Integration:A Hands-On Tutorial
- 一本書玩轉(zhuǎn)數(shù)據(jù)分析(雙色圖解版)
- 大數(shù)據(jù)改變世界
- 微型計(jì)算機(jī)控制技術(shù)
- 快學(xué)Flash動(dòng)畫百例
- 可編程控制器技術(shù)應(yīng)用(西門子S7系列)
- 中國(guó)戰(zhàn)略性新興產(chǎn)業(yè)研究與發(fā)展·增材制造
- Mastering pfSense
- 21天學(xué)通Linux嵌入式開發(fā)
- Cloudera Hadoop大數(shù)據(jù)平臺(tái)實(shí)戰(zhàn)指南