This experiment explores the benefits of migrating the execution of scientific applications to benefit from dynamic changes in the compute environment.
First, provision the cluster:
inv cluster.provision --vm Standard_D8_v5 --nodes 3 cluster.credentials
Second, deploy the cluster
faasmctl deploy.k8s --workers 2
Second, upload the WASM files:
inv migration.wasm.upload
Third, run the experiments:
inv migration.run -w all-to-all -w very-network
Lastly, plot the results:
inv migration.plot
which will generate a plot in /plots/migration/migration_speedup_all-to-all.png
, we also include it below:
and clean up:
faasmctl delete