You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/faq.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Frequently asked questions for Azure Kubernetes Service (AKS)
3
3
description: Find answers to some of the common questions about Azure Kubernetes Service (AKS).
4
4
ms.topic: conceptual
5
-
ms.date: 05/04/2020
5
+
ms.date: 05/14/2020
6
6
7
7
---
8
8
@@ -123,11 +123,9 @@ Windows Server support for node pool includes some limitations that are part of
123
123
124
124
## Does AKS offer a service-level agreement?
125
125
126
-
AKS provides the ability to achieve 99.95% availability for the API server with [Uptime SLA][uptime-sla.md].
126
+
AKS offers an optional [uptime SLA add-on][uptime-sla] for the Kubernetes API server. Customers who choose the SLA add-on are guaranteed 99.95% availability for clusters which are spread across availability zones and 99.9% availability for those which are not. For clusters without the SLA add-on, AKS maintaines a service-level objective of 99.5% availability.
127
127
128
-
In a service-level agreement (SLA), the provider agrees to reimburse the customer for the cost of the service if the published service level isn't met. Since AKS is free, no cost is available to reimburse, so AKS has no formal SLA. However, AKS seeks to maintain availability of at least 99.5 percent for the Kubernetes API server.
129
-
130
-
It is important to recognize the distinction between AKS service availability which refers to uptime of the Kubernetes control plane and the availability of your specific workload which is running on Azure Virtual Machines. Although the control plane may be unavailable if the control plane is not ready, your cluster workloads running on Azure VMs can still function. Given Azure VMs are paid resources they are backed by a financial SLA. Read [here for more details](https://azure.microsoft.com/support/legal/sla/virtual-machines/v1_8/) on the Azure VM SLA and how to increase that availability with features like [Availability Zones][availability-zones].
128
+
It is important to recognize the distinction between AKS service availability which refers to uptime of the Kubernetes control plane and the availability of your specific workload which is running on Azure Virtual Machines and therefore covered by the [VM SLA][vm-sla]. In the event that the Kubernetes control plane is unavailable, your applications will continue to function. However, you will be unable to deploy new applications, scale or upgrade existing applications, or perform other management operations on the cluster.
131
129
132
130
## Can I apply Azure reservation discounts to my AKS agent nodes?
133
131
@@ -207,7 +205,7 @@ No AKS is a managed service, and manipulation of the IaaS resources is not suppo
0 commit comments