URL has been copied successfully!

About this tracker

This tool keeps an eye on Microsoft’s Azure Kubernetes Service (AKS), AKS Arc, Kubernetes Fleet Manager documentation, Azure Container Registry (ACR), and Azure Application Gateway for Containers (AGC). AKS everywhere! It also shows the last 5 release notes from AKS.

It automatically scans for changes, then uses AI to summarize and highlight updates that are most likely to matter — such as new features, deprecations, and significant content revisions.

Minor edits (like typos, formatting tweaks, and other low-impact changes) are usually filtered out. Because the process is automated, some updates may be missed or summaries may not capture every nuance.

For complete accuracy, you can always follow the provided links to the original Microsoft documentation.

With this tracker, you can:

  • Quickly scan meaningful AKS, ACR, AGC, and Fleet documentation changes from the past 7 days
  • Stay up to date with the latest AKS release notes without digging through every doc page
  • Search and browse CVE security data across AKS releases and VHD node images, powered by the AKS Vulnerability Data API (Public Preview)


Get the Latest AKS Docs – Every Week, in Your Inbox

Loading

AKS CVE Security

CVE security data for AKS releases and VHD node images is loaded on demand from the tracker cache. If the live view is temporarily unavailable, use the AKS Vulnerability Data API explorer.

Loading live CVE data...

AKS Releases

Latest 5 AKS releases with AI-generated summaries, breaking changes, and Good to Know information.

updated: 07/07/2026, 12:52:00

Release – 2026-06-19

View Release

📅 2026-06-25

The release on June 19, 2026, includes significant updates and announcements. Key features include the general availability of Kubernetes 1.36 and the Application Gateway for Containers.

Breaking Changes

  • Windows Server 2022 retires on June 30, 2028
  • Windows Server 2022 is unsupported in Kubernetes 1.37 and above
🔑

Key Features

  • Kubernetes version 1.36 is now generally available
  • Application Gateway for Containers is now generally available
  • FIPS support on Ubuntu 22.04 node pools
💡

Good to Know

  • Istio CNI changes default proxy redirection for new installations
  • Azure Service Mesh add-on revision `asm-1-30` introduces behavior changes
  • Azure File CSI Driver upgraded to v1.35.4

Release 2026-05-29

View Release

📅 2026-06-04

This release includes deprecations and updates for various components in AKS.

Breaking Changes

  • Istio-based service mesh add-on revision asm-1-27 deprecated
  • Windows Server Annual Channel for Containers retired
  • Windows Server 2019 retired and no longer supported
🔑

Key Features

  • Managed system node pools are now generally available
  • New Kubernetes patch versions available: 1.35.2, 1.35.3
💡

Good to Know

  • Migrate Windows Server Annual Channel node pools to LTSC
  • Transition from Flatcar Container Linux for AKS by June 2026

Release 2026-04-28

View Release

📅 2026-05-04

This release addresses a critical Linux kernel vulnerability and updates various components.

Breaking Changes

  • Mitigation for CVE-2026-31431 requires node image upgrade
🔑

Key Features

  • Updated Microsoft Defender for Containers sensor
  • New node image versions provide security patches
💡

Good to Know

  • Existing nodes not patched in place, upgrade required
  • Monitor release status by regions

Release 2026-04-02

View Release

📅 2026-04-09

This release announces the end of support for Ubuntu 22.04 and updates several components.

Breaking Changes

  • Ubuntu 22.04 support ends on June 30, 2027
🔑

Key Features

  • New Kubernetes patch versions available
  • Updated Azure Monitor Metrics
💡

Good to Know

  • Transition to Ubuntu 24.04 or later by deadline
  • Node pool tag for Kubelet Serving Certificate Rotation will be ignored

Release Notes – 2026-03-05

View Release

📅 2026-03-11

This release announces the retirement of Flatcar Container Linux for AKS and expands GPU support.

Breaking Changes

  • Flatcar Container Linux support ends on June 8, 2026
🔑

Key Features

  • Expanded GPU support for Azure Linux
  • New Kubernetes version 1.35 now available
💡

Good to Know

  • Transition to a supported alternative for Flatcar
  • Monitor release status by regions

Documentation Updates

Meaningful updates to AKS, ACR, AGC, and Fleet docs from the last 7 days.
updated: 07/07/2026, 12:52:00
59 updates

