nerdexam
CompTIA

XK0-005 · Question #10810

Which of the following concepts describes the approach of keeping all configurations in a repository?

The correct answer is B. Infrastructure as Code. Infrastructure as Code (IaC) is the practice of managing and provisioning infrastructure through machine-readable configuration files stored in version control repositories (such as Git) rather than through manual processes or interactive configuration tools. Examples include…

Scripting, Containers, and Automation

Question

Which of the following concepts describes the approach of keeping all configurations in a repository?

Options

  • AInventory
  • BInfrastructure as Code
  • COrchestration
  • DAgentless deployment

How the community answered

(24 responses)
  • B
    88% (21)
  • C
    8% (2)
  • D
    4% (1)

Explanation

Infrastructure as Code (IaC) is the practice of managing and provisioning infrastructure through machine-readable configuration files stored in version control repositories (such as Git) rather than through manual processes or interactive configuration tools. Examples include Terraform, Ansible playbooks, and Kubernetes manifests. 'Inventory' refers to cataloging assets or resources. 'Orchestration' refers to coordinating and managing the execution of multiple services or containers. 'Agentless deployment' refers to a method of deploying software to remote systems without installing a persistent agent on those systems (e.g., using SSH). None of these describe keeping all configurations in a repository the way IaC does.

Topics

#Infrastructure as Code#Configuration Management#Version Control#Automation

Community Discussion

No community discussion yet for this question.

Full XK0-005 Practice