简体   繁体   English

Kubernetes上的Azure容器服务

[英]Kubernetes on Azure Container Service

I successfully deployed a kubernetes cluster of 3 nodes in Azure. 我在Azure中成功部署了一个由3个节点组成的kubernetes集群。 I saw in the resource group that there were only 1 master created (same as with kubeadm). 我在资源组中看到仅创建了1个母版(与kubeadm相同)。

在此处输入图片说明

Do someone know if we can have a cluster of more than one master to ensure a high availability kubernetes cluster ? 有人知道我们是否可以拥有一个以上的主集群来确保高可用性kubernetes集群吗?

Thank you. 谢谢。

I don't believe that the ACS engine currently supports HA for the kubernetes master. 我认为ACS引擎当前不支持kubernetes主服务器的HA。 https://github.com/Azure/acs-engine 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 目前,您需要使用kubernetes网站上的HA文档手动创建集群。

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 我知道kops将在其下一个主要版本中支持Azure: https : //github.com/kubernetes/kops ,不确定他们一开始是否会支持HA。

Currently we are using our on-premise installer on pre-provisioned machines in Azure to get what we think is a production ready cluster. 当前,我们正在Azure的预配置计算机上使用本地安装程序,以获取我们认为可用于生产环境的群集。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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