Azure

AKS 1.36 LTS: support timeline, CIS v1.27 baseline, and kubelet serving cert rotation

AKS declares Kubernetes 1.36 LTS supported through mid-2028. With CIS v1.27 baselines and default kubelet cert rotation, teams must automate upgrades.

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

AKS just turned Kubernetes 1.36 into an actual platform contract: GA Long Term Support (LTS) with a support horizon through mid‑2028. That single decision reorders upgrade planning for enterprises that treated AKS minor versions as ephemeral — 1.30 is now EOL and Azure is explicitly steering users toward either 1.31 or the LTS tracks.

This matters because LTS is no longer a marketing label; it's a practical scheduling pivot. If your compliance, security, or vendor certification cycles assume a three‑year minor version flavor, you need to bake LTS into capacity planning, CI/CD pipelines, and package support matrices. Expect audit windows, FIPS or PCI timelines, and internal change controls to start rejecting free‑form minor upgrades in favor of the slower, supported LTS cadence.

Azure didn't stop at version semantics. AKS updated its security baseline to align with the CIS Kubernetes Benchmark for v1.27 across supported cluster versions, and enabled kubelet serving certificate rotation by default for clusters moving forward. The CIS alignment raises the baseline for admission control, RBAC recommendations, and kubelet hardening defaults. And turning on kubelet serving certificate rotation by default reduces a class of node TLS drift that can surface in clusters with mixed OS/VM lifecycles or long node churn windows.

From an operational posture, the kubelet rotation change is one of those “small feature, big headroom” moves. You still need to validate DaemonSets and node‑level tooling against rotated serving certs and watch for edge cases in older CNI or CSI drivers, but making rotation the default is the right call. Teams that treat node TLS as an optional checkbox are the ones who will surface outages during an audit or CISO sweep.

Observability changes are practical and unglamorous — exactly what platform teams need. Azure Monitor for containers is adding improved metadata and log‑filtering controls and richer in‑portal contextual views. For clusters that generate tens of thousands of noisy kubelet/controller‑manager logs, filtering at ingestion and surfacing curated context in the portal cuts signal‑to‑noise and telemetry spend, and speeds mean‑time‑to‑diagnosis.

CI/CD and policy enforcement got attention too. Managed AKS deployment automation features are generally available, while mutating policy enforcement (mutating admission policies in enforcement mode) is entering preview. That combination — repeatable, managed deployments plus enforcement for mutations — helps close a common gap: platform teams get predictable rollout APIs and security teams get a mechanism to block unsafe manifests before they hit production. If you haven't tried policy‑driven mutation enforcement yet, expect a learning curve: some Helm charts and admission webhooks will collide with the new guardrails.

Finally, Azure refreshed AKS day‑2 guidance and OS patching practices. The recommended phased upgrade flow remains control plane → system node pool → user node pool, with automatic node image upgrades or OS patch channels enabled for routine security updates. That sequencing is operationally conservative and correct for large clusters; it minimizes API server disruptions and lets you validate node pool upgrades in isolation. If your platform still relies on ad‑hoc, manual node patch windows, this guidance should be your trigger to automate node OS channel management and upgrade orchestration.

If you want patch context: Kubernetes 1.36 is already getting follow‑up maintenance — see our recent note on the 1.36.x patch cadence for what to expect in the near term.

Opinion: making 1.36 an LTS was overdue and the right lever for platform stability. The risk is not Azure's roadmap; it's teams that keep manual, slow upgrade processes and vault version drift as technical debt. LTS without automation is just a longer-running problem.

Expect mid‑2028 to become a hard deadline in enterprise roadmaps. The practical result: platform teams must automate day‑2 (nightly OS channels, staged node pool upgrades), bake CIS‑aligned manifests into CI, and use AKS deployment primitives plus mutation enforcement to keep production safe. Do that or be ready for the audit that wakes everyone up.

Sources

akskubernetesazure-monitorlts
← All articles
Azure

AKS v20260807: Node pool rollback GA and automatic AZ placement

AKS v20260807 makes node-pool rollback GA, adds automatic AZ placement, and control-plane LTS upgrades — eases upgrades but raises RBAC and topology risks.

Aug 22, 2026·3maksnode-pool-rollback
Azure

AKS Managed Service for Prometheus GA: Control‑Plane Metrics Collection Now Supported

AKS now ingests control‑plane metrics into Azure Monitor Managed Service for Prometheus, removing sidecars and simplifying SRE alerting and capacity planning.

Aug 21, 2026·3maksmanaged-prometheus
Azure

AKS: Managed Prometheus GA for control-plane metrics and node-pool rollback

AKS now sends control-plane metrics to Azure Monitor Managed Prometheus (GA) and adds node-pool version rollback, changing upgrade and observability workflows.

Aug 20, 2026·3maksmanaged-prometheus