nerdexam
CompTIA

XK0-005 · Question #351

Which of the following is considered best practices when using definition files for the provisioning of Linus servers to the cloud?

The correct answer is B. Container orchestration. This question asks for a best practice when using definition files for provisioning Linux servers to the cloud.

Scripting, Containers, and Automation

Question

Which of the following is considered best practices when using definition files for the provisioning of Linus servers to the cloud?

Options

  • ABuild automation
  • BContainer orchestration
  • CInfrastructure as code
  • DContinuous integration

How the community answered

(32 responses)
  • A
    19% (6)
  • B
    69% (22)
  • C
    3% (1)
  • D
    9% (3)

Why each option

This question asks for a best practice when using definition files for provisioning Linux servers to the cloud.

ABuild automation

Build automation focuses on compiling code and creating artifacts, which is a step in the software development lifecycle, but not the primary best practice for defining and deploying cloud server infrastructure.

BContainer orchestrationCorrect

In modern cloud environments, a best practice for consuming Linux servers, especially for applications, involves deploying them as part of a containerized ecosystem. Using definition files for container orchestration (e.g., Kubernetes manifests) allows for declarative management of applications and their underlying Linux server resources, ensuring scalable, resilient, and consistent deployments.

CInfrastructure as code

Infrastructure as Code (IaC) is a foundational concept for managing infrastructure with code, but in modern cloud deployments, container orchestration represents a more specific best practice for managing applications on those provisioned Linux servers.

DContinuous integration

Continuous integration is a development practice focused on frequently integrating code changes, separate from the best practices for provisioning and defining cloud server infrastructure using definition files.

Concept tested: Best practices for cloud server provisioning with containerized workloads

Source: https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/

Topics

#Container orchestration#Cloud provisioning#Declarative configuration#Linux servers

Community Discussion

No community discussion yet for this question.

Full XK0-005 Practice