Skip to content

nets tunnel

Open remote ports to access services like tensorboard and jupyter notebooks.


usage: nets tunnel [-h] [--project id] [--zone id]
                   {tensorboard,jupyter} user@instance

positional arguments:
  {tensorboard,jupyter}
                        the remote service to connect to
  user@instance         the gcloud instance login to connect to. example:
                        cba@tf-training

optional arguments:
  -h, --help            show this help message and exit
  --project id          GCP project ID for the instance to connect to
                        (default: None)
  --zone id             GCP zone for the instance to connect to (default:
                        None)