1
A media streaming company is experiencing sudden spikes in traffic. They want to move their containerized legacy app to a platform that can quickly scale to thousands of instances and handle uneven load without managing individual nodes. They require custom environment variables and Secrets. What is the best platform?
Spot VMs
Preemptible VMs
Cloud Run
Google Cloud Functions
View Explanation
✓ Correct Answer: Cloud RunExplanation:Cloud Run is ideal for stateless containers that need to scale rapidly (including to zero) and handles uneven traffic patterns without node management, while fully supporting environment variables and Secret Manager integration.