Skip to content

Commit b7955ab

Browse files
Merge pull request #300462 from johndowns/reliability-service-maintenance-aks
Reliability Hub - AKS - Add 'Reliability during service maintenance' section
2 parents 26c4ec1 + eaec671 commit b7955ab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/reliability/reliability-aks.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,12 @@ For most solutions, you shouldn't rely exclusively on backups. Instead, use the
178178

179179
Strive to use stateless clusters that minimize the need for backup. Store data in external storage systems and databases instead of within your cluster.
180180

181+
## Reliability during service maintenance
182+
183+
AKS performs maintenance on your cluster, including updates to the cluster and node images. To ensure that Kubernetes maintains the minimum number of pod instances required to serve your production traffic even during upgrades, you should configure your pods to use pod disruption budgets.
184+
185+
To reduce service disruptions during critical time periods, AKS provides controls so that you can specify planned maintenance times. To learn more, see [Use planned maintenance to schedule and control upgrades for your Azure Kubernetes Service cluster](/azure/aks/planned-maintenance).
186+
181187
## Service-level agreement
182188

183189
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).

0 commit comments

Comments
 (0)