Instiq
Chapter 4 · Modernize infrastructure and applications with Google Cloud·v1.0.0·Updated 6/16/2026·~16 min

What's changed: Created Cloud Digital Leader Chapter 4 (Domain 4 "Modernization": migration and computing = approaches (lift-and-shift/move-and-improve/rebuild)/Compute Engine/Spot VM; serverless, containers, APIs, hybrid = GKE/Cloud Run/Cloud Functions/App Engine/Apigee/GKE Enterprise (Anthos)).

4.2Serverless, containers, APIs, and hybrid

Key points

Understand containers and managed Kubernetes (GKE), the selection of serverless options (Cloud Run, Cloud Functions, App Engine), the value of connecting systems with APIs and Apigee, and GKE Enterprise (Anthos) for hybrid and multicloud.

Cloud-native apps gain scalability, portability, and operational efficiency when run on containers or serverless. For Cloud Digital Leader, understand these options and "when to use which."

4.2.1Containers and GKE

Containers package an app and its dependencies into a lightweight, portable unit, with portability—running the same everywhere—as the key benefit. Running many containers in production needs Kubernetes for automated placement, scaling, and self-healing; on Google Cloud, managed Kubernetes Google Kubernetes Engine (GKE) provides this. GKE suits large-scale, complex microservices where you want Kubernetes-level control.

4.2.2Serverless

ServiceBest forCharacteristic
Cloud RunRun containers serverlessScale from zero, pay per use
Cloud FunctionsEvent-driven small functionsRun on a trigger
App EngineFully managed web app platformPaaS, focus on the app

Continue reading — free sign-up

You're reading the free preview. Sign up free to read this section in full, plus every chapter (including 4+) and all questions.