Add nginx service into the rootfs from scripts, in order to have a reachable service on port 80
Update controller to make a return of instance ids when creating a new instnace
Update scheduler to make it manage the deletion of instances
Update riklet to make it able to delete the workloads running on their system
Add a mermaid plugin into the mdbook documentation
Add a page to have a reference of the workload json format
Note: Firepilot feature to stop a VM isn't working properly which means the firecracker process is only killed once the riklet process is killed. Still, iptables rules are deleted.
✅ Checks
[ ] My pull request adheres to the code style of this project
[ ] My code is documented
[ ] I provided unitary tests or procedure to test my code
[ ] My PR have a clear description of what my code is supposed to do
Closes #65
📑 Description
Add nginx service into the rootfs from scripts, in order to have a reachable service on port 80
Update controller to make a return of instance ids when creating a new instnace
Update scheduler to make it manage the deletion of instances
Update riklet to make it able to delete the workloads running on their system
Add a mermaid plugin into the mdbook documentation
Add a page to have a reference of the workload json format
Note: Firepilot feature to stop a VM isn't working properly which means the
firecracker
process is only killed once the riklet process is killed. Still,iptables
rules are deleted.✅ Checks
ℹ Additional Information