Topic 1 Question 36
You want to re-architect a monolithic application so that it follows a microservices model. You want to accomplish this efficiently while minimizing the impact of this change to the business. Which approach should you take?
Deploy the application to Compute Engine and turn on autoscaling.
Replace the application's features with appropriate microservices in phases.
Refactor the monolithic application with appropriate microservices in a single effort and deploy it.
Build a new application with the appropriate microservices separate from the monolith and replace it when it is complete.
ユーザの投票
コメント(11)
The referenced article shows that the correct answer is B) "The migration is done feature by feature, avoiding a large-scale migration event and its associated risks"
👍 15emmet2020/05/29B strangler pattern
👍 4TesterMctester2022/02/10- 正解だと思う選択肢: B
I vote B. Migrating a monolithic service is best when done feature by feature.
👍 3cloud_enth03252022/06/29
シャッフルモード