Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Nirjas Jakilim f9e5aa4def
Fixed typo and added a video couse link (#2023)
2 years ago
..
100-ansible.md Fixed typo and added a video couse link (#2023) 2 years ago
101-chef.md Add Chef resources 3 years ago
102-salt.md Add Salt resources 3 years ago
103-puppet.md Add puppet resources 3 years ago
readme.md Add content for configuration management 3 years ago

readme.md

Configuration Management

Configuration management is a systems engineering process for establishing consistency of a product’s attributes throughout its life. In the technology world, configuration management is an IT management process that tracks individual configuration items of an IT system. IT systems are composed of IT assets that vary in granularity. An IT asset may represent a piece of software, or a server, or a cluster of servers. The following focuses on configuration management as it directly applies to IT software assets and software asset CI/CD.

Software configuration management is a systems engineering process that tracks and monitors changes to a software systems configuration metadata. In software development, configuration management is commonly used alongside version control and CI/CD infrastructure. This post focuses on its modern application and use in agile CI/CD software environments.

Free Content What is configuration management?