https://github.com/sousandrei/firesquid
Simple AWS Firecracker MicroVM Orchestrator
https://github.com/sousandrei/firesquid
aws-firecracker aws-firecracker-orchestrator firecracker firecracker-containerd firecracker-microvms firecracker-vm hacktoberfest microvm microvms orchestrator
Last synced: about 2 months ago
JSON representation
Simple AWS Firecracker MicroVM Orchestrator
- Host: GitHub
- URL: https://github.com/sousandrei/firesquid
- Owner: sousandrei
- License: mit
- Created: 2020-09-19T19:21:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T12:35:12.000Z (8 months ago)
- Last Synced: 2025-04-10T01:11:50.967Z (about 2 months ago)
- Topics: aws-firecracker, aws-firecracker-orchestrator, firecracker, firecracker-containerd, firecracker-microvms, firecracker-vm, hacktoberfest, microvm, microvms, orchestrator
- Language: Rust
- Homepage:
- Size: 28.7 MB
- Stars: 68
- Watchers: 3
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Simple AWS Firecracker orchestrator
Report Bug or Request Feature
[](https://github.com/sousandrei/firesquid/actions)
## Table of Contents
- [About the project](#about)
- [Features](#features)
- [Assets](#assets)
- [Help Wanted](#help-wanted)
- [Sponsors](#sponsors)
- [License](#license)FireSquid is a simple [AWS Firecracker](https://firecracker-microvm.github.io/) orchestrator.
It abstracts the hard part making it a breeze to spawn your very own fleet of micro-vms!- REST API
- Multiple vms from the same kernel
- Lightweight
- CustomizableUpcoming:
- Fine grained networking
- Package release and distribution
- Choices between which kernel to use for which machineHere are some assets to get you started. The default folder for assets is just called `assets` in the same folder as FireSquid.
Grab the assets listed in the official firecracker guide. There is a [script](https://github.com/sousandrei/firesquid/blob/main/scripts/getassets.sh) provided in this repo to set this up
```
curl -fsSL https://raw.githubusercontent.com/sousandrei/firesquid/main/scripts/getassets.sh | sh
```All contributions are welcome!
If you are using or plan to use Firecracker or FireSquid please don't hesitate to reach out so we can foster a collaboration ecosystem around Firecracker.
you?
See [LICENSE](https://github.com/sousandrei/firesquid/blob/master/LICENSE) for more details.