Share:
Twitter
LinkedIn
Facebook
Reddit
Whatsapp
Follow by Email
Reading Time: 2 minutes

When managing AKS clusters, ensuring smooth upgrades with minimal disruptions is key to keeping your applications running efficiently. By fine-tuning your upgrade strategy, you can improve performance and reduce downtime. In this post, I’ll walk you through how to optimize upgrades in AKS using features like Planned Maintenance Windows, Max Surge, Pod Disruption Budgets, Node Drain Timeout, and Node Soak Time.

Planned Maintenance Windows: Schedule for Success

The Planned Maintenance Window feature in AKS allows you to set a specific time frame for upgrades, ideally during off-peak hours. This reduces the risk of impacting your workloads.

For the best results, it is recommended that a window of at least four hours is used. This ensures enough time for the upgrade process to complete without rushing. To learn more about configuring planned maintenance in AKS, check out the official Microsoft Documentation on Planned Maintenance Windows.

Max Surge: Balancing Speed and Stability

The Max Surge setting controls how many nodes are upgraded at once. While increasing this value speeds up upgrades, doing so too aggressively can lead to disruptions.

For production workloads, it is recommended to set Max Surge to 33%. This strikes a good balance between speed and stability. You can read more about how Max Surge works in node pools by visiting Customize node surge upgrade AKS documentation.

Pod Disruption Budgets: Ensuring High Availability

Configuring Pod Disruption Budgets (PDBs) is crucial for maintaining the availability of your applications during node upgrades. PDBs control how many pods can be safely taken down during a node upgrade.

To learn how to configure PDBs for your AKS clusters, check out the Kubernetes documentation on pod-disruption-budgets.

Node Drain Timeout: Handling Long-Running Workloads

The Node Drain Timeout allows you to control how long the system waits for pods to finish their tasks before terminating them during an upgrade. For workloads with long-running processes, increasing this timeout can help prevent disruptions.

For more details on configuring the Node Drain Timeout in AKS, refer to the Node Pool Configuration Guide.

Node Soak Time: Staggering Node Upgrades

Using Node Soak Time allows you to stagger node upgrades and observe the readiness of your application between each node upgrade. This gives you better control over the upgrade process, especially in critical environments.

For more guidance on node soak and related properties, check out this resource on Configuring Node Soak in AKS.

Wrapping Up

Upgrading AKS clusters can be a smooth process when planned carefully. Here’s a recap of the key elements:

  • Use Planned Maintenance Windows to schedule upgrades during off-peak times.
  • Set Max Surge to 33% for production environments to balance speed and stability.
  • Configure Pod Disruption Budgets to ensure high availability during node upgrades.
  • Adjust the Node Drain Timeout to handle long-running workloads.
  • Implement Node Soak Time to stagger node upgrades and minimize risks.

By following these best practices, you can ensure that your upgrades are faster, more reliable, and cause minimal disruption to your running applications.

Share:
Twitter
LinkedIn
Facebook
Reddit
Whatsapp
Follow by Email

Pixel Robots.

I’m Richard Hooper aka Pixel Robots. I started this blog in 2016 for a couple reasons. The first reason was basically just a place for me to store my step by step guides, troubleshooting guides and just plain ideas about being a sysadmin. The second reason was to share what I have learned and found out with other people like me. Hopefully, you can find something useful on the site.

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *