Topic 1 Question 236
Your team is running an on-premises ecommerce application. The application contains a complex set of microservices written in Python, and each microservice is running on Docker containers. Configurations are injected by using environment variables. You need to deploy your current application to a serverless Google Cloud cloud solution. What should you do?
Use your existing CI/CD pipeline. Use the generated Docker images and deploy them to Cloud Run. Update the configurations and the required endpoints.
Use your existing continuous integration and delivery (CI/CD) pipeline. Use the generated Docker images and deploy them to Cloud Function. Use the same configuration as on-premises.
Use the existing codebase and deploy each service as a separate Cloud Function. Update the configurations and the required endpoints.
Use your existing codebase and deploy each service as a separate Cloud Run. Use the same configurations as on-premises.
ユーザの投票
コメント(10)
- 正解だと思う選択肢: A
A is the correct answer , use your existing CI/cd pipeline and update the configuratons and the required endpoints
👍 3Captain12122023/09/09 - 正解だと思う選択肢: A
A seems the most effecient
👍 2nmnm222023/11/04 - 正解だと思う選択肢: A
I THINK IT'S A
👍 1happydays2023/08/02
シャッフルモード