QuestionQ243
Analyzing and optimizing technical and business processesYour company has built a monolithic, three-tier application that lets external users upload and share files. The solution is difficult to enhance and is not reliable. The development team wants to rearchitect the application to use microservices and a fully managed service approach, but must persuade leadership that the effort is valuable. Which advantage(s) should they emphasize to leadership?
- A The new approach will be significantly less costly, make it easier to manage the underlying infrastructure, and automatically manage the CI/CD pipelines.
- B The monolithic solution can be converted to a container with Docker. The generated container can then be deployed into a Kubernetes cluster.
- C The new approach will make it easier to decouple infrastructure from application, develop and release new features, manage the underlying infrastructure, manage CI/CD pipelines and perform A/B testing, and scale the solution if necessary.
- D The process can be automated with Migrate for Compute Engine.
Community Discussion