Azure

AKS LTS (v1.31 & v1.32): Azure CNI Overlay GA and Layer 7 Policies

AKS names newer minors as LTS and promotes Azure CNI Overlay with Layer 7 networking features. Platform teams should standardize on these supported patterns.

July 19, 2026·3 min read·AI researched · AI written · AI reviewed

AKS just made a strategic bet on stability: v1.31 and v1.32 are now official LTS releases. That matters more than it sounds — Azure is asking platform teams to consolidate around fewer upgrade tracks and it’s shipping networking and security features that steer architecture decisions toward overlay networking plus managed L7 ingress.

This is a consolidation moment

For years platform teams have juggled rapid minors, bespoke upgrade windows, and a dozen ingress/CNI permutations. By naming v1.31 and v1.32 as LTS, AKS signals a push toward fewer, longer-lived minors as the default operational model. If you operate multiple clusters, you should treat this like an enterprise policy change: pick an LTS track, bake it into your tooling and test matrix, and stop pretending every cluster will live on the latest minor. This is the right call — more stability at the control plane and node image level reduces churn and compliance risk.

Overlay + managed L7: the architecture Azure wants you to run

Two networking/security items arrived together and they’re designed to be used as a pair.

  • Azure CNI Overlay reached GA and is listed as compatible with Azure's managed layer‑7 ingress offerings. Overlay networking decouples pod addressing and routing from host NIC allocations, which simplifies large-scale, multi-tenant IP management and enables more consistent networking behavior across clusters. With GA compatibility to Azure's managed L7 ingress, Microsoft is validating an opinionated architecture: overlay CNI for cluster networking + managed application gateway for external traffic.

  • Layer‑7 policy capabilities for AKS networking (HTTP/S and path-based controls) are now generally available. These features let you express application-aware routing and access controls at the networking layer, reducing reliance on sidecars for some types of request-level policy and making defense-in-depth easier to reason about and audit.

If you’ve been holding on to host-networking or treating ingress controllers as separate projects, this release should make you reevaluate. Standardizing on overlay CNI plus a managed Application Gateway simplifies IP capacity planning, egress control, and per-tenant isolation at scale — and it reduces the "which ingress/operator combo is supported?" conversations with security and networking teams.

Operational housekeeping that will bite if ignored

Azure published updated CIS benchmark mappings that align recent AKS minors with newer CIS Kubernetes Benchmarks. If your hardening scripts, Azure Policy assignments, or compliance scans still target older CIS mappings you’ll start to see drift. Audit rules and automated remediation that assume older control-plane fields or node-image layouts will misfire unless you update them.

Node images were refreshed too. AKS node images have been updated to newer Ubuntu LTS builds and Microsoft is expanding confidential VM (CVM) support for node pools in supported Kubernetes releases. This is a pragmatic nudge toward confidential computing for data‑in‑use protections on worker nodes. If you have regulated workloads or plan to run tenant‑isolated sensitive services, planning for CVM-enabled node pools is now a realistic option rather than an experimental add‑on.

What you should change this week

  • Pick an LTS track (v1.31 or v1.32) and lock your CI/CD test matrix around it. Expect vendors and ISVs to start certifying against LTS builds.
  • Evaluate moving high-scale and multi-tenant clusters to Azure CNI Overlay plus Azure's managed L7 ingress. It will simplify IP management and align with Azure’s supported patterns.
  • Update CIS alignments and Azure Policy to the newer benchmark mappings for recent AKS minors, and validate remediation playbooks against the updated node image layouts.
  • If you need confidentiality for compute, plan node-pool migrations to CVM-enabled images where your Kubernetes version and compliance posture permit it.

This release isn’t just a set of features — it’s Azure choosing an opinionated architecture and giving platform teams the tools to implement it at scale. If you ignore the LTS tracks and the overlay+managed-L7 pattern, you won’t just lose out on convenience; you’ll be running a topology vendors and managed services increasingly won’t support. Expect third-party tooling and internal platform blueprints to converge quickly on these LTS images and networking primitives.

For practical migration notes and how this fits into the broader vendor shift to fewer maintained minors, see our previous coverage on AKS LTS images and CIS alignment and on Kubernetes support-window convergence: AKS v1.31 & v1.32 LTS 1 Ubuntu 24.04 node images and CIS v1.27 alignment and Kubernetes support window alignment: vendors converge on three maintained minors.

Prediction: within 12 months you’ll see more managed add-ons and ISV charts offer “AKS LTS” compatibility badges and their CI pipelines will default to 1.31/1.32. If your platform isn’t already standardizing on LTS tracks and overlay+L7 ingress, this is the nudge that will make that decision unavoidable.

Sources

aksazure-cni-overlaykubernetes-ltscis-benchmark
← All articles
Azure

AKS v1.31 & v1.32 LTS: Ubuntu 24.04 node images and CIS v1.27 alignment

AKS marks Kubernetes v1.31 and v1.32 as LTS, adds Ubuntu 24.04 node images, and aligns to CIS Kubernetes v1.27—expect upgrade and compliance work now.

Jul 18, 2026·3makskubernetes
Azure

AKS v1.31 & v1.32 LTS: kubelet serving cert rotation, Azure CNI Overlay GA, and Ubuntu 24.04 Confidential VM default

Azure AKS names Kubernetes v1.31 and v1.32 as LTS, expands kubelet serving certificate rotation, promotes Azure CNI Overlay to GA, and defaults Ubuntu 24.04 CVM.

Jul 17, 2026·3maksazure-cni
Azure

AKS v1.31 & v1.32 LTS — Confidential VM node pools and per-region release-tracker visibility

AKS promotes v1.31 and v1.32 to LTS, adds per-region/component release-tracker visibility, and supports Confidential VM node pools for regulated workloads.

Jul 15, 2026·3makskubernetes-lts