Google Cloud (GCP)

Google Cloud (GCP)

Deep technical articles on this topic.

138Articles
138Topics covered
Articles in this category

All 138 articles, sorted alphabetically

Advertisement
ARTICLE · 01

AlloyDB

PostgreSQL-compatible with columnar accelerator.

Read article
ARTICLE · 02

Google App Engine

Standard (sandboxed) vs Flex (containers). Historically GCP's entry.

Read article
ARTICLE · 03

Artifact Registry

Docker + Maven + npm + Python + Go + Debian.

Read article
ARTICLE · 04

BeyondCorp Enterprise

Google's zero-trust access model.

Read article
ARTICLE · 05

BigQuery

Petabyte SQL. Separate storage + compute. BQML.

Read article
ARTICLE · 06

BigQuery ML

Train + predict in SQL. Foundation models integrated.

Read article
ARTICLE · 07

BigQuery Partitioning + Clustering

Reduce scan → reduce cost. Essential BQ optimization.

Read article
ARTICLE · 08

BigQuery Slots + Reservations

Compute unit. Flat-rate + Editions.

Read article
ARTICLE · 09

BigQuery Streaming Inserts

Real-time ingest. Storage Write API modern.

Read article
ARTICLE · 10

Cloud Bigtable

Google's original Bigtable, managed. Analytical + operational.

Read article
ARTICLE · 11

Bigtable vs Spanner vs BigQuery

When to use which. Common confusion.

Read article
ARTICLE · 12

Chronicle

Managed SIEM at Google scale.

Read article
ARTICLE · 13

Cloud Armor

Rules on HTTP LB. Adaptive Protection (ML).

Read article
ARTICLE · 14

Google Cloud Batch

Job queues + auto-scaling. Similar to AWS Batch.

Read article
ARTICLE · 15

Cloud Build

Docker + K8s + Terraform + custom builds.

Read article
ARTICLE · 16

Cloud CDN

Integrated with HTTP LB. Google's edge network.

Read article
ARTICLE · 17

Cloud Composer

Managed Apache Airflow on GCP.

Read article
ARTICLE · 18

Cloud Deploy

Progressive delivery. Approvals + rollback.

Read article
ARTICLE · 19

Cloud DLP + Sensitive Data Protection

Discover + classify + protect PII.

Read article
ARTICLE · 20

Cloud DNS

Public + private zones. DNSSEC. Anycast.

Read article
ARTICLE · 21

Cloud Functions

Gen 1 (Lambda-like) + Gen 2 (Cloud Run + Eventarc).

Read article
ARTICLE · 22

Cloud Interconnect

Direct + Partner Interconnect. Physical + partner options.

Read article
ARTICLE · 23

Cloud KMS

Symmetric + asymmetric + HSM. CMEK integration.

Read article
ARTICLE · 24

Cloud Load Balancing

External vs internal. Global vs regional. HTTP vs TCP.

Read article
ARTICLE · 25

Cloud Logging

All GCP services publish. Log Router.

Read article
ARTICLE · 26

Cloud Monitoring

Managed metrics. Auto-discovers GCP resources.

Read article
ARTICLE · 27

Cloud NAT

No NAT gateways to manage. Regional service.

Read article
ARTICLE · 28

Cloud Profiler

Low-overhead CPU + memory profiles.

Read article
ARTICLE · 29

Cloud Router

BGP peering with on-prem or other clouds.

Read article
ARTICLE · 30

Cloud Run

Container to HTTPS URL. Autoscale from zero. Modern GCP default.

Read article
ARTICLE · 31

Cloud Run Jobs

Run-to-completion tasks. Cron scheduling.

Read article
ARTICLE · 32

Cloud Source Repositories

Git hosting on GCP. Less popular than GitHub.

Read article
ARTICLE · 33

Cloud SQL

Similar to AWS RDS. HA + read replicas.

Read article
ARTICLE · 34

Cloud SQL Insights

Query performance monitoring. Postgres + MySQL.

Read article
ARTICLE · 35

Cloud Storage Classes

GCS tiers. Modeled after S3 but with own nuances.

Read article
ARTICLE · 36

Cloud Storage FUSE

GCS as POSIX filesystem. Not for random writes.

Read article
ARTICLE · 37

GCS Retention Policy + Object Lock

WORM storage. Cannot delete before retention.

Read article
ARTICLE · 38

Cloud Trace

OpenTelemetry-based. GCP-integrated.

Read article
ARTICLE · 39

Cloud Vision API

