Skip to content

Commit eaec671

Browse files
authored
Apply suggestions from code review
1 parent ef852c6 commit eaec671

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/reliability/reliability-aks.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,9 @@ Strive to use stateless clusters that minimize the need for backup. Store data i
180180

181181
## Reliability during service maintenance
182182

183-
AKS performs maintenance on your cluster, including updates to the cluster and node images. To ensure that sufficient capacity is available even during upgrades, you should configure your pods to use pod disruption budgets.
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.
184184

185-
To reduce service disruptions during critical time periods, AKS provides controls so that you can specify planned maintenance times.
186-
187-
To learn more, see [Use planned maintenance to schedule and control upgrades for your Azure Kubernetes Service cluster](/azure/aks/planned-maintenance).
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).
188186

189187
## Service-level agreement
190188

0 commit comments

Comments
 (0)