0
点赞
收藏
分享

微信扫一扫

Rancher入门到精通-2.0 Rancher server的 HA 关键点

凶猛的小白兔 2022-05-27 阅读 165

High Availability

RKE is HA ready, you can specify more than one ​​controlplane​​​ node in the ​​cluster.yml​​​ file. RKE will deploy master components on all of these nodes and the kubelets are configured to connect to ​​127.0.0.1:6443​​​ by default which is the address of ​​nginx-proxy​​ service that proxy requests to all master nodes.

To create an HA cluster, specify more than one host with role ​​controlplane​​.

以上所说的意思就是多配置几个​​controlplane 角色​

 

Rancher入门到精通-2.0 Rancher server的 HA 关键点_nginx

 

 


举报

相关推荐

0 条评论