Image + PDF analysis. Managed vision AI.

Read article
ARTICLE · 40

Google Compute Engine

N/E/C/M families. Custom machine types. Live migration.

Read article
ARTICLE · 41

Confidential VMs on GCP

Memory encryption via AMD SEV / Intel TDX.

Read article
ARTICLE · 42

Config Connector

Manage GCP via Kubernetes YAML.

Read article
ARTICLE · 43

Custom Images + Instance Templates

Golden images. Shared across projects.

Read article
ARTICLE · 44

Dataflow

Batch + streaming unified. Autoscaling.

Read article
ARTICLE · 45

Dataplex

Unified data governance + discovery.

Read article
ARTICLE · 46

Dataproc

Ephemeral clusters. Spot workers. Metastore.

Read article
ARTICLE · 47

Dataproc Metastore + Data Catalog

Shared Hive Metastore. Data Catalog for discovery.

Read article
ARTICLE · 48

Deployment Manager

GCP-native IaC. Terraform usually preferred.

Read article
ARTICLE · 49

Document AI

Form + invoice + ID parsers. Structured extraction.

Read article
ARTICLE · 50

Filestore

Basic, Enterprise, High Scale tiers.

Read article
ARTICLE · 51

Firestore

Firestore Native + Firestore in Datastore mode.

Read article
ARTICLE · 52

Firestore Scale Limits + Best Practices

1 write/sec per doc. Sharding hot docs.

Read article
ARTICLE · 53

GCE Instance Scheduling

Cron-based VM lifecycle. Dev/test cost savings.

Read article
ARTICLE · 54

AlloyDB architecture

Deep-dive on AlloyDB: Postgres compatible, compute + log-based storage, columnar engine, read replicas, AI extensions, PITR.

Read article
ARTICLE · 55

GCP Cloud Armor

How Cloud Armor protects against DDoS + application attacks.

Read article
ARTICLE · 56

GCP BigQuery

How BigQuery provides serverless SQL data warehouse at massive scale.

Read article
ARTICLE · 57

BigQuery architecture

Deep-dive on BigQuery internals: Dremel query engine, Capacitor columnar format, Colossus storage, slot allocation, BI Engine, materialized views.

Read article
ARTICLE · 58

BigQuery BI Engine

Deep-dive on BigQuery BI Engine: in-memory columnar caching and vectorized execution, automatic query routing and partial acceleration, LRU working-se…

Read article
ARTICLE · 59

GCP Bigtable

How Bigtable provides massive-scale wide-column storage, when to use it versus Firestore or Spanner.

Read article
ARTICLE · 60

Cloud Bigtable -- wide-column NoSQL at massive scale

Deep-dive on Cloud Bigtable: the sorted wide-column data model, the paramount row key design (locality, load distribution, hotspotting), tablets and a…

Read article
ARTICLE · 61

GCP Bigtable Deep Dive

How Cloud Bigtable provides massive-scale NoSQL.

Read article
ARTICLE · 62

GCP Cloud Build

How Cloud Build provides managed CI/CD with deep GCP integration.

Read article
ARTICLE · 63

GCP Cloud DNS

How Cloud DNS provides authoritative + resolver DNS.

Read article
ARTICLE · 64

GCP Cloud Functions

How Cloud Functions run code in response to GCP events, cold starts, and how they compare to AWS Lambda.

Read article
ARTICLE · 65

Cloud Functions -- event-driven serverless functions on GCP

Deep-dive on GCP Cloud Functions: the function-as-a-service model, triggers (HTTP/Pub/Sub/storage/Eventarc), Gen 2 on Cloud Run (container-based), aut…

Read article
ARTICLE · 66

GCP Cloud Run

How Cloud Run provides serverless container execution, scaling to zero.

Read article
ARTICLE · 67

Cloud Run architecture

Deep-dive on Cloud Run: GFE ingress, activator and concurrency-based autoscaler, gVisor/microVM sandboxes, immutable revisions, canary traffic splits,…

Read article
ARTICLE · 68

GCP Cloud SQL

How Cloud SQL provides managed relational databases, HA configurations, and read replicas.

Read article
ARTICLE · 69

Cloud SQL architecture

Deep-dive on Cloud SQL: synchronous regional persistent-disk HA and cold-standby failover, Auth Proxy and IAM-based connections, async read replicas v…

Read article
ARTICLE · 70

Cloud Composer architecture

Deep-dive on Cloud Composer: Airflow scheduler + workers + metadata DB, DAG lifecycle, operators, sensors, IAM, observability.

