Most teams building AI agents treat Kubernetes like it's optional. They spin up a Mac Mini, run their agent locally, and call it a day, until someone asks how to scale it, govern it, or deploy it across the enterprise. That's when the architecture falls apart. The question is: what does it actually take to run agents in production, at scale, inside the infrastructure you already have?
In this episode of The Node (and more) Banter, Matteo Collina and Luca Maraschi do a full debrief on Platformatic's launch week, unpacking what they shipped, why they built it, and the hard distributed systems problems they had to solve along the way. From Regina, the open-source agent runtime built on top of Watt, to a Kubernetes-native sandbox powered by eBPF, this is the behind-the-scenes breakdown of what it takes to bring agentic infrastructure to the enterprise.
In this episode, we cover:
✅ What Platformatic launched. Regina, the agent sandbox, and the enterprise Kubernetes layer
✅ Why agents are fundamentally stateful and why that breaks every assumption Kubernetes was built on
✅ How Regina lets you define agents as a combination of Markdown and TypeScript, with state stored in SQLite and communication between agents baked in
✅ The coordinator model: how Platformatic routes agent traffic inside Kubernetes without relying on a standard load balancer
✅ Why we rejected the E2B remote VM model, and built a sandbox using eBPF directly inside the cluster instead
✅ The governance problem nobody is talking about: who owns the agent, and how do you separate API access concerns from agent execution concerns?
✅ The "ask-to-get" model. How developers can request access to URLs or disk policies without blowing up the enterprise approval process
✅ Honest takes on sandbox security, adversarial escapes, and what "good enough" actually means
The takeaway?
Agents aren't a new category of software. They're stateful Node.js processes, and the hard part was never the AI model, it was everything around it: the state management, the routing, the isolation, and the governance. If you're thinking seriously about deploying agents inside your company's infrastructure, this episode gives you the full picture of what that actually requires.