Google Cloud: Compute Services GCP offers multiple compute options: GCE (full VMs), GKE (managed Kubernetes), Cloud Run (serverless containers), App Engine (PaaS), and Cloud Functions (serverless functions). Cloud Run — …
ReadGoogle Cloud: Storage Services Cloud Storage (GCS) GCS is Google's object storage — equivalent to AWS S3. Stores blobs, backups, static assets, ML datasets. # Create bucket gcloud storage buckets create gs://my-bucket \ …
ReadGoogle Cloud: BigQuery, Pub/Sub & Functions BigQuery BigQuery is Google's fully managed, serverless data warehouse. Runs SQL queries over petabytes of data using massive parallelism. Pay per query (TB scanned) or flat-ra…
ReadGoogle Cloud: Networking, IAM & CLI gcloud CLI Essentials # Auth gcloud auth login gcloud auth application-default login # for SDK/library auth gcloud config set project my-project gcloud config set compute/region europe…
ReadSave this stack to your personal DevRecall — add your own notes, track what you're learning, and share what you know with the community.
Get started — free forever