通过 kk 创建 k8s 集群和 kubesphere

官方文档:多节点安装

确保从正确的区域下载 KubeKey

export KKZONE=cn

下载 KubeKey

curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh -

为 kk 添加可执行权限:

chmod +x kk

创建 config 文件

  • KubeSphere 版本:v3.3

  • 支持的 Kubernetes 版本:v1.20.x、v1.21.x、* v1.22.x、* v1.23.x 和 * v1.24.x

 ./kk create config --with-kubernetes v1.24 --with-kubesphere v3.3.0

修改 config 文件中 hosts 的 ip 和账号密码

通过 kk 创建 k8s 集群和 kubesphere_第1张图片

执行 config 开始部署 k8s 集群和 kubesphere

 ./kk create cluster -f config-sample.yaml

创建成功
通过 kk 创建 k8s 集群和 kubesphere_第2张图片
默认账号:admin
默认密码:P@88w0rd

你可能感兴趣的:(K8S,kubernetes,容器,云原生)