• 3 Ubuntu 18.04 VMs, one for cloud-core, two for edge-core.
• Open the port of 10000 and 10002 in the security group of the cloud-core machine and edge-core machine
• 16 GB RAM, 16 vCPUs, 128 GB storage.
sudo bash cloudcore_node.sh (Run in machine-1)
sudo bash edgecore_control_plane.sh (Run in machine 2) (run the script only after successfully running the machine-1 script)
sudo bash edge_worker_node.sh (Run in machine 3) (run the script only after successfully running the machine-2 script)
For Machine 1
For Machine 2
kubectl get edgecluster
cd $HOME/go/src/github.com/fornax
cat cloudcore.logs
cat edgecore.logs


