How To Use Multiple gcloud Configuration From a Single Workstation

How To Use Multiple gcloud Configuration From a Single Workstation

Sometimes you might work with different google cloud accounts and want to have all the gcloud configuration on a single workstation.

In this post I will explain how to configure multiple gcloud configuration on a single workstation.

All the gcloud configs are present in ~/.config/gcloud/configurations folder

The configs present in the configurations folder would look like the following.

config_default       config_devopscube

As you can see, all the configurations start with the config_ keyword.

Follow the steps given below for the configuration

  1. cd in to the config directory.
~/.config/gcloud/configurations
  1. Create a new configuration file with config_ prefix
vi config_demo-account
  1. Enter the required parameters in the config file and save it. An example is shown below. You should change the values according to your google cloud account, project, zone and region.
[core]
account = accounts@devopscube.com
project = devopscube

[compute]
zone = asia-east1-b	
region = asia-east1
  1. For using any new configuration, you need to activate it. Use the following command to activate the configuration you created. You just need to specify the suffix of the configuration name as shown below.
gcloud config configurations activate demo-account
  1. Once activated, login to the google cloud account using the following command.
gcloud auth login
  1. Once logged in, you will be able to make all the gcloud api calls for the new configuration.

Like this you can maintain multiple gcloud configuration and use it when ever you need it.

Hope this article helps!

About the author
Bibin Wilson

Bibin Wilson

Bibin Wilson (authored over 300 tech tutorials) is a cloud and DevOps consultant with over 12+ years of IT experience. He has extensive hands-on experience with public cloud platforms and Kubernetes.

Great! You’ve successfully signed up.

Welcome back! You've successfully signed in.

You've successfully subscribed to DevOpsCube – Easy DevOps, SRE Guides & Reviews.

Success! Check your email for magic link to sign-in.

Success! Your billing info has been updated.

Your billing was not updated.