Changes between Version 12 and Version 13 of Tutorials/Edge Computing/Service Migration


Ignore:
Timestamp:
Oct 21, 2021, 1:13:14 AM (3 years ago)
Author:
sumitece87
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Edge Computing/Service Migration

    v12 v13  
    1313
    1414=== Description ===
    15 Containers run at the user-space process over the Kernel and have better bandwidth and CPU performance as compared to VMs. The shared resource dynamic container migration approach, therefore, can be used to address deteriorating application QoS, arising from the processing latency (system load) and/or the network latency (user mobility).
     15Containers run as the userspace processes over the Kernel and have better bandwidth and CPU performance as compared to VMs. The shared resource dynamic container migration approach, therefore, can be used to address deteriorating application QoS, arising from the processing latency (system load) and/or the network latency (user mobility).
    1616
    1717This tutorial demonstrates how to accomplish service migrations using containers.
     
    3030=== Tutorial ===
    3131==== Set Up ====
    32 Before you can access the testbed, you need to [https://www.orbit-lab.org/schedule make a reservation] and get it approved. After receiving the reservation's confirmation (approval) email:
     32Before you can access the testbed, you need to [https://www.orbit-lab.org/tractab/Reservations make a reservation] and get it approved. After receiving the reservation's confirmation (approval) email:
    3333 * Login into reserved domain: {{{ssh -X username@console.sb1.cosmos-lab.org}}} (the {{{-X}}} option is for enabling the X11 tunneing)
    3434 * Load the most updated container migration image ({{{conmig.ndz}}} released) on at least two nodes (this process can take about a few minutes so please be patient): {{{omf load -i conmig.ndz -t srv1-lg1,srv2-lg1}}}