0
0
GCPcloud~10 mins

GKE vs Cloud Run decision in GCP - Interactive Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to choose the right service for running containerized apps without managing servers.

GCP
Use [1] when you want a fully managed serverless platform that scales automatically.
Drag options to blanks, or click blank then click option'
ACompute Engine
BCloud Run
CApp Engine
DGKE
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing GKE for serverless automatic scaling
Confusing Compute Engine with serverless container services
2fill in blank
medium

Complete the code to select the service best for complex container orchestration with custom networking.

GCP
Use [1] when you need full control over container clusters and networking.
Drag options to blanks, or click blank then click option'
AGKE
BCloud Run
CCloud Functions
DApp Engine
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing Cloud Run for complex cluster management
Confusing Cloud Functions with container orchestration
3fill in blank
hard

Fix the error in the statement about scaling behavior.

GCP
Cloud Run scales [1] based on incoming requests, while GKE requires manual or autoscaler setup.
Drag options to blanks, or click blank then click option'
Amanually
Bnever
Cslowly
Dautomatically
Attempts:
3 left
💡 Hint
Common Mistakes
Saying Cloud Run scales manually
Confusing scaling speed with scaling method
4fill in blank
hard

Fill both blanks to complete the comparison of deployment complexity and control.

GCP
GKE offers [1] control and requires [2] deployment management compared to Cloud Run.
Drag options to blanks, or click blank then click option'
Amore
Bless
Cmanual
Dautomatic
Attempts:
3 left
💡 Hint
Common Mistakes
Reversing control and deployment management terms
Confusing manual with automatic deployment
5fill in blank
hard

Fill all three blanks to complete the decision factors for choosing between GKE and Cloud Run.

GCP
Choose GKE if you need [1], [2], and [3]; choose Cloud Run for simplicity, automatic scaling, and serverless.
Drag options to blanks, or click blank then click option'
Acustom networking
Bcomplex orchestration
Cfull cluster control
Dbasic app hosting
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing basic app hosting as a reason for GKE
Mixing up features of Cloud Run and GKE