nerdexam
CompTIA

CV0-002 · Question #589

A CSA is deploying a new environment to host application containers in the public cloud environment. The solution will need to be deployed in a minimum of four geographic regions and be consistent in

The correct answer is C. Write a template for the container-hosting platform using a third-party vendor's tools and use it to. To deploy a container-hosting environment consistently across multiple geographic regions, utilizing a template with third-party vendor's Infrastructure as Code (IaC) tools is the most effective approach.

Deployment

Question

A CSA is deploying a new environment to host application containers in the public cloud environment. The solution will need to be deployed in a minimum of four geographic regions and be consistent in its configuration. Which of the following is the BEST way for the CSA to deploy the solution?

Options

  • ADeploy one environment using the web GUI, document the steps in an installation guide, and
  • BDefine a service catalog item in the cloud management platform and submit a provisioning request
  • CWrite a template for the container-hosting platform using a third-party vendor's tools and use it to
  • DUse the cloud provider CLI tools and define a template for the environment. Deploy the

How the community answered

(44 responses)
  • A
    11% (5)
  • B
    5% (2)
  • C
    82% (36)
  • D
    2% (1)

Why each option

To deploy a container-hosting environment consistently across multiple geographic regions, utilizing a template with third-party vendor's Infrastructure as Code (IaC) tools is the most effective approach.

ADeploy one environment using the web GUI, document the steps in an installation guide, and

Deploying via a web GUI and documenting steps is a manual, error-prone process that cannot guarantee consistency across multiple regions, especially with complex container deployments.

BDefine a service catalog item in the cloud management platform and submit a provisioning request

Defining a service catalog item is a method for users to request services, but the catalog item itself relies on an underlying template for consistency, which is not directly addressed by this choice as the primary deployment mechanism.

CWrite a template for the container-hosting platform using a third-party vendor's tools and use it toCorrect

Third-party vendor tools like Terraform or Pulumi allow for Infrastructure as Code (IaC) deployments, enabling the definition of a consistent environment in a template that can be version-controlled and deployed repeatedly across multiple geographic regions with high reliability and automation. This approach best ensures configuration consistency at scale.

DUse the cloud provider CLI tools and define a template for the environment. Deploy the

Using cloud provider CLI tools and native templates is a good IaC approach for a single cloud, but third-party tools often offer broader multi-cloud/multi-regional capabilities and flexibility, making them the 'BEST' choice for extensive regional deployments.

Concept tested: Infrastructure as Code for Multi-Regional Deployment

Source: https://learn.microsoft.com/en-us/devops/deliver/what-is-infrastructure-as-code

Topics

#infrastructure as code#container deployment#multi-region deployment#configuration consistency

Community Discussion

No community discussion yet for this question.

Full CV0-002 Practice