Introduction to GCP Flashcards
Cloud computing has 5 fundamental attributes, name them?
On demand self service Broad network access Shared resource pool Elastic Measured Service
How fast are RTT times within a region in GCP?
within a millisecond
Compute engine reside in specific zone true or false?
True
Which resources can GKE use to enable global redundancy?
HTTPS load balancer
VPC
Can folders be nested in GCP projects?
Yes, and within a folder teams can be assigned to projects for example
What level is billing setup at in GCP?
Project Level
What are the four ways to interact with GCP?
Console
SDK and shell
Mobile app
Rest based apis
How long can bucket names be if they contain dots?
Bucket names must contain 3-63 characters. Names containing dots can contain up to 222 characters, but each dot-separated component can be no longer than 63 characters.
what is the cmd to make a bucket in shell?
gsutil mb gs://mybucketname
Command for listing instances in gcloud?
gcloud compute instances list
what is the cmd to make objects viewable by the public?
gsutil iam ch allUsers:objectViewer gs://$MY_BUCKET_NAME_1
kubernetes consists of a master and nodes, what is in the nodes?
Pods and pods can contain one or more containers