Google Cloud Platform (GCP) Learning Path


Google Kubernetes Engine (GKE) vs. Cloud Run
What is Google Kubernetes Engine (GKE)? Kubernetes (K8s) is an extremely popular, open source, container orchestration platform. GKE is a managed offering for running Kubernetes clusters in GCP. GKE handles a lot of the heavy lifting, fully managing the K8s cluster...
AWS Fargate Tasks vs. GCP Cloud Run Jobs
When it comes to running containerized, long-duration workloads in the cloud, AWS Fargate Tasks and GCP Cloud Run Jobs are two options worth considering. AWS Fargate Tasks have been around for quite some time in cloud years (since 2018 ), while GCP Cloud Run Jobs were...
Making a Consumable HTTP Endpoint for Cloud Run Jobs
How can long running Cloud Run Jobs be dynamically trigged via an API endpoint?
Securely Accessing Our Google Cloud SQL Instances
Securely accessing Google Cloud SQL instances while minimizing system complexity and cost.