Topic 1 Question 322
You have an on-premises containerized service written in the current stable version of Python 3 that is available only to users in the United States. The service has high traffic during the day and no traffic at night. You need to migrate this application to Google Cloud and track error logs after the migration in Error Reporting. You want to minimize the cost and effort of these tasks. What should you do?
Deploy the code on Cloud Run. Configure your code to write errors to standard error.
Deploy the code on Cloud Run. Configure your code to stream errors to a Cloud Storage bucket.
Deploy the code on a GKE Autopilot cluster. Configure your code to write error logs to standard error.
Deploy the code on a GKE Autopilot cluster. Configure your code to write error logs to a Cloud Storage bucket.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: A
A. Deploy the code on Cloud Run. Configure your code to write errors to standard error.
👍 3anshad6662024/10/12
シャッフルモード