Core services Flashcards
List Compute services
BareMetal
Compute Engine
App Engine
GKE
Cloud functions
Cloud GPUs
Sole-tenant VMs
Google Cloud VMware engine
Migration of other provider compute resources
Shielded VMs
Preemptible VMs
What app Engine does ?
Host web-application in a serverless manner , without worring about underlying infrastructure.
What are the Sole-tenant nodes ?
Dedicated VMs - they are inside a dedicated hardware
What are Preemptible VMs ?
VMs used for a short-lived period.
What means Shielded VMs ?
Hardened VMs on Google cloud.
What’s the difference between K8 and Docker?
K8 allows the management of containers across multiple VMs.
What is a pod ?
A group of containers that have shared resources (storage, network etc).
What is BigQuery ?
No-SQL data-warehouse (serverless).
Has build-in ML.
What is Cloud BigTable ?
No-SQL value/key store
What is Firestore?
No-SQL Document database
What is Cloud Spanner?
Proprietary relational database - uses SQL
What is Cloud SQL ?
Relational Database Service
MySQL, PostgreSQL, and SQL Server database services
What is Memorystore ?
In-Memory (like Redis) data store service
What is Database Migration Service (DMS) ?
Database Migration Service
What is the key feature of Firestore?
Firestore Realtime
Store and sync data in real time.