The data & AI cloud. Smaller than AWS or Azure, but home to BigQuery, the most-loved warehouse in tech, plus first-party Gemini models and a deeply Kubernetes-native compute story.
← Back to Cloudgcloud CLI for everything.| Category | Service | Use |
|---|---|---|
| Compute | Compute Engine | VMs. |
| Compute | Cloud Run | Serverless containers — GCP's flagship compute. |
| Compute | Cloud Functions / Cloud Run Functions | FaaS. |
| Containers | GKE (Standard & Autopilot) | Managed Kubernetes. |
| Storage | Cloud Storage | Object storage with strong consistency. |
| Database | Cloud SQL / AlloyDB | Managed Postgres / MySQL / SQL Server. |
| Database | Spanner | Globally distributed, strongly consistent SQL. |
| Database | Firestore / Bigtable | Serverless document / wide-column. |
| Analytics | BigQuery | Serverless data warehouse — GCP's killer app. |
| Analytics | Dataflow / Dataproc / Pub/Sub | Beam streaming, Spark, messaging. |
| AI / ML | Vertex AI | Gemini, hosted models, training, deployment. |
| Networking | VPC, Cloud Load Balancing, Cloud CDN, Cloud Armor | Network, global LB, CDN, WAF. |
| Identity | Cloud IAM, Identity Platform | Service / app identity. |
| DevOps | Cloud Build, Artifact Registry, Cloud Deploy | CI/CD & image registry. |
Probably the single biggest reason teams pick GCP. Pure SQL, no servers, scales to petabytes:
Bring a container, get a URL. Auto-scales 0 → N, billed per request, supports gRPC, websockets, jobs. For most teams it replaces both App Engine and Cloud Functions.
The unified AI platform — Gemini model API, model garden (Claude, Llama, Mistral, etc.), training, fine-tuning, evaluation, vector search, agents builder. Tightly integrated with BigQuery for "RAG over my warehouse."
BigQuery is the single best reason to be on GCP.
Vertex AI + Gemini + GPUs / TPUs.
GKE Autopilot is the smoothest managed K8s.
Cloud Run is a developer-experience standout.
One global VPC + one global LB = simpler architecture.
Most CNCF-aligned cloud (K8s, Istio, Knative, gRPC, Beam, TensorFlow…).