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.
What is a data warehouse?
TODO
A relational datastore designed for analytic workloads, which is generally column-oriented data-store
Companies will have terabytes and millions of rows of data, and they need a fast way to be able to produce analytics reports
A data warehouse needs to consume data from a relational database on a regular basis.
List containers services
GKE
Container Registry (Docker images)
Artifact Registry (store, manage and secure containers)
Cloud Build
Cloud Run (run stateless containers on a fully managed environment). Alternative to K8.
Deep learning containers
Pre-build containers on Google Market Place
List database services
BigQuery
CloudSpanner
Firestore
Cloud SQL
Database migration service
InMemory store
BigTable
List available Cloud Storage classes
Standard (0 day min) – when you are frequently using files. The least cost-effective
Nearline (30 day min) – when you will only access a file once per month, cheaper than standard.
Coldline (90 day min) – higher access cost than nearline store but lower at-rest cost
Archive (365 day min) – very slow retrieval, very cost-effective, rarely or never intended to be accessed
List type of storage types
- Block
use hard drive , no medatada
pros: fast
Usage: in databases, caches, VMs, bare-metal server - File
use file system, structured data , allows metadata
cons: expensive and slow
Usage: share data across users and apps - Object
nonstructured, but with metadata
Access over API
Usage: videos, image, documents, website