简体   繁体   中英

Kubernetes on Azure Container Service

I successfully deployed a kubernetes cluster of 3 nodes in Azure. I saw in the resource group that there were only 1 master created (same as with kubeadm).

在此处输入图片说明

Do someone know if we can have a cluster of more than one master to ensure a high availability kubernetes cluster ?

Thank you.

I don't believe that the ACS engine currently supports HA for the kubernetes master. https://github.com/Azure/acs-engine

At this time, you will need to create a cluster manually using the HA documentation on the kubernetes website

I know that kops will be supporting Azure in their next major release : https://github.com/kubernetes/kops , not sure if they will have HA support at the beginning

Currently we are using our on-premise installer on pre-provisioned machines in Azure to get what we think is a production ready cluster.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM