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.credentialsSecond, deploy the cluster
faasmctl deploy.k8s --workers 2Second, upload the WASM files:
inv migration.wasm.uploadThird, run the experiments:
inv migration.run -w all-to-all -w very-networkLastly, plot the results:
inv migration.plotwhich will generate a plot in /plots/migration/migration_speedup_all-to-all.png, we also include it below:
and clean up:
faasmctl delete