My Faas server so I can deploy dumb stuff safely.
Go to file
2022-07-16 10:08:33 -03:00
README.md Dockerfile not gonna work because faasd installer is tricky 2022-07-16 10:08:33 -03:00

Automate creating a Faasd image.

Goal is to run this image via ignite which runs it in a firecracker microvm.

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.