Blog Post

Apps on Azure Blog
7 MIN READ

Microsoft Azure at KubeCon Europe 2026 | Amsterdam, NL - March 23-26

coryskimming's avatar
coryskimming
Icon for Microsoft rankMicrosoft
Mar 10, 2026

Microsoft Azure is coming back to Amsterdam for  KubeCon + CloudNativeCon Europe 2026 in two short weeks, from March 23-26! As a Diamond Sponsor, we have a full week of sessions, hands-on activities, and ways to connect with the engineers behind AKS and our open-source projects. Here's what's on the schedule:

Azure Day with Kubernetes: 23 March 2026

Before the main conference begins, join us at Hotel Casa Amsterdam for a free, full-day technical event built around AKS (registration required for entry - capacity is limited!). Whether you're early in your Kubernetes journey, running clusters at scale, or building AI apps, the day is designed to give you practical guidance from Microsoft product and engineering teams.

  • Morning sessions cover what's new in AKS, including how teams are building and running AI apps on Kubernetes.
  • In the afternoon, pick your track:
    • Hands-on AKS Labs: Instructor-led labs to put the morning's concepts into practice. 
    • Expert Roundtables: Small-group conversations with AKS engineers on topics like security, autoscaling, AI workloads, and performance. Bring your hard questions.
  • Evening: Drinks on us.

Capacity is limited, so secure your spot before it closes: aka.ms/AKSDayEU

KubeCon + CloudNativeCon: 24-26 March 2026

There will be lots going on at the main conference! Here's what to add to your calendar:

  • Keynote (24 March): Jorge Palma takes the stage to tackle a question the industry is actively wrestling with: can AI agents reliably operate and troubleshoot Kubernetes at scale, and should they?
  • Customer Keynote (24 March): Wayve's Mukund Muralikrishnan shares how they handle GPU scheduling across multi-tenant inference workloads using Kueue, providing a practical look at what production AI infrastructure actually requires.
  • Demo Theatre (25 March): Anson Qian and Jorge Palma walk through a Kubernetes-native approach to cross-cloud AI inference, covering elastic autoscaling with Karpenter and GPU capacity scheduling across clouds.
  • Sessions: Microsoft engineers are presenting across all three days on topics ranging from multi-cluster networking, supply chain security, observability, Istio in production, and more. Full list below.
  • Find our team in the Project Pavilion at kiosks for Inspektor Gadget, Headlamp, Drasi, Radius, Notary Project, Flatcar, ORAS, Ratify, and Istio.
  • Brendan Burns, Kubernetes co-founder and Microsoft CVP & Technical Fellow, will also share his thoughts on the latest developments and key Microsoft announcements related to open-source, cloud native, and AI application development in his KubeCon Europe blog on March 24

Come find us at Microsoft Azure booth #200 all three days. We'll be running short demos and sessions on AKS, running Kubernetes at scale, AI workloads, and cloud-native topics throughout the show, plus fun activations and opportunities to unlock special swag. 

Read on below for full details on our KubeCon sessions and booth theater presentations: 

Sponsored Keynote 

Date:Tues 24 March 2026

Start Time:10:18 AM CET

Room: Hall 12 

Title: Scaling Platform Ops with AI Agents: Troubleshooting to Remediation

Speakers: Jorge Palma, Natan Yellin (Robusta)

As AI agents increasingly write our code, can they also operate and troubleshoot our infrastructure? More importantly, should they?

This keynote explores the practical reality of deploying AI agents to maintain Kubernetes clusters at scale. We'll demonstrate HolmesGPT, an open-source CNCF sandbox project that connects LLMs to operational and observability data to diagnose production issues. You'll see how agents reduce MTTR by correlating logs, metrics, and cluster state far faster than manual investigation.

Then we'll tackle the harder problem: moving from diagnosis to remediation. We'll show how agents with remediation policies can detect and fix issues autonomously, within strict RBAC boundaries, approval workflows, and audit trails. We'll be honest about challenges: LLM non-determinism, building trust, and why guardrails are non-negotiable.

This isn't about replacing SREs; it's about multiplying their effectiveness so they can focus on creative problem-solving and system design.

Customer Keynote 

Date:Tues 24 March 2026  

Start Time:9:37 AM CET

Room: Hall 12 

Title: Rules of the road for shared GPUs: AI inference scheduling at Wayve

Speaker: Mukund Muralikrishnan, Wayve Technologies

As AI inference workloads grow in both scale and diversity, predictable access to GPUs becomes as important as raw throughput, especially in large, multi-tenant Kubernetes clusters. At Wayve, Kubernetes underpins a wide range of inference workloads, from latency-sensitive evaluation and validation to large-scale synthetic data generation supporting the development of an end-to-end self-driving system. These workloads run side by side, have very different priorities, and all compete for the same GPU capacity.

In this keynote, we will share how we manage scheduling and resources for multi-tenant AI inference on Kubernetes. We will explain why default Kubernetes scheduling falls short, and how we use Kueue, a Kubernetes-native queueing and admission control solution, to operate shared GPU clusters reliably at scale. This approach gives teams predictable GPU allocations, improves cluster utilisation, and reduces operational noise. We will close by briefly showing how frameworks like Ray fit into this model as Wayve scales its AI Driver platform.

KubeCon Theatre Demo

Date: Wed 25 March 2026  

Start Time: 13:15 CET

Room: Hall 1-5 | Solutions Showcase | Demo Theater

Title: Building cross-cloud AI inference on Kubernetes with OSS

Speaker: Anson Qian, Jorge Palma

Operating AI inference under bursty, latency-sensitive workloads is hard enough on a single cluster. It gets harder when GPU capacity is fragmented across regions and cloud providers.

