Skip to content

Commit 2826d0d

Browse files
Merge pull request #199167 from Nickomang/aks-release-tracker
AKS Release Tracker
2 parents c95a405 + b9898f4 commit 2826d0d

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

articles/aks/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,8 @@
465465
href: open-service-mesh-troubleshoot.md
466466
- name: Uninstall the Open Service Mesh AKS add-on
467467
href: open-service-mesh-uninstall-add-on.md
468+
- name: Track releases and region availability
469+
href: release-tracker.md
468470
- name: Kubernetes Event-driven Autoscaler add-on (preview)
469471
href: keda.md
470472
- name: Use cluster extensions
140 KB
Loading
110 KB
Loading

articles/aks/release-tracker.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: AKS release tracker
3+
description: Learn how to determine which Azure regions have the weekly AKS release deployments rolled out in real time.
4+
services: container-service
5+
ms.topic: overview
6+
ms.date: 05/24/2022
7+
8+
ms.custom: mvc
9+
---
10+
11+
# AKS release tracker
12+
13+
AKS releases weekly rounds of fixes and feature and component updates that affect all clusters and customers. However, these releases can take up to two weeks to roll out to all regions from the initial time of shipping due to Azure Safe Deployment Practices (SDP). It is important for customers to know when a particular AKS release is hitting their region, and the AKS release tracker provides these details in real time by versions and regions.
14+
15+
## Why release tracker?
16+
17+
With AKS release tracker, customers can follow specific component updates present in an AKS version release, such as fixes shipped to a core add-on. In addition to providing real-time updates of region release status, the tracker also links to the specific version of the AKS [release notes][aks-release] to help customers identify which instance of the release is relevant to them. As the data is updated in real time, customers can track the entire SDP process with a single tool.
18+
19+
## How to use the release tracker
20+
21+
The top half of the tracker shows the latest and 3 previously available release versions for each region, and links to the corresponding release notes entry. This view is helpful when you want to track the available versions by region.
22+
23+
:::image type="content" source="./media/release-tracker/regional-status.png" alt-text="Screenshot of the A K S release tracker's regional status table displayed in a web browser.":::
24+
25+
The bottom half of the tracker shows the SDP process. The table has two views: one shows the latest version and status update for each grouping of regions and the other shows the status and region availability of each currently supported version.
26+
27+
:::image type="content" source="./media/release-tracker/sdp-process.png" alt-text="Screenshot of the A K S release tracker's S D P process table displayed in a web browser.":::
28+
29+
<!-- LINKS - external -->
30+
[aks-release]: https://github.com/Azure/AKS/releases

0 commit comments

Comments
 (0)