kubesphere 使用docker kubesphere 使用教程

1. 在centos上的安装流程

1.1 安装需要的环境

yum install -y socat conntrack ebtables ipset  curl

1.2 下载KubeKey

#电脑必须可以访问github,很重要。不然安装过程会出问题
curl -sfL https://get-kk.kubesphere.io | VERSION=v1.2.1 sh -
chmod +x kk

1.3 开始安装

./kk create cluster --with-kubernetes v1.21.5 --with-kubesphere v3.2.1

你可能感兴趣的:(kubernetes,docker容器相关,docker,容器,运维)