Cloud software development kit, works with languages
2
New cards
Compute engine
* IaaS - infrastructure as a serviceĀ * Virtual machines with industry-leading price/performance
3
New cards
app engine
* PaaS - platform as a serviceĀ * A flexible, zero ops platform for building highly available apps
4
New cards
cloud functions
* Serverless logic - run your code without start and stopping VM (virtual machine) * Uses a VM but you donāt choose itĀ * A lightweight fully managed serverless execution environment for building and connecting cloud services
5
New cards
Google Kubernetes EngineĀ
* Hybrid * Cluster manager and orchestration engine built on Googleās container experience
6
New cards
false
Compute engine pricing is based on a daily rate for the instance
7
New cards
An execution environment for building and connecting cloud services
Google Kubernetes Engine is built on the open-source Kubernetes system. Which of the following statements best describes what Kubernetes is?
8
New cards
machine type
You want to configure a virtual machine with a large amount of RAM. Which option in the Cloud Console should you modify when creating the virtual machine toĀ select the amount of RAM?
9
New cards
Get root access using the sudo command and retry
1. You have connected to your linux virtual machine using the SSH connect button in the Cloud Console. You run the command āapt-get-updateā but receive the error āpermission deniedā. What action must you take in order to run
10
New cards
sudo
allows a permitted user to execute a command as the superuser or another user, as specified by the security policy.Ā