GitHub - firecracker-microvm/firecracker: Secure and fast microVMs for serverless computing. (original) (raw)

Firecracker Logo Title

Our mission is to enable secure, multi-tenant, minimal-overhead execution of container and function workloads.

Read more about the Firecracker Charter here.

What is Firecracker?

Firecracker is an open source virtualization technology that is purpose-built for creating and managing secure, multi-tenant container and function-based services that provide serverless operational models. Firecracker runs workloads in lightweight virtual machines, called microVMs, which combine the security and isolation properties provided by hardware virtualization technology with the speed and flexibility of containers.

Overview

The main component of Firecracker is a virtual machine monitor (VMM) that uses the Linux Kernel Virtual Machine (KVM) to create and run microVMs. Firecracker has a minimalist design. It excludes unnecessary devices and guest-facing functionality to reduce the memory footprint and attack surface area of each microVM. This improves security, decreases the startup time, and increases hardware utilization. Firecracker has also been integrated in container runtimes, for exampleKata Containers andFlintlock.

Firecracker was developed at Amazon Web Services to accelerate the speed and efficiency of services like AWS Lambda andAWS Fargate. Firecracker is open sourced under Apache version 2.0.

To read more about Firecracker, check outfirecracker-microvm.io.

Getting Started

To get started with Firecracker, download the latestrelease binaries or build it from source.

You can build Firecracker on any Unix/Linux system that has Docker running (we use a development container) and bash installed, as follows:

git clone https://github.com/firecracker-microvm/firecracker cd firecracker tools/devtool build toolchain="$(uname -m)-unknown-linux-musl"

The Firecracker binary will be placed atbuild/cargo_target/${toolchain}/debug/firecracker. For more information on building, testing, and running Firecracker, go to thequickstart guide.

The overall security of Firecracker microVMs, including the ability to meet the criteria for safe multi-tenant computing, depends on a well configured Linux host operating system. A configuration that we believe meets this bar is included in the production host setup document.

Contributing

Firecracker is already running production workloads within AWS, but it's still Day 1 on the journey guided by our mission. There's a lot more to build and we welcome all contributions.

To contribute to Firecracker, check out the development setup section in thegetting started guide and then the Firecrackercontribution guidelines.

Releases

New Firecracker versions are released via the GitHub repositoryreleases page, typically every two or three months. A history of changes is recorded in ourchangelog.

The Firecracker release policy is detailed here.

Design

Firecracker's overall architecture is described inthe design document.

Features & Capabilities

Firecracker consists of a single micro Virtual Machine Manager process that exposes an API endpoint to the host once started. The API isspecified in OpenAPI format. Read more about it in the API docs.

The API endpoint can be used to:

Built-in Capabilities:

Tested platforms

We test all combinations of:

Instance Host OS & Kernel Guest Rootfs Guest Kernel
c5n.metal al2 linux_5.10 ubuntu 24.04 linux_5.10
m5n.metal al2023 linux_6.1 linux_6.1
m6i.metal
m7i.metal-24xl
m7i.metal-48xl
m6a.metal
m7a.metal-48xl
m6g.metal
m7g.metal
m8g.metal-24xl
m8g.metal-48xl

Known issues and Limitations

Performance

Firecracker's performance characteristics are listed as part of thespecification documentation. All specifications are a part of our commitment to supporting container and function workloads in serverless operational models, and are therefore enforced via continuous integration testing.

Policy for Security Disclosures

The security of Firecracker is our top priority. If you suspect you have uncovered a vulnerability, contact us privately, as outlined in oursecurity policy document; we will immediately prioritize your disclosure.

FAQ & Contact

Frequently asked questions are collected in our FAQ doc.

You can get in touch with the Firecracker community in the following ways:

When communicating within the Firecracker community, please mind ourcode of conduct.