List of questions
Related questions
Question 168 - Professional Cloud Developer discussion
Your development team has been tasked with maintaining a .NET legacy application. The application incurs occasional changes and was recently updated. Your goal is to ensure that the application provides consistent results while moving through the CI/CD pipeline from environment to environment. You want to minimize the cost of deployment while making sure that external factors and dependencies between hosting environments are not problematic. Containers are not yet approved in your organization. What should you do?
A.
Rewrite the application using .NET Core, and deploy to Cloud Run. Use revisions to separate the environments.
B.
Use Cloud Build to deploy the application as a new Compute Engine image for each build. Use this image in each environment.
C.
Deploy the application using MS Web Deploy, and make sure to always use the latest, patched MS Windows Server base image in Compute Engine.
D.
Use Cloud Build to package the application, and deploy to a Google Kubernetes Engine cluster. Use namespaces to separate the environments.
Your answer:
0 comments
Sorted by
Leave a comment first