专业的IT培训机构|腾科IT教育集团
复制成功
微信号:togogoi
添加微信好友, 详细了解课程
已复制成功,如果自动跳转微信失败,请前往微信添加好友
打开微信
图片

腾科新闻

Rancher高可用部署

发布时间: 2023-04-04

机器准备

        30.128  四层代理服务器   节点上需要安装rke kubectl helm nginx

                     128节点需要和其它三个节点建立ssh互信实现免密登录 rke是通过ssh登录来远程操作其它节点的

                     128主机名设置为cf.rancher.com

        30.110  k8s-node1

        30.112  k8s-node2

        30.113  k8s-node3

                  110,112,113三个节点通过rke部署一个k8s集群 这个集群只用来运行Rancher Server实现Rancher Server的高可用

rke安装k8s

           安装     rke up --config=./rancher-cluster.yml

           卸载    rke remove --config=./rancher-cluster.yml

nodes:
  - address: 192.168.30.110 
user: admin
role: [controlplane,worker,etcd]
  - address: 192.168.30.129 
user: admin 
role: [controlplane,worker,etcd]
  - address: 192.168.30.133
 user: admin 
role: [controlplane,worker,etcd] 
services: etcd: 
snapshot: true 
creation: 6h 
retention: 24h 
ingress: 
provider: nginx 
options:
    use-forwarded-headers: "true"

上一篇: 程序员的工资真的很高吗?

下一篇: OpenWrt怎么搭建NAS

在线咨询 ×

您好,请问有什么可以帮您?我们将竭诚提供最优质服务!