Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T12:16:28.000Z (3 months ago)
- Last Synced: 2024-08-07T06:05:54.815Z (3 months ago)
- Topics: aws-firecracker, aws-firecracker-orchestrator, firecracker, firecracker-containerd, firecracker-microvms, firecracker-vm, hacktoberfest, microvm, microvms, orchestrator
- Language: Rust
- Homepage:
- Size: 28.8 MB
- Stars: 60
- Watchers: 4
- Forks: 4
- Open Issues: 8
-
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
[![Build Status](https://github.com/sousandrei/firesquid/workflows/Main/badge.svg)](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.