(no title)
buremba | 13 days ago
I use Kata Containers on Kubernetes (Firecrackers) and restrict network access with a proxy that supports you to block/allow domain access. Also swap secrets at runtime so agents don’t see any secrets (similar to Deno sandboxes)
If anybody is interested in running agents ok K8S, here is my shameless plug: https://github.com/lobu-ai/lobu
debarshri|13 days ago
FourSigma|13 days ago
TheTaytay|13 days ago
buremba|13 days ago
After seeing Deno and Fly, I rewrote the proxy being inspired by them. I integrates nicely with existing MCP proxy so agent doesn’t see any MCP secrets either.
bavell|12 days ago
Thanks for sharing!