This is the implementation part of my thesis "Evaluating the Feasibility of Proactive Container Migration on the LEO Edge". This repository contains scripts, configuration files and other resources to deploy the migration orchestrator with Celestial and to run and evaluate experiments.
- For building, deploying the experiments, check out the
README
in thecelestial-app
directory. - For examining the source code of the migration orchestrator, check out the
packages
directory. - Custom Terraform files for deploying Celestial on GCP are in the
terraform
directory. - A modified version of Celestial's
rootfsbuilder
is in thebuilder
directory. - Figures from the thesis are in the
fig
directory. - All the collected data is in the
data
directory. - For experimenting with Firecracker locally, check out the
firecracker
directory.