Question: 1/50
A startup runs a stateless containerized web API and expects unpredictable traffic spikes. They want to minimize operational overhead while supporting automatic scaling and rolling updates. Which Google Cloud solution is most appropriate?
Deploy the containers to Cloud Run with request-based autoscaling
Deploy the containers to Compute Engine managed instance groups with autoscaling
Deploy the containers to GKE Standard and manually manage node pools
Deploy the containers to Cloud Functions and split the API into many functions