QuestionQ277
Designing scalable, available, and reliable cloud-native applicationsYou are building a single-player mobile game backend with unpredictable traffic patterns as users interact with the game during the day and night. You want to optimize costs by ensuring sufficient resources are available to handle requests while minimizing over-provisioning. You also need the system to efficiently handle traffic spikes. Which compute platform should you use?
- A Cloud Run
- B Compute Engine with managed instance groups
- C Compute Engine with unmanaged instance groups
- D Google Kubernetes Engine using cluster autoscaling
Community Discussion