Get Started Google Cloud
Installing and Configuring Local Tools
# Add the Cloud CLI distribution URI as a package source
$ echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-cli main" | sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
# Import the Google Cloud Platform public key
$ curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
# Update the package list and install the Cloud SDK
$ sudo apt-get update && sudo apt-get install google-cloud-cliCreating Virtual Machine (VM) Instance
Attach VM Instance to Platform9


Last updated
Was this helpful?
