diff --git a/README.md b/README.md index 4154216..3acf87a 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ balance, offering medium power consumption with the benefit of low latency. ### Experiment 3: Class Assignment 3 node cluster is needed with 1 master node, 1 high frequency worker node and 1 low frequency worker node (manually set up as experiment 2 scenario 3). -This experiment is to confirm that the automatic assignment of workloads based on their workload sensitivity will lead to improved performance and optimized power consumption. Sensitive workloads with more than a 40% latency difference between 5th and 90th percentiles (such as Spinning) will be automatically assigned to high frequency node should experience lower latency, while less sensitive workloads (such as Sleeping) can be efficiently handled by low-frequency nodes, conserving energy without significantly impacting performance. +This experiment is to confirm that the automatic assignment of workloads based on their workload sensitivity will lead to improved performance and optimized power consumption. Sensitive workloads with more than a 40% latency difference between 5th and 90th percentiles (such as Spinning and AES) will be automatically assigned to high frequency node should experience lower latency, while less sensitive workloads (such as Sleeping and Auth) can be efficiently handled by low-frequency nodes, conserving energy without significantly impacting performance. 1. Thus on master node, we need to enable nodeSelector: ```bash @@ -57,8 +57,8 @@ This experiment is to confirm that the automatic assignment of workloads based o 2. On master node, label the worker node ```bash - kubectl label node node-1.kt-cluster.ntu-cloud-pg0.utah.cloudlab.us loader-nodetype=worker-low - kubectl label node node-2.kt-cluster.ntu-cloud-pg0.utah.cloudlab.us loader-nodetype=worker-high + kubectl label node loader-nodetype=worker-low + kubectl label node loader-nodetype=worker-high ``` Run the node setup script: ```bash diff --git a/configs/.wordlist.txt b/configs/.wordlist.txt new file mode 100644 index 0000000..cf1ca28 --- /dev/null +++ b/configs/.wordlist.txt @@ -0,0 +1,23 @@ +knative +Knative +kubectl +kubernetes +configmap +podspec +nodeselector +nodetype +vSwarm +vhive +vHive +yaml +yamls +yml +YAMLs +README +auth +Auth +aes +AES +cpu + +