This demo walks through a Kubernetes-native pattern for cross-cloud AI inference, using an incident triage and root cause analysis workflow as the example. The stack is built on open-source capabilities for lifecycle management, inference, autoscaling, and cross-cloud capacity scheduling. We will specifically highlight Karpenter for elastic autoscaling and a GPU flex nodes project for scheduling capacity across multiple cloud providers into a single cluster.

Models, inference endpoints, and GPU resources are treated as first-class Kubernetes objects, enabling elastic scaling, stable routing under traffic spikes, and cross-provider failover without a separate AI control plane.

KubeCon Europe 2025 Sessions with Microsoft Speakers 

Speaker

Title

Jorge Palma

Microsoft keynote: Scaling Platform Ops with AI Agents: Troubleshooting to Remediation

Anson Qian, Jorge Palma

Microsoft demo: Building cross-cloud AI inference on Kubernetes with OSS

Will Tsai

Leveling up with Radius: Custom Resources and Headlamp Integration for Real-World Workloads
Simone RodigariDemystifying the Kubernetes Network Stack (From Pod to Pod)
Joaquin RodriguezPrivacy as Infrastructure: Declarative Data Protection for AI on Kubernetes
Cijo Thomas⚡Lightning Talk: “Metrics That Lie”: Understanding OpenTelemetry’s Cardinality Capping and Its Implications
Gaurika Poplai⚡Lightning Talk: Compliance as Code Meets Developer Portals: Kyverno + Backstage in Action 
Mereta Degutyte & Anubhab MajumdarNetwork Flow Aggregation: Pay for the Logs You Care About!
Niranjan ShankarExpl(AI)n Like I’m 5: An Introduction To AI-Native Networking
Danilo ChiarloneRunning Wasmtime in Hardware-Isolated Microenvironments
Jack FrancisCluster Autoscaler Evolution
Jackie Maertens Cloud Native Theater | Istio Day: Running State of the Art Inference with Istio and LLM-D
Jackie Maertens & Mitch ConnorsBob and Alice Revisited: Understanding Encryption in Kubernetes
Mitch ConnorsIstio in Production: Expected Value, Results, and Effort at GitHub Scale
Mitch Connors Evolution or Revolution: Istio as the Network Platform for Cloud Native
René DudfieldPing SRE? I Am the SRE! Awesome Fun I Had Drawing a Zine for Troubleshooting Kubernetes Deployments
René Dudfield & Santhosh NagarajDoes Your Project Want a UI in Kubernetes-SIGs/headlamp?
Bridget KromhoutHow Will Customized Kubernetes Distributions Work for You? a Discussion on Options and Use Cases
Kenneth KiltyAI-Powered Cloud Native Modernization: From Real Challenges to Concrete Solutions
Mike MorrisBuilding the Next Generation of Multi-Cluster with Gateway API 
Toddy Mladenov, Flora Taagen & Dallas DelaneyBeyond Image Pull-Time: Ensuring Runtime Integrity With Image Layer Signing 

 

 

Microsoft Booth Theatre Sessions 

Tues 24 March
(11:00 - 18:00)

Zero-Migration AI with Drasi: Bridge Your Existing Infrastructure to Modern Workflows
Bringing real-time Kubernetes observability to AI agents via Model Context Protocol​
Secure Kubernetes Across the Stack: Supply Chain to Runtime
Cut the Noise, Cut the Bill: Cost‑Smart Network Observability for Kubernetes
AKS everywhere: one Kubernetes experience from Cloud to Edge
Teaching AI to Build Better AKS Clusters with Terraform
AKS-Flex: autoscale GPU nodes from Azure and neocloud like Nebius using karpenter
Block Game with Block Storage: Running Minecraft on Kubernetes with local NVMe
When One Cluster Fails: Keeping Kubernetes Services Online with Cilium ClusterMesh 
You Spent How Much? Controlling Your AI Spend with Istio + agentgateway
Azure Front Door Edge Actions: Hardware-protected CDN functions in Azure
Secure Your Sensitive Workloads with Confidential Containers on Azure Red Hat OpenShift
AKS Automatic
Anyscale on Azure

Wed 25 March 

Kubernetes Answers without AI (And That's Okay)
Accelerating Cloud‑Native and AI Workloads with Azure Linux on AKS
Codeless OpenTelemetry: Auto‑Instrumenting Kubernetes Apps in Minutes
Life After ingress-nginx: Modern Kubernetes Ingress on AKS
Modern Apps, Faster: Modernization with AKS + GitHub Copilot App Mod
Get started developing on AKS
Encrypt Everything, Complicate Nothing: Rethinking Kubernetes Workload Network Security
From Repo to Running on AKS with GitHub Copilot
Simplify Multi‑Cluster App Traffic with Azure Kubernetes Application Network
Open Source with Chainguard and Microsoft: Better Together on AKS
Accelerating Cloud-Native Delivery for Developers: API-Driven Platforms with Radius
Operate Kubernetes at Scale with Azure Kubernetes Fleet Manager

Thurs 26 March

Oooh Wee! An AKS GUI! – Deploy, Secure & Collaborate in Minutes (No CLI Required)
Sovereign Kubernetes: Run AKS Where the Cloud Can’t Go
Thousand Pods, One SAN: Burst-Scaling Stateful Apps with Azure Container Storage + Elastic SAN

 

There will also be a wide variety of demos running at our booth throughout the show – be sure to swing by to chat with the team.

We look forward to seeing you at KubeCon Europe 2026 in Amsterdam


Psst! Local or coming in to Amsterdam early? 

You can also catch the Microsoft team at: 

 

Updated Mar 09, 2026
Version 1.0
No CommentsBe the first to comment