Skip to content

Commit b3af2f5

Browse files
committed
edits
1 parent 61336c2 commit b3af2f5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/reliability/reliability-aks.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Reliability in Azure Kubernetes Service (AKS)
3-
description: Find out about how to deploy reliable workloads in Azure Kubernetes Service (AKS), including availability zones and multi-region deployments.
3+
description: Learn about how to deploy reliable workloads in Azure Kubernetes Service (AKS), including availability zones and multiple-region deployments.
44
author: schaffererin
55
ms.author: schaffererin
66
ms.topic: reliability-article
@@ -12,9 +12,9 @@ ms.date: 03/18/2025
1212

1313
# Reliability in Azure Kubernetes Service (AKS)
1414

15-
This article describes reliability support in [Azure Kubernetes Service (AKS)](/azure/aks/what-is-aks), covering intra-regional resiliency via [availability zones](#availability-zone-support) and [multi-region deployments](#multi-region-support).
15+
This article describes reliability support in [Azure Kubernetes Service (AKS)](/azure/aks/what-is-aks), covering intra-regional resiliency via [availability zones](#availability-zone-support) and [multiple-region deployments](#multiple-region-support).
1616

17-
Resiliency is a shared responsibility between you and Microsoft and so this article also covers ways for you to create a resilient solution that meets your needs.
17+
Resiliency is a shared responsibility between you and Microsoft. This article covers ways for you to create a resilient solution that meets your needs.
1818

1919
## Production deployment recommendations
2020

@@ -154,11 +154,11 @@ You can test your resiliency to availability zone failures by using the followin
154154
- [Cordon and drain nodes in a single availability zone](/azure/aks/aks-zone-resiliency#method-1-cordon-and-drain-nodes-in-a-single-az)
155155
- [Simulate an availability zone failure by using Azure Chaos Studio](/azure/aks/aks-zone-resiliency#method-2-simulate-an-az-failure-using-azure-chaos-studio)
156156

157-
## Multi-region support
157+
## Multiple-region support
158158

159159
AKS clusters are single-region resources. If the region is unavailable, your AKS cluster is also unavailable.
160160

161-
### Alternative multi-region approaches
161+
### Alternative multiple-region approaches
162162

163163
If you need to deploy your Kubernetes workload to multiple Azure regions, you have two options to manage the orchestration of these clusters.
164164

@@ -189,7 +189,7 @@ Strive to use stateless clusters that minimize the need for backup. Store data i
189189

190190
## Service-level agreement
191191

192-
The service-level agreement (SLA) for Azure Logic Apps describes the expected availability of the service and the conditions that must be met to achieve that availability expectation. For more information, see [SLAs for online services](https://www.microsoft.com/licensing/docs/view/Service-Level-Agreements-SLA-for-Online-Services).
192+
The service-level agreement (SLA) for AKS describes the expected availability of the service and the conditions that must be met to achieve that availability expectation. For more information, see [SLAs for online services](https://www.microsoft.com/licensing/docs/view/Service-Level-Agreements-SLA-for-Online-Services).
193193

194194
AKS provides three [pricing tiers for cluster management](/azure/aks/free-standard-pricing-tiers): **Free**, **Standard**, and **Premium**. The Free tier enables you to use AKS to test your workloads. The Standard and Premium tiers are designed for production workloads. When you deploy an AKS cluster that has availability zones enabled, the uptime percentage defined in the SLA increases. However, the SLA applies only if you deploy a cluster in the Standard or Premium pricing tier.
195195

0 commit comments

Comments
 (0)