{"id":23854924,"url":"https://github.com/aventer-ug/mesos-firecracker-executor","last_synced_at":"2025-12-15T12:11:55.095Z","repository":{"id":41955470,"uuid":"479319125","full_name":"AVENTER-UG/mesos-firecracker-executor","owner":"AVENTER-UG","description":"Mesos Executor to schedule Jobs as microvm.","archived":false,"fork":false,"pushed_at":"2024-02-26T21:18:08.000Z","size":4320,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-22T08:48:04.149Z","etag":null,"topics":["firecracker","mesos","microvm"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AVENTER-UG.png","metadata":{"files":{"readme":"README.MD","changelog":"changelog.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["AVENTER-UG"],"liberapay":"mesos"}},"created_at":"2022-04-08T09:03:32.000Z","updated_at":"2023-06-11T12:03:42.000Z","dependencies_parsed_at":"2022-08-12T00:31:20.686Z","dependency_job_id":null,"html_url":"https://github.com/AVENTER-UG/mesos-firecracker-executor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AVENTER-UG/mesos-firecracker-executor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AVENTER-UG%2Fmesos-firecracker-executor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AVENTER-UG%2Fmesos-firecracker-executor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AVENTER-UG%2Fmesos-firecracker-executor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AVENTER-UG%2Fmesos-firecracker-executor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AVENTER-UG","download_url":"https://codeload.github.com/AVENTER-UG/mesos-firecracker-executor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AVENTER-UG%2Fmesos-firecracker-executor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260083863,"owners_count":22956408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["firecracker","mesos","microvm"],"created_at":"2025-01-03T00:19:08.255Z","updated_at":"2025-12-15T12:11:55.073Z","avatar_url":"https://github.com/AVENTER-UG.png","language":"Go","funding_links":["https://github.com/sponsors/AVENTER-UG","https://liberapay.com/mesos"],"categories":[],"sub_categories":[],"readme":"# Mesos Firecracker Executor\n\nThis executer will deploy a microvm per task, and run the mesos task command inside of it.\n\n\n## variables\n\n| Variable | Default | Description |\n| --- | --- | ---- |\n| FIRECRACKER_AGENT_PORT | 8085 | The port there the vmm-agent is listening |\n| FIRECRACKER_PAYLOAD_FILE |  | Payload file for the case the microvm have to run a specific job |\n| FIRECRACKER_WORKDIR | /mnt/mesos/sandbox | The directory where the executor will find rootfs, vmlinux and the payload |\n| FIRECRACKER_VCPU | 1 | The amount of vCPU for the microvm |\n| FIRECRACKER_MEM_MB | 256 | The amount of memory for the microvm | \n\n\n## Notes\n\nIf the custom executer would be running under the mesos containerizer. The default isolation configuration in mesos\nis to tight. For the first shot, change the isolation to:\n\n```\nMESOS_ISOLATION=filesystem/linux,docker/runtime\n```\n\nMy mesos-compose framework will use the docker containerizer. These should work out of the box.\n\n## External Resources:\n\n- https://github.com/firecracker-microvm/firecracker/releases/tag/v1.13.1\n\n## Build tab Interface for networking\n\nTo get access into the microvm, we have to create a tap network interface on our host machine:\n\n```bash\nip tuntap add tap0 mode tap\nip addr add 192.168.127.1/24 dev tap0\nip link set tap0 up\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faventer-ug%2Fmesos-firecracker-executor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faventer-ug%2Fmesos-firecracker-executor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faventer-ug%2Fmesos-firecracker-executor/lists"}