|
1 | 1 | ---
|
2 |
| -title: Azure Kubernetes Service (AKS) high availability with Uptime SLA |
3 |
| -description: Learn about the optional high availability Uptime SLA offering for the Azure Kubernetes Service (AKS) API Server. |
| 2 | +title: Azure Kubernetes Service (AKS) with Uptime SLA |
| 3 | +description: Learn about the optional Uptime SLA offering for the Azure Kubernetes Service (AKS) API Server. |
4 | 4 | services: container-service
|
5 | 5 | ms.topic: conceptual
|
6 | 6 | ms.date: 05/11/2020
|
7 | 7 | ---
|
8 | 8 |
|
9 | 9 | # Azure Kubernetes Service (AKS) Uptime SLA
|
10 | 10 |
|
11 |
| -Uptime SLA is an optional feature to enable financially backed higher SLA for a cluster. Uptime SLA guarantees 99.95% availability of the Kubernetes API server endpoint for clusters that use [Availability Zone][availability-zones] and 99.9% of availability for clusters that don't use availability zones. AKS uses master node replicas across update and fault domains to ensure SLA requirements are met. |
| 11 | +Uptime SLA is an optional feature to enable a financially backed, higher SLA for a cluster. Uptime SLA guarantees 99.95% availability of the Kubernetes API server endpoint for clusters that use [Availability Zones][availability-zones] and 99.9% of availability for clusters that don't use Availability Zones. AKS uses master node replicas across update and fault domains to ensure SLA requirements are met. |
12 | 12 |
|
13 |
| -Customers needing SLA for compliance reasons or extending SLA's to their customers should turn on this feature. Customers with critical workloads who need higher availability with an option of SLA benefit from enabling this feature. Enable the feature with Availability Zones to obtain higher availability of the Kubernetes API server. |
| 13 | +Customers needing an SLA to meet compliance requirements or require extending an SLA to their end-users should enable this feature. Customers with critical workloads that will benefit from a higher uptime SLA may also benefit. Using the Uptime SLA feature with Availability Zones enables a higher availability for the uptime of the Kubernetes API server. |
14 | 14 |
|
15 |
| -Customers can create unlimited free clusters with a service level objective (SLO) of 99.5%. |
| 15 | +Customers can still create unlimited free clusters with a service level objective (SLO) of 99.5% and opt for the preferred SLO or SLA Uptime as needed. |
16 | 16 |
|
17 | 17 | > [!Important]
|
18 | 18 | > For clusters with egress lockdown, see [limit egress traffic](limit-egress-traffic.md) to open appropriate ports for Uptime SLA.
|
19 | 19 |
|
20 | 20 | ## SLA terms and conditions
|
21 | 21 |
|
22 |
| -Uptime SLA is a paid feature and enabled per cluster. Uptime SLA pricing is determined by the number of clusters, and not by the size of the clusters. You can view [Uptime SLA pricing details](https://azure.microsoft.com/pricing/details/kubernetes-service/) for more information. |
| 22 | +Uptime SLA is a paid feature and enabled per cluster. Uptime SLA pricing is determined by the number of discrete clusters, and not by the size of the individual clusters. You can view [Uptime SLA pricing details](https://azure.microsoft.com/pricing/details/kubernetes-service/) for more information. |
23 | 23 |
|
24 | 24 | ## Region Availability
|
25 | 25 |
|
@@ -59,19 +59,17 @@ After a few minutes, the command completes and returns JSON-formatted informatio
|
59 | 59 | "name": "Basic",
|
60 | 60 | "tier": "Paid"
|
61 | 61 | },
|
62 |
| - "tags": null, |
63 |
| - "type": "Microsoft.ContainerService/ManagedClusters", |
64 |
| - "windowsProfile": null |
65 | 62 | ```
|
66 | 63 |
|
67 | 64 | ## Limitations
|
68 | 65 |
|
69 |
| -* You can't currently add Uptime SLA to existing clusters. |
70 |
| -* Currently, there is no way to remove Uptime SLA from an AKS cluster. |
| 66 | +* Currently, cannot convert as existing cluster to enable the Uptime SLA. |
| 67 | +* Currently, there is no way to remove Uptime SLA from an AKS cluster after creation with it enabled. |
71 | 68 |
|
72 | 69 | ## Next steps
|
73 | 70 |
|
74 | 71 | Use [Availability Zones][availability-zones] to increase high availability with your AKS cluster workloads.
|
| 72 | +Configure your cluster to [limit egress traffic](limit-egress-traffic.md). |
75 | 73 |
|
76 | 74 | <!-- LINKS - External -->
|
77 | 75 | [azure-support]: https://ms.portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest
|
|
0 commit comments