Read article
ARTICLE · 71

gcp_compute_engine

Read article
ARTICLE · 72

GCP Dataflow

How Dataflow provides managed Apache Beam for batch + streaming pipelines.

Read article
ARTICLE · 73

Dataflow architecture

Deep-dive on Cloud Dataflow: Beam runner, streaming engine, autoscaler, shuffle service, watermark, Flex Templates, snapshot.

Read article
ARTICLE · 74

GCP Firestore

How Firestore provides serverless document DB with real-time sync.

Read article
ARTICLE · 75

Firestore architecture

Deep-dive on Firestore: collections + documents, single/composite indexes, queries, realtime listeners, security rules, offline.

Read article
ARTICLE · 76

Google Cloud Storage

How Cloud Storage compares to S3, storage classes (Standard, Nearline, Coldline, Archive), and lifecycle policies.

Read article
ARTICLE · 77

GCP GKE

How GKE provides managed Kubernetes with autopilot mode option.

Read article
ARTICLE · 78

GKE architecture

Deep-dive on GKE: cluster mode, node pools, autoscaler, workload identity, VPC-native, Gateway, Binary Authorization, Config Sync.

Read article
ARTICLE · 79

GCP IAM

How GCP IAM works: predefined and custom roles, principals (users, service accounts, groups), and hierarchical policy inheritance.

Read article
ARTICLE · 80

GCP IAM Deep Dive

How GCP IAM works in detail: role hierarchy, bindings, conditional access.

Read article
ARTICLE · 81

GCP Cloud KMS

How Cloud KMS manages encryption keys.

Read article
ARTICLE · 82

GCP Load Balancing

How GCP load balancers work: global + regional, application + network.

Read article
ARTICLE · 83

GCP Cloud Logging

How Cloud Logging aggregates + queries logs.

Read article
ARTICLE · 84

GCP Memorystore

How Memorystore provides managed Redis and Memcached.

Read article
ARTICLE · 85

GCP Memorystore -- managed Redis / Memcached

Deep-dive on GCP Memorystore: the fast-cache need, managed Redis/Memcached (no server ops), tiers (basic vs standard/HA), VPC-private access, replicat…

Read article
ARTICLE · 86

GCP Cloud Monitoring

How Cloud Monitoring collects + analyzes metrics + alerts.

Read article
ARTICLE · 87

GCP Multi-Region Architecture in Depth

A 2500-word walkthrough of GCP multi-region: Cloud DNS, Global LB anycast, regional stacks, Cloud Spanner multi-region, Firestore/GCS/BigQuery, and ob…

Read article
ARTICLE · 88

GCP Overview

What GCP is, how projects and folders organize resources, and where GCP fits versus AWS and Azure.

Read article
ARTICLE · 89

GCP Pub/Sub

How GCP Pub/Sub provides globally distributed pub/sub messaging.

Read article
ARTICLE · 90

GCP Pub/Sub architecture

Deep-dive on Pub/Sub architecture: topic vs subscription, delivery modes, ordering keys, DLQ, exactly-once, and consumer resilience patterns.

Read article
ARTICLE · 91

GCP Secret Manager

How Secret Manager stores and manages secrets in GCP.

Read article
ARTICLE · 92

GCP Service Accounts

Identity for workloads. Key files vs Workload Identity.

Read article
ARTICLE · 93

GCP Cloud Spanner

How Spanner provides horizontally-scalable strongly-consistent SQL globally.

Read article
ARTICLE · 94

Spanner architecture

Deep-dive on Cloud Spanner: TrueTime, Paxos-replicated splits, directories, commit wait, 2PC, read variants, split management, schema.

Read article
ARTICLE · 95

Spanner TrueTime

Deep-dive on Spanner TrueTime: the interval-returning TrueTime API, GPS/atomic-clock-bounded uncertainty, commit wait for external consistency, Paxos …

Read article
ARTICLE · 96

GCP Cloud Trace

How Cloud Trace provides distributed tracing.

Read article
ARTICLE · 97

Vertex AI architecture

Deep-dive on Vertex AI: Model Garden and custom training, Model Registry lineage, online endpoints with traffic splits, batch prediction, KFP pipeline…

Read article
ARTICLE · 98

GCP VPC

How GCP VPCs differ from AWS: global scope, subnets per region, and shared VPC patterns.

Read article
ARTICLE · 99

GCP VPC

Cross-region VPC. Different from AWS regional VPCs.

Read article
ARTICLE · 100

GCP Workflows

