书接上文,使用kube-explorer做界面管理工具
一、项目地址
https://github.com/cnrancher/kube-explorer
二、复制配置文件
cp /etc/rancher/k3s/k3s.yaml /root/.kube/config/
三、启动项目
./kube-explorer-linux-amd64 --kubeconfig /root/.kube/config/k3s.yaml --http-listen-port=9890 --https-listen-port=0
四、访问
地址:http://101.43.x.x:9890/dashboard
首页
节点
pod
持续更新中。。。
参考文章
https://blog.csdn.net/Michaelwubo/article/details/126934869
https://github.com/cnrancher/kube-explorer