部署 Nginx-Ingress 并配置暴露 kubernetes dashboard

环境说明 链接文档 软件版本说明 helm: v3.4.2 ingress: v3.16.1 Nginx Ingress 参考文档 安装 1 2 3 4 wget https://get.helm.sh/helm-v3.4.2-linux-amd64.tar.gz tar xf helm-v3.4.2-linux-amd64.tar.gz \ && cp linux-amd64/helm /usr/local/bin/ 添加helm命令补全 1 2 helm completion bash \ && helm completion bash > /etc/bash_completion.d/helm 添加 ingress repo 1 2 3 helm

Kubeadm 部署 kubernetes-v1.19.x 集群

系统环境说明 使用操作系统: Centos-7.9.2009 操作系统内核版本: 4.4.248 (lt) Docker容器版本: 18.09.9 Kubeadm 版本: 1.19.6 节点说明: master01: 192.168.8.70 ,192.168.88.70 node01: 192.168.8.71 ,192.168.88.71 (备注: 为每个节点配置了两个ip,