March 2019
Beginner to intermediate
778 pages
34h 20m
English
Development clusters are effectively single-node clusters. In order to scale, they must first be promoted to a production cluster. This is a nonreversible action performed on the Bigtable instance. For example, to upgrade our development instance to production, we could use the following command (remember this results in a minimum of 3x cost):
gcloud beta bigtable instances update hello-bigtable \ --instance-type=PRODUCTION
Read now
Unlock full access