部署rancher
主机配置:2Core4G
curl -sfL https://get.docker.io | sh -
systemctl start docker
sudo docker run -d --restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher
部署k3s
主机配置:4Core8G
curl -sfL https://get.k3s.io | sh -
systemctl status k3s
k3s kubectl get node
应用
登录rancher主机,然后导入k3s集群,就可以是部署应用了。
网友评论