5 Talks at KubeCon Atlanta I'm Looking Forward To
KubeCon season is here again, this time landing in Atlanta. Every year, the cloud native community somehow finds new ways to surprise me: new projects, new ideas, and the kind of hallway conversations that make you rethink how you build software.
Iāve been going through the schedule (while trying not to open 40 tabs at once), and there are some seriously interesting talks lined up. Here are a few talks Iām really excited about including a couple of talks from the MetalBear team.
And if youāll be around Atlanta, come find us at the MetalBear booth (booth number 1560). Weāll have mirrord demos, stickers, some really special swag (š¤«) and probably way too many opinions about staging environments.
1000 Clusters, 1 Brain: Salesforceās Approach to Self-Healing Using AIOps
Speakers: Vikram Venkataraman (AWS) & Srikanth Rajan (Salesforce)
If thereās one talk that screams āthe future of platform engineering,ā itās this one. Salesforce is sharing how theyāre managing over 1,000 Kubernetes clusters using a self-healing system powered by generative AI and multi-agent collaboration. I was already sold at this premise, but what also caught my attention is the promise of this not being just another fancy āAI + K8sā demo.
They plan to show an actual real-world setup where intelligent agents monitor, diagnose, and fix cluster issues automatically. Iām picturing their solution as an āautopilot for platform ops,ā reducing the maintenance burden on DevOps engineers dramatically by letting AI take care of the repetitive stuff. Iām also curious about how theyāve combined AI introspection with GitOps workflows to keep things safe.
Anyone whoās ever spent hours chasing down a node issue or debugging a flaky pod knows how painful that can be. So if Salesforce really pulled off a scalable, AI-driven remediation system, this is going to be a must watch session.
Container Runtime Customization at Netflix: A Case Study With NRI and OCI Hooks
Speaker: Erikson Tung (Netflix)
Netflix always has some of the most interesting deep-dive talks at KubeCon, and this one feels like no exception. Titus (their Kubernetes-based container platform) runs hundreds of thousands of containers globally, which is mind-blowing on its own. This session dives into how theyāre customizing container runtimes at that scale using ContainerDās Node Resource Interface (NRI) and OCI hooks.
Why I added this one to the list is because this talk isnāt about experimenting with something new but rather evolving an already massive system, something which comes with a very different set of challenges. Migrating a custom compute platform like Titus toward a more standard Kubernetes setup without losing the specialized runtime features that make it work for Netflix sounds like a huge engineering challenge that I personally think would be really cool to learn about.
If youāre into platform internals or just like hearing how big companies keep things running smoothly at massive scale, this talk should be high on your list.
Rust Is the Language of AGI
Speaker: Michael Yuan (Second State)
Okay, so Iāll admit I have a slight bias toward this one since mirrord, our open source Kubernetes dev tool, is written in Rust. And as someone whoās been learning Rust since joining MetalBear, this talk immediately stood out for me. Itās not every day you see a session connecting Rust and AI, and the title alone (āRust Is the Language of AGIā) definitely makes a statement.
Michael Yuanās going to talk about RustCoder, an open-source project that helps LLMs actually generate, compile, and fix Rust projects in real time. I love this idea because it hits two of my current obsessions: Rust and AI-assisted development. The premise is that while Rustās strict compiler makes it tough for humans, itās actually great for AI, since compiler feedback can guide models toward writing correct code.
Iām curious to see how far this project has come and how well it integrates with existing IDEs. Also, itās pretty cool that itās supported by the Linux Foundation and the Rust Foundation. Definitely one of the more unique talks on the agenda, and itāll be interesting to see how it pushes the conversation around AI and programming languages forward.
In-Place Pod Resize in Kubernetes: Dynamic Resource Management Without Restarts
Speakers: Tim Allclair & Mofi Rahman (Google)
In-place pod resizing is one of those K8s features that makes you wonder, āWait, how did we live without this for so long?ā For as long as Iāve used Kubernetes, changing a Podās resources has always meant one thing: a restart. And if youāre dealing with stateful apps or long-running jobs, that can be painful.
Thatās why Iām really excited about this feature finally getting the attention it deserves. In-place pod resizing introduces a way to adjust CPU and memory for running Pods without restarting them. This is a game-changer for workloads where uptime is critical. Iām also looking forward to learning about more real-world scenarios for this feature and what limitations still exist.
TikTokās IPv6 Journey to Cilium: Pitfalls and Lessons Learned
Speakers: Giri Kuncoro & Joseph Pallamidessi (TikTok)
TikTok running Kubernetes at massive scale is already impressive, but what makes this talk stand out is the twist: theyāre doing it in IPv6-only environments. While most of us are still living comfortably in dual-stack or IPv4 worlds, TikTok went all-in on IPv6 and decided to migrate their clusters to Cilium for its networking, security, and observability capabilities.
That alone sounds ambitious, but the real value here is in the battle scars. This session promises to dive into all the weird edge cases and bugs they hit: Cilium dropping NDP traffic, DNS policies not handling IPv6 servers correctly, and even BPF maps not being found when IPv4 assumptions failed. Basically, all the gritty details you never see in official docs but desperately need if you ever attempt something similar.
Iām particularly interested in hearing how they worked around these issues to make Cilium production-ready in an IPv6-only environment. Itās rare to get this kind of transparency from large-scale operators, and talks like this are exactly why I love KubeCon, they show what really happens when theory meets production!
Bonus Picks: The MetalBear Specials š»
Alright, time for a bit of shameless self-promotion. Two of the talks Iām most excited about this year just happen to be from the MetalBear crew, including one from yours truly.
Security Theater or Real Defense? Navigating Open Source Security in a Cloud Native World
Speakers: Rotem Refael (ARMO), Constanze Roedig (TU Vienna), Megan Wolf (Defense Unicorns), Stefana Muller (Salesforce), Oshrat Nir (MetalBear)
Our very own Oshrat Nir is joining an incredible, all-women panel to tackle one of the spiciest topics in cloud native right now: is what we call āsecurityā actually secure⦠or just theater?
Between YAML fatigue, compliance chaos, and the endless calls to āshift left,ā Kubernetes security has become a bit of a circus and this panel promises to cut through the noise. One reason you should definitely consider attending is that the speakers come from all corners of the industry: open source maintainers, DevSecOps leads, and practitioners whoāve seen what actually breaks in production. Oshrat told me to expect real talk, a few unpopular opinions, and zero vendor fluff, so make sure to add this one to your agenda!
Lightning Talk: How We Used Data Structures When Contributing to the Kubernetes Project
Speaker: Arsh Sharma (MetalBear)
Iām especially excited about this one because Iāll actually be the one on stage for it! If youāve ever rolled your eyes at the idea of data structures and algorithms being āuseful in real life,ā this oneās for you.
In this lightning talk, Iāll share the story behind depstat, a Kubernetes project I helped build and maintain. Itās used to analyze dependencies across the Kubernetes codebase, and the fun part is how much of it relies on core computer science concepts like graphs and graph traversal algorithms.
When I first started learning data structures, I didnāt exactly picture them showing up in my open source work, let alone in Kubernetes. So this talk is a bit of a love letter to those fundamentals and a quick look at how theory actually powers the tools we use every day.
Come Say Hi at KubeCon if Youāre Attending!
Thatās my shortlist for KubeCon + CloudNativeCon North America 2025. I tried to keep it a mix of deep technical dives, new projects and features, and a little bit of MetalBear pride :) What I love about KubeCon talks is how they always leave you inspired (and slightly humbled) by how much is happening across the ecosystem. Thereās always some new project, tool, or idea that makes you want to go back home and start building.
If youāre heading to Atlanta, come find us at the MetalBear booth (booth number 1560). We know KubeCon gets pretty busy, so if you want to make sure we have time to chat, you can fill out this form and our team will reach out to coordinate a slot. Weād love to chat about mirrord, developer experience, or just geek out about Kubernetes. Safe travels, and see you at KubeCon! š

