The correct answer is Option B: `gcloud deployment-manager deployments update --config <deployment-config-path>`. This command updates an existing deployment with the configuration specified in the `deployment-config-path` file. It allows you to make changes to the deployment without any downtime in the resources.
https://cloud.google.com/sdk/gcloud/reference/deployment-manager/
B. B deployment manager uses a config file to update a change to existing infrastructure - as the question asked to update. A. would create a new deployment.C and D resources keywork only lists and describes cannot use to update as required.
The correct answer is B.
This command updates an existing deployment with the configuration specified in the deployment-config-path file. Deployment Manager automatically determines whether resources need to be created, updated, or deleted in order to apply the changes.
Here is an example of how to use the gcloud deployment-manager deployments update command to update a deployment without any resource downtime:
gcloud deployment-manager deployments update my-deployment --config deployment.yaml
This command will update the my-deployment deployment with the configuration specified in the deployment.yaml file. Deployment Manager will automatically determine whether resources need to be created, updated, or deleted in order to apply the changes.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Agents89
Highly Voted 4 years, 3 months agoBuruguduystunstugudunstuy
Highly Voted 1 year, 7 months agokewgard
Most Recent 2 months, 2 weeks agoBAofBK
9 months, 2 weeks agoEvan7557
10 months, 1 week agoYourCloudGuru
10 months, 3 weeks agoCaptain1212
11 months, 2 weeks agosakdip66
1 year, 4 months agoPartha117
1 year, 4 months agosmg1989
1 year, 6 months agoowliguess
1 year, 6 months agocslince
1 year, 8 months agoleogor
1 year, 9 months agoPKookNN
1 year, 10 months agoeloyus
1 year, 10 months agokrnagg
2 years, 1 month agoRanjithK
2 years, 1 month ago