SDK
Cloud software development kit, works with languages
Compute engine
IaaS - infrastructure as a service
Virtual machines with industry-leading price/performance
app engine
PaaS - platform as a service
A flexible, zero ops platform for building highly available apps
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
Google Kubernetes Engine
Hybrid
Cluster manager and orchestration engine built on Google’s container experience
false
Compute engine pricing is based on a daily rate for the instance
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?
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?
Get root access using the sudo command and retry
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
sudo
allows a permitted user to execute a command as the superuser or another user, as specified by the security policy.