Azure Kubernetes Service
AKS – Ai Ml Overview

General
♻️ Rework
Modified: 2026-07-07 06:02
Summary

The documentation now includes updated guidance on running Ray AI workloads with Kueue on Azure Kubernetes Service (AKS), replacing the previous focus on configuring and deploying a Ray cluster. Users can refer to the new section for detailed instructions on leveraging Kueue to enhance their AI workload management on AKS.

    AKS Arc
    AKS Arc – AKS Bare Metal Create Cluster Arm Template

    General
    ✨ Update
    Modified: 2026-07-02 19:25
    Summary

    The documentation has been updated to reflect a change in the command for retrieving credentials for an Azure Kubernetes Service (AKS) cluster. Users should now use the command `az aksarc get-credentials –name <clusterName> –resource-group <RESOURCE_GROUP>` instead of the previous `az connectedk8s proxy` command. This change simplifies the process of accessing cluster credentials.

      Azure Kubernetes Service
      AKS – Keda About

      Compute
      ♻️ Rework
      Modified: 2026-07-06 21:55
      Summary

      The documentation now clarifies that Kubernetes Event-driven Autoscaling (KEDA) is available in both AKS Automatic and AKS Standard modes, with KEDA preconfigured in AKS Automatic for immediate use, while AKS Standard requires enabling the KEDA managed add-on. Additionally, users are informed about a breaking change in KEDA version 2.15+, which removes pod identity support, and are advised to transition to workload identity for authentication. The updated content also emphasizes the benefits of using AKS Automatic for production workloads, highlighting reduced management overhead and built-in autoscaling capabilities.

        Azure Kubernetes Service
        AKS – Ray Overview

        General
        ♻️ Rework
        Modified: 2026-07-07 06:02
        Summary

        The overview of deploying a Ray cluster on AKS has been revised to include updated descriptions and instructions for running AI workloads, emphasizing the use of Kueue for workload management.

          Azure Kubernetes Service
          AKS – Csi Secrets Store Identity Access

          Security
          ♻️ Rework
          Modified: 2026-07-01 06:02
          Summary

          The documentation for enabling the OIDC Issuer URL on existing AKS clusters has been updated to clarify the specific section for standard clusters. Users can now refer to the updated link for instructions on enabling the OIDC Issuer, ensuring they follow the correct procedure for their cluster type.

            Azure Kubernetes Service
            AKS – AKS Desktop Cluster View

            General
            🆕 New
            Modified: 2026-07-01 22:04
            Summary

            Learn how to connect to Azure Kubernetes Service (AKS) clusters, view cluster resources, deploy new applications, and manage existing applications using AKS desktop.

              Azure Kubernetes Service
              AKS – Ray Train Llm

              General
              🆕 New
              Modified: 2026-07-07 06:02
              Summary

              A new article detailing how to fine-tune the Qwen2.5-7B model using Ray on AKS. It includes prerequisites, setup instructions, and a comprehensive guide on submitting RayJobs for distributed training.

                Azure Kubernetes Service
                AKS – Tutorial Kubernetes Deploy Cluster

                General
                ♻️ Rework
                Modified: 2026-07-06 21:55
                Summary

                The documentation now includes clearer instructions for creating an AKS cluster by presenting two distinct options: **AKS Automatic** and **AKS Standard**. Users can choose the recommended AKS Automatic option for a fully managed experience or the AKS Standard option for more control over cluster configuration, with specific command blocks provided for each choice. Additionally, the tutorial emphasizes the need for an **Owner** or **Azure account administrator** role to create billable AKS resources.

                  Azure Kubernetes Service
                  AKS – Tutorial Kubernetes Prepare Acr

                  General
                  ♻️ Rework
                  Modified: 2026-07-06 21:55
                  Summary

                  The documentation for the AKS tutorial has been updated to clarify that users need permissions such as **Contributor** or **Owner** to create Azure resources, including a resource group and an Azure Container Registry. Additionally, the tutorial now specifies that users should use versioned image tags (e.g., `1.0` instead of `latest`) when building images for the services, which enhances version control and stability in deployments.

                    Azure Kubernetes Service
                    AKS – Nvidia Gpu Operator

                    Compute
                    ♻️ Rework
                    Modified: 2026-07-07 06:02
                    Summary

                    Significant updates were made to the NVIDIA GPU Operator documentation, including the replacement of references to the retired NCv3 SKU with the NC T4 GPU VM size. Additionally, broken links were fixed, enhancing the usability of the documentation.

                      Azure Kubernetes Service
                      AKS – Inspektor Gadget Configure

                      General
                      🆕 New
                      Modified: 2026-07-06 21:55
                      Summary

                      Learn how to install, configure, and remove the Inspektor Gadget cluster extension on Azure Kubernetes Service (AKS) by using the Azure CLI.

                        Azure Kubernetes Service
                        AKS – Deploy Ray

                        Cost
                        🗑️ Removal
                        Modified: 2026-07-07 06:02
                        Summary

                        This article provides updated documentation on deploying a Ray cluster on Azure Kubernetes Service (AKS), including new prerequisites and configurations for using Kueue for workload management. It emphasizes the integration of Ray with Azure services for efficient AI workload management.

                          Azure Kubernetes Service
                          AKS – Tutorial Kubernetes Paas Services

                          Security
                          ♻️ Rework
                          Modified: 2026-07-06 21:55
                          Summary

                          The documentation for the AKS tutorial has been updated to include detailed steps for creating and managing Azure Service Bus resources, which are now essential for the tutorial. Users can now follow specific commands to create a Service Bus namespace and queue, set up authorization rules, and retrieve credentials necessary for their deployments. Additionally, the tutorial emphasizes the importance of using secure methods for handling sensitive information, such as API keys, in Kubernetes manifest files.

                            Azure Kubernetes Service
                            AKS – Inspektor Gadget Run Gadgets

                            Networking
                            🆕 New
                            Modified: 2026-07-06 21:55
                            Summary

                            Learn how to use the kubectl gadget plugin to run gadgets and inspect DNS, file, process, and network activity on Azure Kubernetes Service (AKS).

                              Azure Kubernetes Service
                              AKS – Tutorial Kubernetes Deploy Application

                              General
                              ♻️ Rework
                              Modified: 2026-07-06 21:55
                              Summary

                              The documentation now includes updated instructions for deploying a sample application to an AKS cluster using the AKS desktop application, allowing users to manage application health, logs, and metrics more easily. Users can also deploy applications directly from their workstation or through automation pipelines, with specific guidance on using Azure Pipelines, GitHub Actions, and Cloud Native GitOps. Additionally, the tutorial emphasizes the importance of using the correct image tags for container deployments, specifying version numbers instead of using the latest tag.

                                AKS Arc
                                AKS Arc – AKS Bare Metal Create Cluster Bicep

                                General
                                ✨ Update
                                Modified: 2026-07-02 19:25
                                Summary

                                The documentation now reflects a change in the command for retrieving credentials for an Azure Kubernetes Service (AKS) cluster. Users should use the updated command `az aksarc get-credentials –name <clusterName> –resource-group <RESOURCE_GROUP>` instead of the previous `az connectedk8s proxy` command to access their cluster credentials. This change simplifies the process of connecting to AKS clusters.

                                  Azure Kubernetes Service
                                  AKS – Vertical Pod Autoscaler

                                  Compute
                                  ♻️ Rework
                                  Modified: 2026-07-06 21:55
                                  Summary

                                  The documentation now clarifies the differences between AKS Automatic and AKS Standard regarding Vertical Pod Autoscaler (VPA) setup. Users can now understand that in AKS Automatic, VPA is preconfigured and ready for production use, while in AKS Standard, users must configure VPA explicitly. Additionally, the guidance on deployment patterns for VPA has been refined to emphasize the importance of establishing observability through resource utilization telemetry.

                                    Azure Kubernetes Service
                                    AKS – Monitor AKS

                                    Operations
                                    ♻️ Rework
                                    Modified: 2026-07-06 22:10
                                    Summary

                                    This article has been updated to include new monitoring capabilities and best practices for AKS, particularly focusing on the integration of AKS Automatic features. It provides users with enhanced insights into monitoring their AKS clusters effectively.

                                      Azure Kubernetes Service
                                      AKS – Image Cleaner

                                      Security
                                      ♻️ Rework
                                      Modified: 2026-07-06 21:55
                                      Summary

                                      The document explains how to use Image Cleaner on AKS to remove unused images with vulnerabilities. It highlights the differences in functionality between AKS Automatic and AKS Standard, ensuring users can maintain security effectively.

                                        Azure Kubernetes Service
                                        AKS – Configure Ray Kueue Queues

                                        General
                                        🆕 New
                                        Modified: 2026-07-07 06:02
                                        Summary

                                        An article focused on configuring Kueue queues for managing Ray workloads on AKS. It explains the setup of ClusterQueues and LocalQueues, providing examples for both single and team queue configurations.

                                          Azure Kubernetes Service
                                          AKS – App Routing Gateway API

                                          Networking
                                          ♻️ Rework
                                          Modified: 2026-07-01 22:04
                                          Summary

                                          The documentation now specifies that starting with AKS version 1.36, new AKS Automatic clusters will use the Kubernetes Gateway API via the application routing add-on by default, making it the recommended ingress model for production workloads. Additionally, users are informed that they cannot enable both the application routing Gateway API and the Istio service mesh add-on simultaneously, and must delete specific Istio resources when transitioning between the two. The document also clarifies that the application routing Gateway API implementation supports managed ingress with operational safeguards, while certain features like TLSRoute-based SNI passthrough and egress traffic management remain unsupported.

                                            AKS Arc
                                            AKS Arc – Infrastructure Operation Failures

                                            Compute
                                            🆕 New
                                            Modified: 2026-07-02 19:25
                                            Summary

                                            Learn how to troubleshoot and recover from infrastructure errors when MOC is unreachable during AKS on Azure Local cluster or node pool creation or deletion.

                                              Azure Kubernetes Service
                                              AKS – Use Azure Policy

                                              Compliance
                                              ♻️ Rework
                                              Modified: 2026-07-01 17:07
                                              Summary

                                              This update includes detailed instructions on applying Azure Policy definitions to AKS clusters, emphasizing the importance of the Azure Policy add-on and the necessary prerequisites such as Terraform and Azure CLI versions. It also clarifies the process for verifying policy assignments and includes Terraform configuration examples.

                                                AKS Arc
                                                AKS Arc – Deploy Gpu Node Pool

                                                Compute
                                                ♻️ Rework
                                                Modified: 2026-07-02 22:04
                                                Summary

                                                The documentation has been updated to reflect changes in the memory size for the NVIDIA RTX Pro 6000 Blackwell GPU, now listed as 96 GiB instead of 48 GiB. Users can now utilize the `Standard_NC16_RTX6000Pro_1` and `Standard_NC32_RTX6000Pro_1` configurations with the increased memory capacity, enhancing their GPU resource allocation for workloads.

                                                  Azure Kubernetes Service
                                                  AKS – Entra Id Authorization

                                                  Security
                                                  ♻️ Rework
                                                  Modified: 2026-07-06 22:10
                                                  Summary

                                                  The documentation for using Microsoft Entra ID authorization for the Kubernetes API in Azure Kubernetes Service (AKS) has been updated to clarify that AKS Automatic clusters are preconfigured with Azure RBAC for Kubernetes authorization, eliminating the need to enable it manually. Additionally, the prerequisites section now specifies the required versions for Azure CLI and kubectl, and emphasizes that managed Microsoft Entra integration must be enabled on the cluster before adding Microsoft Entra ID authorization. Users can now better understand the setup process and requirements for both AKS Automatic and AKS Standard clusters.

                                                    Azure Kubernetes Service
                                                    AKS – Tutorial Kubernetes Scale

                                                    Compute
                                                    ♻️ Rework
                                                    Modified: 2026-07-06 21:55
                                                    Summary

                                                    The documentation now specifies that users can edit the scaling configuration for the order-service to set the number of replicas to 5, and it introduces a YAML autoscaler manifest for the store-front deployment, allowing users to define minimum and maximum replica counts. Additionally, the command to scale the AKS Standard cluster has been updated to increase the node count to 5 instead of 3, reflecting changes in cluster management practices. Users are also reminded that scaling operations can increase compute costs and require appropriate permissions.

                                                      Azure Kubernetes Service
                                                      AKS – Private Clusters

                                                      Networking
                                                      ♻️ Rework
                                                      Modified: 2026-07-06 21:55
                                                      Summary

                                                      The documentation for AKS private clusters has been enhanced to clarify the behavior of the Kubernetes API server when creating a private cluster using the `–enable-private-cluster` command. Users are now informed that by default, a public DNS name (public FQDN) may still be created unless the `–disable-public-fqdn` option is specified, which restricts access to private connectivity methods. Additionally, guidance is provided on when to keep or disable the public FQDN based on administrative preferences and security requirements.

                                                        Azure Kubernetes Service
                                                        AKS – Auto Upgrade Node Os Image

                                                        Compute
                                                        ♻️ Rework
                                                        Modified: 2026-07-01 17:06
                                                        Summary

                                                        The documentation now clarifies that the `SecurityPatch` channel is incompatible with Azure Policies that enforce a `deny` effect for customer-managed keys (CMK) for OS disk encryption. Users attempting to apply a security patch under such a policy will encounter a `RequestDisallowedByPolicy` error due to the temporary creation of a virtual machine scale set. For those needing to maintain a `deny` policy for CMK OS disk encryption, it is recommended to use the `NodeImage` channel instead.

                                                          Azure Kubernetes Service
                                                          AKS – Deploy Ray Tuning

                                                          Storage
                                                          🗑️ Removal
                                                          Modified: 2026-07-07 06:02
                                                          Summary

                                                          This article has been updated to reflect the latest practices for deploying a Ray cluster for tuning with BlobFuse on AKS, emphasizing the integration of scalable storage for high-throughput data access.

                                                            Azure Kubernetes Service
                                                            AKS – Inspektor Gadget Troubleshoot

                                                            Operations
                                                            🆕 New
                                                            Modified: 2026-07-06 21:55
                                                            Summary

                                                            Troubleshoot common installation, configuration, and runtime errors with the Inspektor Gadget cluster extension on Azure Kubernetes Service (AKS).

                                                              Azure Kubernetes Service
                                                              AKS – Use Oidc Issuer

                                                              General
                                                              ♻️ Rework
                                                              Modified: 2026-07-01 06:02
                                                              Summary

                                                              The documentation has been updated to reflect the use of the OpenID Connect (OIDC) issuer in Azure Kubernetes Service (AKS), replacing references to the OIDC provider. Users can now configure the OIDC issuer in both AKS Automatic, where it is preconfigured, and AKS Standard, where it may need to be enabled based on the cluster version. Additionally, the documentation clarifies that for newly created AKS Standard clusters on Kubernetes version 1.34 or later, the OIDC issuer is enabled by default, streamlining the setup process for users.

                                                                Azure Kubernetes Service
                                                                AKS – Azure Cni Powered by Cilium

                                                                Networking
                                                                ♻️ Rework
                                                                Modified: 2026-07-06 21:55
                                                                Summary

                                                                The Azure CNI Powered by Cilium documentation has been revised to clarify the steps required based on the AKS cluster mode. This change improves the clarity and usability of the documentation for users setting up their AKS clusters.

                                                                  Azure Kubernetes Service
                                                                  AKS – Node Auto Repair

                                                                  Compute
                                                                  ♻️ Rework
                                                                  Modified: 2026-07-06 21:55
                                                                  Summary

                                                                  The documentation for AKS node auto-repair has been updated to clarify the functionality and behavior of the feature, including health detection, repair actions, limitations, and monitoring guidance for production workloads. Users can now better understand that both AKS Automatic and AKS Standard clusters come preconfigured with node auto-repair, and they are informed about the specific scenarios where automatic repair may not occur. Additionally, the article emphasizes the importance of combining node auto-repair with workload-level resiliency practices to minimize user-visible impact.

                                                                    Azure Kubernetes Service
                                                                    AKS – Create Volume Azure Files

                                                                    Storage
                                                                    ♻️ Rework
                                                                    Modified: 2026-07-02 06:05
                                                                    Summary

                                                                    This update includes clarifications on the Encryption in Transit (EiT) feature for NFS file shares and managed identity support for Azure Files in AKS, ensuring users are informed about the latest capabilities and limitations. It also corrects the heading capitalization for better readability.

                                                                      Azure Kubernetes Service
                                                                      AKS – Ray Batch Inference

                                                                      General
                                                                      🆕 New
                                                                      Modified: 2026-07-07 06:02
                                                                      Summary

                                                                      This article describes how to run batch inference using Ray on AKS, detailing the setup for Kueue and the necessary environment configurations. It provides practical examples for submitting RayJobs for inference tasks.

                                                                        Azure Kubernetes Service
                                                                        AKS – AKS Managed Gpu Nodes

                                                                        Compute
                                                                        ♻️ Rework
                                                                        Modified: 2026-07-06 22:10
                                                                        Summary

                                                                        The documentation has been updated to replace all mentions of the retired NCv3 SKU with the NC T4 GPU VM size in the commands for configuring AKS managed GPU nodes. Users will now see the updated command syntax using `–node-vm-size Standard_NC4as_T4_v3`, ensuring they are using the current VM size for their GPU workloads. Additionally, broken links have been fixed to improve access to relevant resources.

                                                                          Azure Kubernetes Service
                                                                          AKS – Autoscale Gpu Workloads with Keda

                                                                          Operations
                                                                          ♻️ Rework
                                                                          Modified: 2026-07-06 22:10
                                                                          Summary

                                                                          The document updates the guidance on using KEDA for event-driven autoscaling in AKS, replacing references to retired SKUs with current options. It emphasizes the preconfiguration of KEDA in AKS Automatic, enhancing the autoscaling capabilities for users.

                                                                            Azure Kubernetes Service
                                                                            AKS – Deploy Ray Infrastructure

                                                                            Storage
                                                                            🆕 New
                                                                            Modified: 2026-07-07 06:02
                                                                            Summary

                                                                            Learn how to deploy the AKS cluster, KubeRay operator, Kueue controller, and Azure Blob storage for running Ray AI workloads.

                                                                              AKS Arc
                                                                              AKS Arc – Concepts Security Access Identity

                                                                              Security
                                                                              ♻️ Rework
                                                                              Modified: 2026-07-02 19:25
                                                                              Summary

                                                                              The document provides an overview of Azure RBAC integration with AKS, detailing how to manage access to AKS resources and Kubernetes API. It emphasizes the importance of enabling Azure RBAC during cluster creation and outlines the roles available for managing access.

                                                                                Azure Kubernetes Service
                                                                                AKS – Concepts Network Cni Overview

                                                                                Networking
                                                                                ♻️ Rework
                                                                                Modified: 2026-06-30 17:04
                                                                                Summary

                                                                                The document has been updated to correct a typo regarding the node subnet in the VNet, improving the technical accuracy of the content. This change is important for users relying on precise networking information.

                                                                                  Azure Kubernetes Service
                                                                                  AKS – Dns Concepts

                                                                                  Networking
                                                                                  ♻️ Rework
                                                                                  Modified: 2026-07-01 06:02
                                                                                  Summary

                                                                                  The documentation now clarifies that AKS Automatic clusters come preconfigured with LocalDNS, enhancing DNS performance and resiliency without additional setup. In contrast, LocalDNS is optional for AKS Standard, requiring users to enable and configure it separately. Additionally, the article provides updated insights on LocalDNS capabilities, including reduced DNS resolution latency and customizable DNS behavior, which users can leverage to optimize their AKS workloads.

                                                                                    Azure Kubernetes Service
                                                                                    AKS – Node Resource Group Lockdown

                                                                                    Compute
                                                                                    ♻️ Rework
                                                                                    Modified: 2026-07-06 21:55
                                                                                    Summary

                                                                                    The documentation now clarifies that node resource group lockdown is preconfigured in AKS Automatic clusters, eliminating the need for a separate enable command. Users can also configure lockdown levels in AKS Standard clusters, with specific commands provided for creating, updating, and removing lockdown settings using the `az aks create` and `az aks update` commands. Additionally, the section on restriction levels has been expanded to detail the behaviors associated with ReadOnly and Unrestricted settings.

                                                                                      Azure Kubernetes Service
                                                                                      AKS – Free Standard Pricing Tiers

                                                                                      Cost
                                                                                      ♻️ Rework
                                                                                      Modified: 2026-07-06 22:10
                                                                                      Summary

                                                                                      The documentation now clarifies that AKS Automatic clusters are preconfigured to use the Standard tier during creation, which is recommended for most production workloads. Additionally, users can now see detailed comparisons of the Free, Standard, and Premium pricing tiers, including specific use cases and limitations for each tier, such as node support and uptime SLA coverage. The commands for creating and updating AKS clusters have also been updated for clarity, including examples for setting the tier and support plan.

                                                                                        Azure Kubernetes Service
                                                                                        AKS – Tutorial Kubernetes Deploy Azure Container Storage

                                                                                        Storage
                                                                                        ♻️ Rework
                                                                                        Modified: 2026-07-01 22:04
                                                                                        Summary

                                                                                        The tutorial has been updated to clarify that it only applies to AKS Standard clusters and includes important notes about permissions and resource creation.

                                                                                          Azure Kubernetes Service
                                                                                          AKS – Inspektor Gadget Catalog

                                                                                          General
                                                                                          🆕 New
                                                                                          Modified: 2026-07-06 21:55
                                                                                          Summary

                                                                                          This newly added catalog provides an overview of the Inspektor Gadget extension for AKS, detailing various gadgets available for monitoring and troubleshooting workloads. It categorizes gadgets based on their functionality, enhancing user understanding and accessibility.

                                                                                            Azure Kubernetes Service
                                                                                            AKS – Localdns Custom

                                                                                            Networking
                                                                                            ♻️ Rework
                                                                                            Modified: 2026-07-07 06:02
                                                                                            Summary

                                                                                            This document outlines the configuration and management of LocalDNS in Azure Kubernetes Service, detailing its benefits for DNS resolution performance and resiliency. It includes guidance on enabling and customizing LocalDNS for different AKS cluster modes.

                                                                                              Azure Kubernetes Service
                                                                                              AKS – Node Auto Provisioning Upgrade Image

                                                                                              Compute
                                                                                              ♻️ Rework
                                                                                              Modified: 2026-07-01 22:04
                                                                                              Summary

                                                                                              The documentation has been updated to remove the 90-day limit comment regarding Node Auto-Provisioning (NAP). Users can now understand that NAP will always force the latest image version to be picked up, regardless of the age of the existing node image version, thereby bypassing any existing maintenance window. This change clarifies the behavior of NAP for users managing their AKS clusters.

                                                                                                Azure Kubernetes Service
                                                                                                AKS – Stop Cluster Upgrade API Breaking Changes

                                                                                                Operations
                                                                                                ♻️ Rework
                                                                                                Modified: 2026-07-06 22:10
                                                                                                Summary

                                                                                                This article explains how Azure Kubernetes Service (AKS) can automatically block cluster upgrades when deprecated Kubernetes API usage is detected. It provides guidance on how to remediate or bypass validation, ensuring smoother upgrade processes and reducing unexpected disruptions.

                                                                                                  AKS Arc
                                                                                                  AKS Arc – Restrict Ssh Access

                                                                                                  General
                                                                                                  ✨ Update
                                                                                                  Modified: 2026-07-02 19:25
                                                                                                  Summary

                                                                                                  The documentation for restricting SSH access has been updated to reflect changes in the link structure. This ensures users are directed to the correct resources for managing SSH access in AKS on Azure Local.

                                                                                                    Azure Kubernetes Service
                                                                                                    AKS – Ray Finetune Aurora

                                                                                                    General
                                                                                                    🆕 New
                                                                                                    Modified: 2026-07-07 06:02
                                                                                                    Summary

                                                                                                    A new guide on fine-tuning the Aurora weather model using Ray on AKS, detailing the integration of Kueue for managing workloads and providing step-by-step instructions for setup and execution.

                                                                                                      Azure Kubernetes Service
                                                                                                      AKS – Use Azure Linux

                                                                                                      Compute
                                                                                                      ♻️ Rework
                                                                                                      Modified: 2026-07-06 22:10
                                                                                                      Summary

                                                                                                      The documentation for using the Azure Linux Container Host on Azure Kubernetes Service (AKS) has been updated to clarify its integration with AKS Automatic and AKS Standard clusters. Users can now understand that Azure Linux is preconfigured as the default operating system for the system node pool in AKS Automatic, streamlining the setup for production workloads. Additionally, the documentation emphasizes the deployment options for Azure Linux, allowing users to choose it explicitly in AKS Standard based on their workload requirements.

                                                                                                        Azure Kubernetes Service
                                                                                                        AKS – Best Practices Performance Scale Large

                                                                                                        Cost
                                                                                                        ♻️ Rework
                                                                                                        Modified: 2026-07-06 21:55
                                                                                                        Summary

                                                                                                        The documentation now emphasizes that when scaling beyond 1,000 nodes without using the cluster autoscaler, users should scale in batches of 500-700 nodes at a time, with a recommended wait time of two to five minutes between scale-up operations to avoid Azure API throttling. This guidance is reiterated for clarity, ensuring users are aware of best practices for managing large-scale AKS clusters effectively.

                                                                                                          Azure Kubernetes Service
                                                                                                          AKS – Stateful Workloads Overview

                                                                                                          Storage
                                                                                                          ♻️ Rework
                                                                                                          Modified: 2026-07-06 21:55
                                                                                                          Summary

                                                                                                          The documentation now includes a critical note advising against the use of Azure Spot node pools for production-critical stateful workloads. It highlights that Spot VMs can be evicted unexpectedly, which may lead to abrupt node terminations and delays in volume recovery or pod rescheduling. Users are encouraged to utilize regular node pools and appropriate storage resiliency mechanisms for workloads that require persistent data and high availability.

                                                                                                            Azure Kubernetes Service
                                                                                                            AKS – Ray Online Serving

                                                                                                            General
                                                                                                            🆕 New
                                                                                                            Modified: 2026-07-07 06:02
                                                                                                            Summary

                                                                                                            This article provides updated instructions for serving models online using Ray on AKS, detailing the setup of RayService and the necessary configurations for persistent HTTP endpoints.

                                                                                                              Azure Kubernetes Service
                                                                                                              AKS – Use Nvidia Gpu

                                                                                                              Compute
                                                                                                              ♻️ Rework
                                                                                                              Modified: 2026-07-07 06:02
                                                                                                              Summary

                                                                                                              The documentation has been updated to recommend using the `Standard_NC4as_T4_v3` VM size for AKS node pools instead of the previously mentioned `Standard_NC6s_v3`. This change affects the command syntax, where users should now specify `–node-vm-size Standard_NC4as_T4_v3` to set the VM size for nodes in the pool. Additionally, the NVv4 series (based on AMD GPUs) remains unsupported on AKS.

                                                                                                                Azure Kubernetes Service
                                                                                                                AKS – Inspektor Gadget Overview

                                                                                                                Operations
                                                                                                                🆕 New
                                                                                                                Modified: 2026-07-06 21:55
                                                                                                                Summary

                                                                                                                Learn about the Inspektor Gadget cluster extension, an eBPF-based tool that helps you inspect and troubleshoot workloads on Azure Kubernetes Service (AKS) clusters.

                                                                                                                  AKS Arc
                                                                                                                  AKS Arc – Scale Requirements

                                                                                                                  Compute
                                                                                                                  ♻️ Rework
                                                                                                                  Modified: 2026-07-02 22:04
                                                                                                                  Summary

                                                                                                                  The documentation now specifies that the only supported GPU model is the NVIDIA RTX Pro 6000 Blackwell with 96 GiB of memory, updated from the previous 48 GiB. This change impacts users by allowing them to utilize a more powerful GPU for compute-intensive workloads, enhancing performance capabilities in their deployments. For further details on supported GPU-enabled VM sizes and deployment steps, users can refer to the section on using GPUs for compute-intensive workloads.

                                                                                                                    Azure Kubernetes Service
                                                                                                                    AKS – API Server VNet Integration

                                                                                                                    Networking
                                                                                                                    ♻️ Rework
                                                                                                                    Modified: 2026-07-06 21:55
                                                                                                                    Summary

                                                                                                                    The document details the use of API Server VNet Integration in Azure Kubernetes Service (AKS), highlighting its preconfiguration in AKS Automatic and the optional nature in AKS Standard. It emphasizes the benefits of using AKS Automatic for production workloads.

                                                                                                                      Azure Kubernetes Service
                                                                                                                      AKS – Valkey Overview

                                                                                                                      Operations
                                                                                                                      ♻️ Rework
                                                                                                                      Modified: 2026-07-07 11:02
                                                                                                                      Summary

                                                                                                                      The documentation has been updated to refine the Valkey solution overview and deployment details, including the deployment of three Valkey primary pods across two availability zones with one replica pod per primary in a third zone. It emphasizes the use of `StatefulSet` resources with `spec.affinity` rules for high availability, and provides a comparison of key features between the Valkey solution and Azure Cache for Redis Premium tier.