QuestionQ266
Designing scalable, available, and reliable cloud-native applicationsYou are building a new image-processing application that must perform different tasks, including resizing, cropping, and watermarking images. You must also monitor the workflow and ensure it scales efficiently for large image volumes. You want to automate the image-processing tasks and workflow monitoring with the least effort. What should you do?
- A Employ Cloud Composer to manage the image processing workflows. Use Dataproc for workflow monitoring and analytics.
- B Use Cloud Run to deploy the image processing functions. Use Apigee to expose the API. Use Cloud Logging for workflow monitoring.
- C Implement Workflows to orchestrate the image processing tasks. Use Cloud Logging for workflow monitoring.
- D Use Cloud Build to trigger Cloud Functions for the image processing tasks. Use Cloud Monitoring for workflow monitoring.
Community Discussion