Thank you for attending our workshop!

The workshop VMs have all been deleted. You can still try out the workshop flow, however, by setting up your own VM and following the README.md.

To create you own VM on GCE, you can follow these instructions. For other environments, you can modify the scripts in that directory.

Slides: 

Workshop Team

Putting together this workshop was an incredible effort by the Nephio community. Thank you to the team!

Anh Thu Vo

Bala Varadaraju

Chris Fry

Dimitrios Markou

Eric Debeau

Joao Parracho

John Belamaric

Kurt Taylor

Morten Torkildsen

Natasha Sarkar

Ravi Ravindran

Sandeep Sharma

Stephen Wong

Tal Liron

Victor Morales

Vish Jayaraman

Wim Henerickx



  • No labels

4 Comments

  1. The ssh command to access the VM should be something like ssh -i ~/.ssh/nephio-workshop-key -o StrictHostKeyChecking=no

    -L7007:localhost:7007 ubuntu@<VM IP Address> 

    For Windows users, the Command line prompt has to be run as administrator
  2. Anonymous

    For fetching http://localhost:7007, it looks like there's no chance for working w/ Safari on macOS, you should use Chrome is similar instead.

  3. Anonymous

    Use localhost in the URL and not 127.0.0.1 (smile)

  4. Anonymous

    A nit, s/kubconfig/kubeconfg/ in `kubectl --kubconfig ~/.kube/edge-1.config -n upf...`