记录kubesphere的安装与使用

如果k8s配上kubesphere,会有很好的化学效应,优化工作人员的开发。
首先附上kubesphere的官网,https://kubesphere.com.cn/
首先确保你安装好了k8s集群,并且要安装好helm和tiller,当然在新版的k8s中已经没有了tiller,但是现在企业上用的版本是1.17.3,还是有的,helm的客户端及服务端的版本是1.16.3。
本次安装的kubesphere是3.0.0版本,兼容1.17.3
首先,安装最小化版本,执行如下命令:

kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml
   
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml

为了可以看见安装进度,可以执行如下语句

kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-install -o jsonpath='{.items[0].metadata.name}') -f

记录kubesphere的安装与使用_第1张图片
用外网访问30880端口输入密码即可,
如果出错无法登录,将kubesphere-manager容器重新启动即可进入

记录kubesphere的安装与使用_第2张图片

你可能感兴趣的:(git,docker,数据库,github,go)