How Workflows provides serverless orchestration for GCP + external services.

Read article
ARTICLE · 101

Cloud Storage Autoclass

Auto-move objects to optimal class. Zero effort.

Read article
ARTICLE · 102

Cloud Storage Encryption

Google-managed, customer-managed (KMS), customer-supplied (CSEK).

Read article
ARTICLE · 103

Cloud Storage Lifecycle Management

Rules to transition classes + delete. Similar to S3.

Read article
ARTICLE · 104

Cloud Storage Object Versioning

Keep every version. Delete uncovers previous.

Read article
ARTICLE · 105

GCS Regional vs Dual-Region vs Multi-Region

Location scope + failover semantics.

Read article
ARTICLE · 106

Cloud Storage Signed URLs + Cookies

Time-limited access to private objects.

Read article
ARTICLE · 107

GCS Storage Transfer Service

Move data into GCS from S3, Azure, on-prem, HTTP.

Read article
ARTICLE · 108

Gemini API on Vertex + AI Studio

Google's frontier LLMs. API access.

Read article
ARTICLE · 109

GKE Autopilot Deep Dive

Google manages nodes. Pay per pod. Simpler K8s.

Read article
ARTICLE · 110

Google Kubernetes Engine (GKE)

Standard vs Autopilot. Google's flagship K8s service.

Read article
ARTICLE · 111

GKE for ML

K8s-native ML. Job scheduling via Kueue.

Read article
ARTICLE · 112

GKE Workload Identity

Pods authenticate as GCP service accounts. Foundational security.

Read article
ARTICLE · 113

Global HTTP(S) Load Balancer

Anycast global LB. Single IP, routes to nearest backend.

Read article
ARTICLE · 114

Google Global External LB Family

Global HTTPS/TCP/SSL. Regional External. Internal.

Read article
ARTICLE · 115

Identity-Aware Proxy (IAP)

Zero-trust access to apps + SSH. No VPN needed.

Read article
ARTICLE · 116

Instance Templates

Reusable template for MIGs. Versioned.

Read article
ARTICLE · 117

Looker

Semantic modeling. LookML.

Read article
ARTICLE · 118

Memorystore

Sub-ms cache. Redis Cluster + Standalone.

Read article
ARTICLE · 119

Managed Instance Groups + Autoscaler

Auto-scale VM fleets. Regional MIG for HA.

Read article
ARTICLE · 120

Network Connectivity Center

Central hub for VPCs + on-prem + other clouds.

Read article
ARTICLE · 121

Persistent Disk Types

GCP block storage. Match perf to cost.

Read article
ARTICLE · 122

Preemptible + Spot VMs on GCP

60-91% discount. 24-hour max (preemptible) or indefinite (spot).

Read article
ARTICLE · 123

Private Google Access + Private Service Connect

Reach Google APIs from private subnet without NAT.

Read article
ARTICLE · 124

Pub/Sub

Google's Kafka analog. Global + serverless.

Read article
ARTICLE · 125

GCP Secret Manager

Managed secrets. Versioning + IAM.

Read article
ARTICLE · 126

Security Command Center

GCP security posture + threat detection.

Read article
ARTICLE · 127

Shared VPC

Central VPC used by multiple projects. Enterprise pattern.

Read article
ARTICLE · 128

Sole-Tenant Nodes on GCP

Dedicated hardware. Compliance + BYOL software.

Read article
ARTICLE · 129

Cloud Spanner

Global consistency via TrueTime. NewSQL pioneer.

Read article
ARTICLE · 130

Google Speech-to-Text

Streaming + batch STT. Chirp foundation model.

Read article
ARTICLE · 131

Google Text-to-Speech

WaveNet + Neural2 voices. Multilingual.

Read article
ARTICLE · 132

Google TPU v5 + v6 (Trillium)

Google's ML silicon. v5e cheap inference, v5p high perf, v6 (Trillium) latest.

Read article
ARTICLE · 133

Vertex AI

Training, prediction, feature store, pipelines.

Read article
ARTICLE · 134

Vertex AI Model Garden

150+ foundation models. Open + partner + Google.

Read article
ARTICLE · 135

Vertex AI Search

Grounded search on your data. Multimodal.

Read article
ARTICLE · 136

GCP VPC Peering

Direct connect between VPCs. No transit.

Read article
ARTICLE · 137

VPC Service Controls

Perimeter around GCP services. Prevent data exfil.

Read article
ARTICLE · 138

GCP Workflows

Step Functions analog. YAML workflows.

Read article