Earlier quoted context omitted.
“Are reposts ok?” “If a story has not had significant attention in the last year or so, a small number of reposts is ok. Otherwise we bury reposts as duplicates.” https://news.ycombinator.com/newsfaq.html
I think the question is more along the lines of - was there another news, recently posted, that prompted this post? Like for example if fly.io was announced yesterday, and they said they used Firecracker, then someone would submit this link about Firecracker. So the original poster in this thread was wondering if there was something to that effect. Not decrying something being posted that was not new or already discu…
Firecracker MicroVMs
51–60 of 62 posts
Re: Firecracker MicroVMs
#52Earlier quoted context omitted.
Directly from Docker image: https://github.com/combust-labs/firebuild#high-level-example . I’m the author.
nb, building from docker is also what fly.io does: https://news.ycombinator.com/item?id=22514017
Re: Firecracker MicroVMs
#53anyone knows this can create gpu-enabled microvms ?
Re: Firecracker MicroVMs
#54Earlier quoted context omitted.
I think the question is raised because Firecracker was released years ago and has been posted and discussed many times before.
“Are reposts ok?” “If a story has not had significant attention in the last year or so, a small number of reposts is ok. Otherwise we bury reposts as duplicates.” https://news.ycombinator.com/newsfaq.html
assume that the parent's not saying "you shouldn't have posted this, it's old", but rather "i'm interested in firecracker, was there some new development i missed that prompted this submission"... if the answer is no that's okay, but if the answer is yes i'd love to hear about it.
Re: Firecracker MicroVMs
#55Earlier quoted context omitted.
“Are reposts ok?” “If a story has not had significant attention in the last year or so, a small number of reposts is ok. Otherwise we bury reposts as duplicates.” https://news.ycombinator.com/newsfaq.html
as long as we're quoting the rules, "Please respond to the strongest plausible interpretation of what someone says, not a weaker one that's easier to criticize. Assume good faith." assume that the parent's not saying "you shouldn't have posted this, it's old", but rather "i'm interested in firecracker, was there some new development i missed that prompted this submission"... if the answer is no that's okay, but if th…
Re: Firecracker MicroVMs
#56For those using firecracker, what's your method for building a rootfs?
Re: Firecracker MicroVMs
#57I just deployed a WordPress container on the same host that runs everything else. Makes me a bit uncomfortable. Was thinking about running a VM just as a Docker Swarm worker node, but this post reminded me that these virtualization runtimes exist. Looks like there's a drop-in containerd replacement using firecracker. Kata containers look a bit better supported, though? Or am I too paranoid about container escapes?
Re: Firecracker MicroVMs
#58Earlier quoted context omitted.
nb, building from docker is also what fly.io does: https://news.ycombinator.com/item?id=22514017
We're fancier now, and use containerd with LVM. https://fly.io/blog/docker-without-docker/
Thanks for these write-ups. They make for a riveting read, even when more than half of it usually is beyond my technical know-how.
Re: Firecracker MicroVMs
#59Re: Firecracker MicroVMs
#60I just deployed a WordPress container on the same host that runs everything else. Makes me a bit uncomfortable. Was thinking about running a VM just as a Docker Swarm worker node, but this post reminded me that these virtualization runtimes exist. Looks like there's a drop-in containerd replacement using firecracker. Kata containers look a bit better supported, though? Or am I too paranoid about container escapes?