Firecracker – Lightweight Virtualization for Serverless Computing
1–10 of 114 posts
Re: Firecracker – Lightweight Virtualization for Serverless Computing
#2Re: Firecracker – Lightweight Virtualization for Serverless Computing
#3This allows things like per second billing for container runs, serverless containers (there's no container running 24/7, only when there's traffic), etc.
Re: Firecracker – Lightweight Virtualization for Serverless Computing
#4Re: Firecracker – Lightweight Virtualization for Serverless Computing
#5This is awesome! Really excited to try this out!
Re: Firecracker – Lightweight Virtualization for Serverless Computing
#6Re: Firecracker – Lightweight Virtualization for Serverless Computing
#7and a high-level design document about how it works https://github.com/firecracker-microvm/firecracker/blob/mast...
Re: Firecracker – Lightweight Virtualization for Serverless Computing
#8What this is allows, and I'm hoping a full fledged service will be announced on Thursday or Friday, is running containers as Lambdas. i.e. if you application starts fast enough, you can just set a container to start and run as a request comes in. It can also shut down when it's done running. This allows things like per second billing for container runs, serverless containers (there's no container running 24/7, only w…
How similar is AWS Fargate to what you're describing?
Re: Firecracker – Lightweight Virtualization for Serverless Computing
#9Re: Firecracker – Lightweight Virtualization for Serverless Computing
#10What this is allows, and I'm hoping a full fledged service will be announced on Thursday or Friday, is running containers as Lambdas. i.e. if you application starts fast enough, you can just set a container to start and run as a request comes in. It can also shut down when it's done running. This allows things like per second billing for container runs, serverless containers (there's no container running 24/7, only w…