Here's something I want you to look for -
We need a daemon process running inside micro VMs automatically when they are started.
It should essentially work like systemd processes which start on boot time.
Now I have already given an implementation for the daemon in the repo.
It doesn't work. Nevertheless, the task is to get a binary compiled from this daemon code, and build a custom kernel and rootfs with this binary added.
You can look into the docs for custom VM images for firecracker.
Here's something I want you to look for -
We need a daemon process running inside micro VMs automatically when they are started.
It should essentially work like systemd processes which start on boot time.
Now I have already given an implementation for the daemon in the repo.
It doesn't work. Nevertheless, the task is to get a binary compiled from this daemon code, and build a custom kernel and rootfs with this binary added.
You can look into the docs for custom VM images for firecracker.