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…
Question
Options
- AInventory
- BInfrastructure as Code
- COrchestration
- DAgentless deployment
How the community answered
(24 responses)- B88% (21)
- C8% (2)
- D4% (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
Community Discussion
No community discussion yet for this question.