07.k8s集群部署Kubeord

组件版本

组件

版本

Kubeord

v3

安装

官网地址

https://www.kuboard.cn/install/install-dashboard.html

Kuboard 是 Kubernetes 的一款图形化管理界面

下载yaml

curl -o kuboard-v3.yaml https://addons.kuboard.cn/kuboard/kuboard-v3.yaml

修改yaml

 vim kuboard-v3.yaml 
image.png
image.png
kubectl apply -f kuboard-v3.yaml
image.png

访问

登陆

node节点:30080

image.png
image.png

添加集群

image.png
image.png
image.png
image.png

Last updated

Was this helpful?