
Tamal Saha
9K posts

Tamal Saha
@tsaha
Founder @AppsCodeHQ @KubeDB @KubeStash @KubeVault @Voyagermesh



I get a lot of questions about why Kubernetes isn’t the right foundation for sandbox infrastructure. It was built for stateless micro-services with predictable traffic patterns, and databases that run forever. Sandboxes are different, they’re high-throughput like batch jobs and stateful like databases. You don’t want your vibe-coding agent to install all your app’s dependencies, download code, etc. every time it starts. You want the sandbox, with the agent in it, to start immediately, with code, dependencies, agent memory preserved from the last session. Doing this with Kubernetes at scale is hard, and even with a lot of hacks it would be working around warm pools.















