-
To gracefully shutdown a guest, I understand the current supported mechanism is to issue 'reboot' inside the guest (possibly remotely through ssh). Are there plans to allow the firecracker VMM to sen…
-
I’d like to bring up a discussion about Sandbox API in containerd.
Apparently we can not deny growth of popularity of containers with various flavors, such as Pods (e.g. a group of containers with …
-
Tinkerbell-Zero mode similar in functionality to Chef-Zero.
We are **not** suggesting/proposing the same implementation detail as Chef-Zero (which provides a localhost server for the lifetime of t…
-
# Feature Request
We'd like to change memory limits at runtime so we can resize microvms without restarting them.
KVM can already do this via `virsh setmem`
## Describe the desired solution
…
-
I love the concept of Edge computations. MicroVMs do play a major role in enabling this lightweight execution layer. Need for more speed in web apps will always keep increasing with time. To develop a…
-
I have been doing some benchmark for firecraker. Are there any plans of adding some benchmark tool for firecracker or are there any performance test results which I can use as a reference for my study…
-
The `stockRuntimeClient` is instantiated in NewFirecrackerService() function and is re-instantiated in `NewService()`. I wonder if it is a bug, or did I miss something.
Please see
https://github.…
-
# Feature Request
As far as I know, in addition to the PIT timer used during the boot process of the guest kernel, the Firecracker uses `kvm-clock` as the `clocksource` and `lapic` as the `clockeve…
-
Hi cneira,
The driver can not support register `service` to `consul`
```
job "neverwinter" {
datacenters = ["dc1"]
type = "service"
group "nwn-group" {
network …
-
Kioxia is experimenting to bring Native Flash access via API to Cloud Applications, Firecracker is one of the cloud applications I am porting to use this API. I was curious if there's interest in purs…