当前位置:网站首页>Installing kubernetes using kuboardspray (v1.23.1)

Installing kubernetes using kuboardspray (v1.23.1)

2022-06-10 17:07:00 Er huoha

1、 Installation environment

a、 One Tencent ECS is used to install KuboardSpary service , System :CentOS 7.8 x86_64 To configure :1 nucleus 2G

b、 Four Tencent cloud servers are used to install kubernetes service , System :CentOS 7.8 x86_64 To configure :2 nucleus 4G

2、KuboardSpary Service installation

a、 install docker

yum -y install docker

systemctl status docker.service

systemctl start docker.service

b、 Set boot up

c、 install kuboardspary service

docker run -d \

>   --privileged \

>   --restart=unless-stopped \

>   --name=kuboard-spray \

>   -p 80:80/tcp \

>   -v /var/run/docker.sock:/var/run/docker.sock \

>   -v ~/kuboard-spray-data:/data \

>   eipwork/kuboard-spray:latest-amd64

d、 verification web Interface login

account number :admin password :Kuboard123

e、 Resource pack import

Load resource packs offline

3、 install kubernetes service

a、 Cluster management -- Deployment cluster planning

verification :

Official documents :

https://kuboard.cn/install/install-k8s.html#%E8%A7%84%E5%88%92%E5%B9%B6%E5%AE%89%E8%A3%85%E9%9B%86%E7%BE%A4

原网站

版权声明
本文为[Er huoha]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/161/202206101602369555.html