initial commit

This commit is contained in:
Roberto Alsina 2022-07-16 08:52:27 -03:00
parent bdfc05a5f8
commit 45ab1fd4e0
1 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,10 @@ While Faasd can't run in a container, this image **can** be imported into
[ignite](https://github.com/weaveworks/ignite) which runs it in a
[firecracker](https://firecracker-microvm.github.io) microvm.
In this way resource usage of Faasd and all "lambdas" in it is capped
I need to do this because I need to run Faasd in the same machine as
dockerized services and according to its documentation that shouldn't
be done because both use incompatible versions of underlying dependencies.
Also in this way resource usage of Faasd and all "lambdas" in it is capped
by the VM resources, and the rest of the system is sort-of-protected
by the VM sandbox.