QWhich DevOps principle is most directly supported by configuration management?
Question Info
Choose the Best Option
Click any option to instantly check if you're correct.
Explanation
Infrastructure as Code (IaC) is the practice of defining and managing infrastructure using configuration files that are treated like source code. Configuration Management directly enables this by allowing infrastructure components such as servers, networks, and storage to be provisioned, configured, and maintained via scripts or templates. This not only supports automation in continuous deployment but also ensures consistency, scalability, and traceability. IaC tools like Terraform, Ansible, and Chef rely on configuration management to provide reproducible infrastructure. It simplifies complex setups, minimizes human error, and enables quick recovery from failures through re-deployable code.
Share This Question
Challenge a friend or share with your study group.