Skip to content

Commit 2d9ce89

Browse files
authored
Revise Azure Kubernetes Service features and pricing
Updated the description of Azure Kubernetes Service features and pricing tiers.
1 parent 8047e97 commit 2d9ce89

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

learn-pr/wwl-azure/design-compute-solution/includes/7-design-for-azure-kubernetes-solutions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Container management is the process of organizing, adding, removing, or updating
88

99
### Things to know about Azure Kubernetes Service
1010

11-
The Azure Kubernetes Service environment is enabled with many features, such as automated updates, self-healing, and easy scaling. Review the following characteristics that make AKS an appealing compute option to build new workloads and support lift and shift migrations.
11+
The Azure Kubernetes Service (AKS) environment is enabled with many features, such as automated updates, self-healing, and easy scaling. Review the following characteristics that make AKS an appealing compute option to build new workloads and support lift and shift migrations.
1212

1313
:::image type="content" source="../media/select-azure-kubernetes-service.png" alt-text="Flowchart that shows the decision tree for selecting Azure Kubernetes Service to build new workloads and to support lift and shift migrations." border="false":::
1414

15-
- Azure manages the Kubernetes cluster for free. You manage the agent nodes in the cluster and only pay for the virtual machines on which your nodes run.
15+
- AKS has three cluster management pricing tiers: Free, Standard, and Premium. The Free tier has no control plane charge but no SLA guarantee, suitable for dev/test. The Standard tier includes an hourly control plane charge with an uptime SLA, recommended for production. The Premium tier adds 24-month Long Term Support. All tiers require you to pay separately for agent node virtual machines.
1616

1717
- When you create the cluster, you can use Azure Resource Manager (ARM) templates to automate cluster creation. With ARM templates, you specify features like as advanced networking, Microsoft Entra ID integration, and monitoring.
1818

@@ -40,4 +40,4 @@ Take a few minutes to read about how [Mercedes-Benz R&D is using Azure Kubernete
4040

4141

4242
> [!TIP]
43-
> Learn more about Kubernetes in the [Introduction to Kubernetes Service](/training/modules/intro-to-azure-kubernetes-service/) module.
43+
> Learn more about Kubernetes in the [Introduction to Kubernetes Service](/training/modules/intro-to-azure-kubernetes-service/) module.

0 commit comments

Comments
 (0)