Azure Kubernetes Service SLA

Stefan Voegele 6 Reputation points
2024-11-05T12:43:40.5066667+00:00

Dear all

Is the Uptime SLA documented in https://learn.microsoft.com/en-gb/azure/aks/free-standard-pricing-tiers?WT.mc_id=Portal-Microsoft_Azure_Expert#uptime-sla-terms-and-conditions only about the Control Plane (API Server)? And if true, does it mean the relevant SLA for Runtime (Compute Nodes) is in fact the SLA for Azure Virtual Machines?

In the SLA Document it also states:

""Azure Kubernetes Service (AKS) Cluster" A Kubernetes cluster is divided into two components:

·         Control plane nodes provide the core Kubernetes services and orchestration of application workloads.

·         Nodes run application workloads."

Wonder if somebody can clarify on this. Thanks 😊

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,143 questions
{count} votes

1 answer

Sort by: Most helpful
  1. akinbade abiola 18,290 Reputation points
    2024-11-05T13:31:37.81+00:00

    Yes it is for the control plane which includes the API server.

    • Uptime SLA guarantees 99.95% availability of the Kubernetes API server endpoint for clusters that use Availability Zones.
    • Uptime SLA guarantees 99.9% of availability for clusters that don't use Availability Zones.

    Worker nodes are governed by the underlying VM and their availability is governed by the Azure Virtual Machines SLA.

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    0 comments No comments

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.