Here we detail how to install gcloud
utils on your machine to interact with a project on Google Cloud Platform.
Creating a GCP project is pretty straightforward. Here, a project simply means a context in which computing resources are managed. If you are completely new to GCP here are a few screenshots to guide you through:
Ok you are now working on the tensorflow-serving
GCP project!
gcloud
CLI enable you to interact with the resources of your GCP account. Here is the installation process,
-
Download the
gcloud
archive file https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-231.0.0-darwin-x86_64.tar.gz -
Extract the archive to any location on your file system; preferably, your home directory. This can be achieved by opening the downloaded
.tar.gz
archive file in the preferred location.`
- Curl the
gcloud
archive
curl -O https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-231.0.0-linux-x86_64.tar.gz
- Extract the archive to any location on your file system; preferably, your Home folder. On Linux, you can extract the archive file by running this command:
tar zxvf [ARCHIVE_FILE] google-cloud-sdk
-
Go to the
google-cloud-sdk
folder and run./install.sh
you are prompted a few questions, answer and proceed. Restart your terminal for the changes to take effect -
We now have to initialize
gcloud
to describe which project to work on by default. We just created atensorflow-serving
project in the previous section, let's use it! Rungcloud init
: a prompt appears: you login to your GCP account and select the working project to betensorflow-serving
.
- You may also need
kubectl
to manage your kubernetes cluster on GCP, install it withgcloud components install kubectl
.
Great you now have your default gcloud
configuration!
-
As the documentation evolves quickly you may want yo refer to the official documentation to complete on how to install
gcloud
-
list of available GCP
zones
https://cloud.google.com/compute/docs/regions-zones/