6/4/2026 at 3:23:38 AM
I'd like something like this but using firecracker VMs. Basically, a self hosted exe.dev.Anyone building or using a project like this?
by rsyring
6/4/2026 at 4:33:58 AM
Any particular reason why you want this with microVMs? Security (kernel separation) or snapshot support perhaps?A friend already made something similar for personal use, but using docker containers hardened with gVisor.
by babhishek21
6/4/2026 at 4:36:25 PM
+1 for this. Looking for something like exe.dev. self hosted . I tried using ionos cloud VPS , 4gig one could not handle even 3 basic web servers.by p2hari
6/4/2026 at 8:32:15 AM
I am working on https://github.com/isola-run/isola which uses gVisor (not firecracker) on k8s (or something like kind, locally). Includes snapshotting, network controls and everything. Hope you could find this usefulby benldrmn
6/5/2026 at 6:35:51 AM
This looks interesting. With auth and certs we might have something equivalent!by p2hari
6/4/2026 at 8:18:30 AM
I'm using https://coder.com for all my development containers. I've got mine hooked up to a k8s cluster, but anything that you can provision with Terraform can be used (e.g. docker containers).by CGamesPlay
6/5/2026 at 2:07:45 AM
hth: https://github.com/bureado/awesome-agent-runtime-securityby bureado
6/4/2026 at 4:05:20 PM
firecraker is optimized for lambda. ie: fire and forget. not so much live systems that maintain long running state. also, I dont' think you can run it on top of a hypervisor.by cultofmetatron
6/4/2026 at 12:50:59 PM
[dead]by umuttalha0
6/4/2026 at 4:37:58 AM
[flagged]by Bnjoroge
6/4/2026 at 5:37:38 AM
Any suggestions?by sebmaynard
6/4/2026 at 11:53:21 AM
This project takes the Docker route instead of Firecracker — each container drops all capabilities, runs no-new-privileges, read-only rootfs, per-sandbox memory/PID limits, isolated networks. but! Not kernel-level separation like microVM.depending on use cases but its enough for most and way simpler to operate and maintain.
If you need stronger isolation, the other replies in this thread mention (gVisor on k8s) Depends on your threat model and how much infra complexity you want to manage.
by tastyeffectco
6/4/2026 at 8:10:17 PM
Can you please not post AI-generated or AI-edited comments to HN? It's not allowed here - see https://news.ycombinator.com/newsguidelines.html#generated and https://news.ycombinator.com/item?id=47340079.Of course, it's impossible to know for sure what was LLM processed or not, but some (not all!) of your posts are getting classified that way.
You obviously have good points to make and are certainly welcome here! but if you'd please write text by hand which you plan to post to HN itself, we'd appreciate it. The community feels strongly about this right now.
by dang