
Explanation:
The correct answer is D because gcloud deployment-manager deployments update is the command used to update an existing deployment with minimal downtime. This command allows you to add or remove resources and update the properties of existing resources within a deployment.
gcloud deployment-manager resources update is not a valid command for updating deployments.gcloud deployment-manager deployments create is used to create a new deployment, not update an existing one.gcloud deployment-manager resources create is not applicable for updating deployments.For more details, refer to the Google Cloud Deployment Manager documentation.
Ultimate access to all questions.
No comments yet.
You have deployed an application using Google Cloud Deployment Manager and wish to update the deployment with minimal downtime. What is the best approach to achieve this?
A
gcloud deployment-manager resources update
B
gcloud deployment-manager deployments create
C
gcloud deployment-manager resources create
D
gcloud deployment-manager deployments update