Containers
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing Cloud Digital Leader premium course — no separate purchase.
Included in this chapter:
- Containers vs. VMs: virtualizing the OS, not the hardware
- Why containers power modernization and microservices
- Running containers on Google Cloud: GKE and Cloud Run
- Exam-pattern recognition
Running containers on Google Cloud: GKE vs. Cloud Run
| Dimension | Google Kubernetes Engine (GKE) | Cloud Run |
|---|---|---|
| What it is | Managed Kubernetes for orchestrating containers across a cluster | Fully managed, serverless platform that runs a container |
| Operational control | Full control of the cluster, nodes, and Kubernetes configuration | No cluster or infrastructure to manage: Google runs it all |
| Operational burden | Higher: you operate Kubernetes (less in Autopilot mode) | Lowest: deploy a container and Google handles the rest |
| Scaling and cost | Cluster capacity runs and is billed even when idle | Autoscales and scales to zero; pay only for what a request uses |
| Best for | Complex, many-service, or steady workloads needing Kubernetes control | Single containers and web services, especially spiky or intermittent traffic |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.