Skip to content

Files

Latest commit

 

History

History
41 lines (28 loc) · 691 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 691 Bytes

Migration Experiment

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 --name ${CLUSTER_NAME}
inv cluster.credentials --name ${CLUSTER_NAME}

Second, deploy the cluster

(faasm-exp-faabric) faasmctl deploy.k8s --workers 2

Second, upload the WASM files:

inv migration.wasm.upload

Third, run the experiments:

inv migration.run -w compute -w network

Lastly, plot the results:

inv migration.plot

and clean up:

faasmctl delete