Skip to content

multifacet/blending-vee-20

Repository files navigation

Secure Serverless

Set up inststructions

Prerequistes

  • Install iperf3

Locally running AWS lambda docker images with gVisor

  • Install docker from here.
  • Setup gVisor using this.
  • Instructions for testing AWS lambda is given here
  • In the framework, the docker images for emulating lambda environment locally is used which is here.
  • Run the script, by default the script will start one container:
sudo ./launch-gvisor-lambda.sh
  • For starting one than one instance pass it as a command line argument
    example:
sudo ./launch-gvisor-lambda.sh 10

Launching microVMs with firecracker

  • To run multiple microVMs via firecracker, start the launch-many-firecracker.sh scripts and pass the number of microVMs you want to start as an arguements. example:
sudo ./launch-many-firecracker.sh 10

This will spin 10 microVMs.

  • Run cleanup.sh after you are done.
sudo ./cleanup.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published