Kubernetes
使用 kubeadm 搭建 v1.16.4 版本 Kubernetes 高可用集群
本文将通过Kubeadm来搭建Kubernetes v1.16.4高可用集群,使用calico插件以及ipvs模式的kube-proxy
环境准备
centos虚拟机6台,配置清单:
Host
IP
角色
系统版本
配置
m1
10.0.40.1
Master
centos-7.7
2C4G
m2
10.0.40.2
Master
centos-7.7
2C4G
m3
10.0.40.3
Master
centos-7.7
2C4G
w1
10.0.40.4
Worker
centos-7.7
2C4G
w2
10.0.40.5
Worker
centos-7.7
2C4G
w3
10.0.……
