Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Official Google Cloud Certified Associate Cloud Engineer Study Guide

You're reading from   Official Google Cloud Certified Associate Cloud Engineer Study Guide The only official Google Cloud study guide

Arrow left icon
Product type Paperback
Published in Apr 2019
Publisher Wiley
ISBN-13 9781119564416
Length 560 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Dan Sullivan Dan Sullivan
Author Profile Icon Dan Sullivan
Dan Sullivan
Arrow right icon
View More author details
Toc

Table of Contents (28) Chapters Close

1. Cover FREE CHAPTER
2. Acknowledgments
3. About the Author
4. Introduction
5. Assessment Test
6. Answers to Assessment Test
7. Chapter 1 Overview of Google Cloud Platform 8. Chapter 2 Google Cloud Computing Services 9. Chapter 3 Projects, Service Accounts, and Billing 10. Chapter 4 Introduction to Computing in Google Cloud 11. Chapter 5 Computing with Compute Engine Virtual Machines 12. Chapter 6 Managing Virtual Machines 13. Chapter 7 Computing with Kubernetes 14. Chapter 8 Managing Kubernetes Clusters 15. Chapter 9 Computing with App Engine 16. Chapter 10 Computing with Cloud Functions 17. Chapter 11 Planning Storage in the Cloud 18. Chapter 12 Deploying Storage in Google Cloud Platform 19. Chapter 13 Loading Data into Storage 20. Chapter 14 Networking in the Cloud: Virtual Private Clouds and Virtual Private Networks 21. Chapter 15 Networking in the Cloud: DNS, Load Balancing, and IP Addressing 22. Chapter 16 Deploying Applications with Cloud Launcher and Deployment Manager 23. Chapter 17 Configuring Access and Security 24. Chapter 18 Monitoring, Logging, and Cost Estimating 25. Index
26. Advert
27. End User License Agreement
Appendix Answers to Review Questions

Deploying and Managing Cloud Bigtable

As a Cloud Engineer, you may need to create a Bigtable cluster, or set of servers running Bigtable services, as well as create tables, add data, and query that data.

To create a Bigtable instance, navigate to the Bigtable console and click Create Instance. This will display a form like that shown in Figure 12.29. (See Chapter 11 for additional details on creating a Bigtable instance.)

The illustration shows necessary steps in creating a Bigtable instance. The steps include providing an instance name, instance ID, choosing between production and development, and choosing either SSD or HDD. It also has a separate section labeled “clusters” with the following contents: cluster ID, location, and nodes.

FIGURE 12.29 Creating a Bigtable instance

Much of the work you will do with Bigtable is done at the command line.

To create a table, open a Cloud Shell browser and install the cbt command. Unlike relational databases, Bigtable is a NoSQL database and does not use the SQL command. Instead, the cbt command has subcommands to create tables, insert data, and query tables (see Table 12.2).

TABLE 12.2 cbt commands

Command Description
createtable Creates a table
createfamily Creates a column family
read Reads and displays rows
ls Lists tables and columns...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £13.99/month. Cancel anytime
Visually different images