Skip to content

Commit beae4bb

Browse files
committed
Freshness updates to AKS Free, Standard, and Premium pricing tiers for cluster management
1 parent 65be2dd commit beae4bb

File tree

1 file changed

+8
-22
lines changed

1 file changed

+8
-22
lines changed

articles/aks/free-standard-pricing-tiers.md

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,34 @@
11
---
2-
title: Azure Kubernetes Service (AKS) Free, Standard and Premium pricing tiers for cluster management
2+
title: Azure Kubernetes Service (AKS) Free, Standard, and Premium pricing tiers for cluster management
33
description: Learn about the Azure Kubernetes Service (AKS) Free, Standard, and Premium pricing plans and what features, deployment patterns, and recommendations to consider between each plan.
44
ms.topic: conceptual
5-
ms.date: 04/07/2023
5+
ms.date: 06/07/2024
66
author: schaffererin
77
ms.author: schaffererin
8-
98
ms.custom: references_regions, devx-track-azurecli
109
---
1110

1211
# Free, Standard and Premium pricing tiers for Azure Kubernetes Service (AKS) cluster management
1312

14-
Azure Kubernetes Service (AKS) is now offering three pricing tiers for cluster management: the **Free tier**, the **Standard tier** and the **Premium tier**. All tiers are in the **Base** sku.
13+
Azure Kubernetes Service (AKS) offers three pricing tiers for cluster management: the **Free tier**, the **Standard tier**, and the **Premium tier**. All tiers are in the **Base** SKU.
1514

16-
| |Free tier|Standard tier|Premium tier |
15+
| |Free tier|Standard tier|Premium tier|
1716
|------------------|---------|--------|
18-
|**When to use**|• You want to experiment with AKS at no extra cost <br> • You're new to AKS and Kubernetes|• You're running production or mission-critical workloads and need high availability and reliability <br> • You need a financially backed SLA |• You're running production or mission-critical workloads and need high availability and reliability <br> • You need a financially backed SLA. <br>• All mission critical, at scale or production workloads requiring 2 years of support|
17+
|**When to use**|• You want to experiment with AKS at no extra cost <br> • You're new to AKS and Kubernetes|• You're running production or mission-critical workloads and need high availability and reliability <br> • You need a financially backed SLA |• You're running production or mission-critical workloads and need high availability and reliability <br> • You need a financially backed SLA. <br>• All mission critical, at scale, or production workloads requiring 2 years of one Kubernetes version support|
1918
|**Supported cluster types**|• Development clusters or small scale testing environments <br> • Clusters with fewer than 10 nodes|• Enterprise-grade or production workloads <br> • Clusters with up to 5,000 nodes| • Enterprise-grade or production workloads <br> • Clusters with up to 5,000 nodes |
2019
|**Pricing**|• Free cluster management <br> • Pay-as-you-go for resources you consume|• Pay-as-you-go for resources you consume <br> • [Standard tier Cluster Management Pricing](https://azure.microsoft.com/pricing/details/kubernetes-service/) | • Pay-as-you-go for resources you consume <br> • [Premium tier Cluster Management Pricing](https://azure.microsoft.com/pricing/details/kubernetes-service/) |
2120
|**Feature comparison**|• Recommended for clusters with fewer than 10 nodes, but can support up to 1,000 nodes <br> • Includes all current AKS features|• Uptime SLA is enabled by default <br> • Greater cluster reliability and resources <br> • Can support up to 5,000 nodes in a cluster <br> • Includes all current AKS features | • Includes all current AKS features from standard tier <br> • [Microsoft maintenance past community support][long-term-support] |
2221

23-
> [!IMPORTANT]
24-
>
25-
> Uptime SLA has been repositioned as a default feature included with the Standard tier.
26-
>
27-
> The repositioning will result in the following API changes:
28-
>
29-
> | SKU |Prior to 2023-02-01 API|Starting from 2023-02-01 API|
30-
> |----------|-----------|------------|
31-
> |ManagedClusterSKUName|"Basic"|"Base"|
32-
> |ManagedClusterSKUTier|"Free" <br> "Paid"|"Free" <br> "Standard"|
33-
>
34-
> "Basic" and "Paid" are removed in the 2023-02-01 and 2023-02-02 Preview API version, and this will be a breaking change in API versions 2023-02-01 and 2023-02-02 Preview or newer. If you use automated scripts, CD pipelines, ARM templates, Terraform, or other third-party tooling that relies on the above parameters, please be sure to update the API parameters to use "Base" with "Free" or "Base" with "Standard" before upgrading to the 2023-02-01 and 2023-02-02 Preview API or newer API versions.
35-
3622
For more information on pricing, see the [AKS pricing details](https://azure.microsoft.com/pricing/details/kubernetes-service/).
3723

3824
## Uptime SLA terms and conditions
3925

40-
In the Standard tier, the Uptime SLA feature is enabled by default per cluster. The Uptime SLA feature guarantees 99.95% availability of the Kubernetes API server endpoint for clusters using [Availability Zones][availability-zones], and 99.9% of availability for clusters that aren't using Availability Zones.For more information, see [SLA](https://azure.microsoft.com/support/legal/sla/kubernetes-service/v1_1/).
26+
In the Standard tier and Premium tier, the Uptime SLA feature is enabled by default per cluster. The Uptime SLA feature guarantees 99.95% availability of the Kubernetes API server endpoint for clusters using [Availability Zones][availability-zones], and 99.9% of availability for clusters that aren't using Availability Zones. For more information, see [SLA](https://azure.microsoft.com/support/legal/sla/kubernetes-service/v1_1/).
4127

4228
## Region availability
4329

44-
* Free tier and Standard tier are available in public regions and Azure Government regions where [AKS is supported](https://azure.microsoft.com/global-infrastructure/services/?products=kubernetes-service).
45-
* Free tier and Standard tier are available for [private AKS clusters][private-clusters] in all public regions where AKS is supported.
30+
* Free tier, Standard tier, and Premium tier are available in public regions and Azure Government regions where [AKS is supported](https://azure.microsoft.com/global-infrastructure/services/?products=kubernetes-service).
31+
* Free tier, Standard tier, and Premium tier are available for [private AKS clusters][private-clusters] in all public regions where AKS is supported.
4632

4733
## Before you begin
4834

0 commit comments

Comments
 (0)