Skip to content

akaliutau/gcp-grimoire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This repository contains references/recipes/overviews which are related to Google Computing Platform (GCP). I used these materials mostly as notes during perparation to GCP certification exam.

Content

GCP - in just 100 words

The Google Cloud Console - the primary user interfaces to use when interacting with Google Cloud.

APIs, CLIs, IAM, and Billing - managing cloud resources.

Google App Engine - covers what Google App Engine (GAE) is, the driving philosophies behind it, and how to use it to run highly-scalable services.

Google Kubernetes Engine - K8s on the cloud.

Google Cloud Functions - Google's serverless platform.

Google Compute Engine - on-demand VMs and how they can be managed, scaled, and customized to the user's needs.

NoSQL with Datastore and Bigtable - document based storage solutions offered by Google, including Datastore (plus the new Firestore), and Bigtable.

Relational Data with Cloud SQL and Cloud Spanner - Google's relational data storage solutions, including managed MySQL and PostgreSQL via Cloud SQL, as well as globally consistent relational data via Cloud Spanner.

Google Cloud Storage - Google's unified object storage platform: Google Cloud Storage (GCS).

Stackdriver - Google's Stackdriver monitoring, logging, and diagnostics suite to drive application insights, availability, and fast incident resolution.

Change Management - various platform tools Google offers around the developer/operations experience, including source control, building and deploying services.

GCP Networking for Developers - networking on Google Cloud, covering the products available and how to use them to build custom networking and security solutions, from the Developers perspective

Messaging with Pub/Sub and IoT Core - the distributed messaging offerings on Google Cloud (Google Cloud Pub/Sub for high-throughput messaging used both in service to service communications and Big Data ingestion pipelines, as well as Cloud IoT Core for widely distributed event-driven application architectures)

Integrating with Big Data Solutions on GCP - the Big Data on the cloud

References

Index - aggregator index for GCP documentation, plus references to relevant external resources

Exam preparation notes

Exam preparation notes - aggregator index for my notes, memos, etc