Google Associate Cloud Engineer

Google Associate Cloud Engineer

Get started today

Ultimate access to all questions.


When managing your resources in Google Cloud Platform using Deployment Manager, it is often essential to update deployments without causing any downtime to ensure continuous availability. In this scenario, what specific command should you use to update an existing deployment in Deployment Manager while guaranteeing that there is no downtime for the resources within the deployment?




Explanation:

The correct answer is B: 'gcloud deployment-manager deployments update --config '. This command updates an existing deployment with the specified configuration file path, ensuring that the updates are applied without downtime. The Deployment Manager determines whether resources need to be created, updated, or deleted.