How to create a multi-master cluster in Azure

Soundarya Ayyappan 61 Reputation points
2021-06-22T11:39:22.397+00:00

I need to create an Azure Kubernetes Service with 3 master nodes. So far I used to work with single master cluster, now I am in need of creating a multi-master cluster for production environments.

Can I get a way to create an AKS with multiple control planes. Thanks in Advance.

Azure Kubernetes Service
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,447 questions
0 comments No comments
{count} votes

Accepted answer
  1. vipullag-MSFT 26,487 Reputation points Moderator
    2021-06-23T07:20:08.763+00:00

    @Soundarya Ayyappan

    As your ask is on AKS (Managed service from Azure) with HA enabled Clusters you already have more than one master running. As AKS is a managed offering service you will will not have the visibility/control on this.

    Can I get a way to create an AKS with multiple control planes?
    For this you can check the AKS Uptime SLA, Uptime SLA guarantees 99.95% availability of the Kubernetes API server endpoint for clusters.
    Please check this document for more details.

    If you are using AKS Engine (unmanaged service), then you can specify the number of masters. Please refer to this document for more details.

    Hope this helps.

    Please 'Accept as answer' if the provided information is helpful, so that it can help others in the community looking for help on similar topics.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.