Kubernetes Marketplace appliance Control Plane High Availability

Hello,

Does the Marketplace Kubernetes Appliance provide Control Plane Highly Available option?
I set the master node cardinality to >2, wherein 2 in this case,

The service has been created, but the master nodes are forming independent clusters.

[root@onekube-ip-10-231-10-58 ~]# kubectl get nodes
NAME                      STATUS   ROLES                  AGE     VERSION
onekube-ip-10-231-10-58   Ready    control-plane,master   2m50s   v1.21.2
[root@onekube-ip-10-231-10-59 ~]# kubectl get nodes
NAME                      STATUS   ROLES                  AGE     VERSION
onekube-ip-10-231-10-59   Ready    control-plane,master   4m21s   v1.21.2

Thanks

Hi @zap51

HA is not supported as of this moment - service scaling works for worker node only.

It is in the roadmap for the next release.

Stay tuned.

1 Like