Introduction This Installation Guide will set up and run a Nephio demonstration environment. This environment is a single VM that will be used in the exercises to simulate a topology with a Nephio management cluster and three workload clusters. Installing on GCE GCE Prerequisites You will need an account in GCP and gcloud installed on your local environment. Create a Virtual Machine on GCE gcloud compute instances create --machine-type e2-standard-16 \ --boot-disk-size 200GB \ --image-family=...