Note Firecracker does not work on AWS cloud instances, apart from bare metal instances.
>Still no nested virtualization on aws
;( It should work on some azure instances and gce instances when you enable nested virtualization.
101–107 of 107 posts
Note Firecracker does not work on AWS cloud instances, apart from bare metal instances.
>Still no nested virtualization on aws
;( It should work on some azure instances and gce instances when you enable nested virtualization.
Earlier quoted context omitted.
It's closest to Cloud Run. We run your containers and scale across regions to minimize your users' latency. You can't quite use it as a drop in replacement for Heroku since we don't have a Postgres offering. You can use fly to replace the web dynos in a Heroku app for faster performance, though.
Thanks for clarifying! Does it scale down to zero? If I have a very small hobby app that may only have a few users a day would it make sense to throw it on to fly.io?
We don't scale to 0 because the cold start experience for most apps is brutal. In the future we may be able to suspend VMs and wake them up quickly, or even migrate them to regions with idle servers.
I'm happy to see AWS is giving back to the open source community.
Will microVMs replace containers in short time?
Earlier quoted context omitted.
Oh FOSS . Got it.
Do people still try to claim that source available is open source? I go by the OSI definition.
I'm not sure what you're asking.
I really was confused about what "OSS" meant w/o the "F" in front.
Earlier quoted context omitted.
This runs Amazon lambda, so presumably well enough?
You don’t think 12 years from now we’ll be laughing about how lame Lambda is? Coding practices change like the seasons. Every year is a little different, maybe a little better than the last, some things feel brand new, but the general patterns hold.
I believe it is still using virtio. Therefore, disk read/writes are not good enough compared to other virtualization tech such as qemu
I'm sorry that my first comment was not enough informative.Now, I'm refering to the paper that I read couple of days ago [0]. If you look at the figure 8-9, FC has some issues with IO.