-
Hello folks,
I'm upgrading Firecracker from 0.19.0 to 0.20.0 on firecracker-containerd (https://github.com/firecracker-microvm/firecracker-containerd/pull/383). One of the tests we have is launchin…
-
We have been trying to start firecracker using jailer binary.
We are facing the following issue, only while passing the config-file option as extra argument for the jailer.
**Command used:**
`…
-
Is there any way to 'login' into the vm created by firecracker-cantainerd?
I want to do some tests directly in the microVM but could not get the shell of the vm.
zmlcc updated
4 years ago
-
We have identified an issue in the Firecracker v0.18.0 and v0.19.0 vsock implementation.
### Issue Description
A logical error in bounds checking performed on vsock virtio descriptors can be used …
-
Wouldn't it be more interesting to test the performance of some actual lambda functions in Firecracker? Did anyone try?
I would go with installing [docker-lambda](https://github.com/lambci/docker-lam…
-
At the moment, Firecracker is configured by sending API requests via a `AF_LOCAL` socket that Firecracker creates. This means that a user of Firecracker has to:
- start Firecracker
- poll some dir…
blitz updated
4 years ago
-
We need a better way of doing performance testing when we have multiple microvms. The problem that we currently have is that microvm.start() is blocking and waiting for a response. Maybe we could add…
-
Hi,
I have a setup where I need to deploy multiple containers on different VMs and I am using firecracker VMs to measure these workloads(https://github.com/parsa-epfl/cloudsuite). I am trying to se…
-
Can we describe what workloads are ideal for Firecracker? Do we have any performance statistics comparing a micro service running in Docker vs Firecracker?
-
Just curious as to why the same rootfs image is used in starting all the firecracker instances. I see a script for copying rootfs but I do not think it is being used in the actual run. Also, will shar…