KubeCon Europe 2026 Countdown Begins as Kubernetes 1.36 Enters Code Freeze
The cloud-native community prepares for KubeCon EU in Amsterdam (March 23-26) while Kubernetes 1.36 enters code freeze — the release will graduate dynamic resource allocation for AI/ML workloads and complete the Ingress-to-Gateway API migration.
The cloud-native ecosystem is gearing up for its biggest event of the year: KubeCon + CloudNativeCon Europe 2026, taking place March 23-26 in Amsterdam. Meanwhile, the Kubernetes project itself is reaching a critical milestone — version 1.36 has entered code freeze, setting the stage for what promises to be a transformative release.
Kubernetes 1.36: AI Workloads Take Center Stage
The code freeze for Kubernetes 1.36, scheduled for March 18-19, marks the point where no new features can be added and the focus shifts entirely to bug fixes and stabilization. The full release is targeted for April 22, 2026.
The headline feature is the graduation of Dynamic Resource Allocation (DRA) binding conditions to beta. DRA is Kubernetes' answer to the complex scheduling requirements of AI and machine learning workloads — enabling pods to request specific GPU types, memory configurations, and accelerator combinations that traditional Kubernetes scheduling cannot express. The beta graduation means DRA is now considered stable enough for production use, though it remains off by default.
Also notable is the completion of the Ingress-to-Gateway API migration path. The Gateway API, which has been steadily replacing the aging Ingress specification, now covers every use case that Ingress did — and several that it couldn't, including TCP/UDP routing, traffic splitting, and cross-namespace references.
KubeCon EU 2026: The Agenda
KubeCon EU will feature over 300 sessions across 12 tracks, with AI/ML infrastructure, platform engineering, and supply chain security dominating the schedule. The keynote lineup includes leaders from Google, Microsoft, Red Hat, and the CNCF itself.
A notable addition this year is a dedicated "AI Infrastructure" track — the first time KubeCon has given AI its own top-level track rather than folding it into general infrastructure sessions. The track will cover GPU scheduling, model serving, training pipelines, and the emerging pattern of running inference workloads at the edge.
NGINX Ingress Retirement
Adding urgency to the Gateway API migration, Google's NGINX Ingress Controller for GKE reaches end-of-life around March 17 — just days before KubeCon. Organizations that haven't migrated will need to move to Envoy Gateway or another Gateway API implementation. The retirement affects thousands of GKE clusters that still rely on the NGINX-based controller for traffic management.
Registration for KubeCon EU 2026 is still open, with both in-person and virtual attendance options available.
Related Articles
GitHub Expands Developer Platform with Actions Artifacts v5 and Copilot Extensions GA
GitHub has shipped Actions Artifacts v5 with immutable storage and artifact attestation for tamper-proof build outputs, alongside the general availability of Copilot Extensions that let third-party tools integrate directly into the Copilot chat experience. The platform also expanded GitHub Models with seven new providers.
Docker Engine 29.3 Ships with Native gRPC Support and BuildKit v0.28
Docker Engine 29.3.0 introduces native gRPC support on listening sockets, BuildKit v0.28.0, and a new bind-create-src option for flexible volume mounting. The release lowers the minimum API version to v1.40 for broader backward compatibility and fixes DNS configuration corruption during daemon reloads.
GitHub Adds Dependabot Pre-Commit Support and 28 New Secret Scanning Detectors
GitHub has shipped two major supply chain security features: Dependabot now parses .pre-commit-config.yaml files and opens PRs to update hook versions, while secret scanning gains 28 new detectors from 15 providers including Snowflake, Supabase, and Vercel. Push protection is now enabled by default for 39 secret types.