
安装 KubeSphereKubeSphere Core (ks-core) 是 KubeSphere 的核心组件为扩展组件提供基础的运行环境。KubeSphere Core 安装完成后即可访问 KubeSphere Web 控制台。1. 安装 KubeSphere Core在集群节点上执行以下命令安装 KubeSphere Corechartoci://hub.kubesphere.com.cn/kse/ks-coreversion1.2.3-20251118 helm upgrade--install-nkubesphere-system --create-namespace ks-core$chart--debug--wait--version$version--reset-values--setextension.imageRegistryswr.cn-north-9.myhuaweicloud.com/ks注意如果您访问 Docker Hub 受限请在上述命令后添加如下配置修改扩展组件镜像的拉取地址--set extension.imageRegistryswr.cn-north-9.myhuaweicloud.com/ks2. 验证安装如果显示如下信息则表明 ks-core 安装成功NOTES: Thank you for choosing KubeSphere Helm Chart. Please be patient and wait for several seconds for the KubeSphere deployment to complete. 1. Wait for Deployment Completion Confirm that all KubeSphere components are running by executing the following command: kubectl get pods -n kubesphere-system 2. Access the KubeSphere Console Once the deployment is complete, you can access the KubeSphere console using the following URL: http://192.168.6.10:30880 3. Login to KubeSphere Console Use the following credentials to log in: Account: admin Password: P88w0rd NOTE: It is highly recommended to change the default password immediately after the first login. For additional information and details, please visit https://kubesphere.io.3. 访问 Web 控制台从成功信息中的 Console、Account 和 Password 参数分别获取 KubeSphere Web 控制台的 IP 地址、管理员用户名和管理员密码并使用网页浏览器登录 KubeSphere Web 控制台。说明取决于您的网络环境您可能需要配置流量转发规则并在防火墙中放行30880端口。参考链接KubeSphere 官方文档在线安装 Kubernetes 和 KubeSphere4. 后续配置此时Web 控制台仅提供 KubeSphere 的核心功能。若要体验更多功能还需在扩展中心安装扩展组件。重要在使用 KubeSphere 及扩展组件之前请先激活 KubeSphere 和扩展组件。