zet

Amazon Firecracker (microvm) notes

After initial testing it’s true, Firecracker is fucking fast! Calling the API against a user-land UNIX socket fired up a VM in under a second. It happened so fast I had to double check the logs to be sure it actually came up. It’s so fucking amazing. I’m never using any other virtual machine manager again. Why would I when I can just write curl API calls in bash code to bring up any different variation of virtual machines that I want. Code over configuration!

  1. Startup VMs and vnet with firecracker
  2. Configure everything with Ansible that needs it

Hell, if I build the VM images correctly don’t even need to sweat the configuration stuff.

Looks like I just need to master the API itself (which is all documented in Swagger style).

Key points

Related: