Add content for configuration management

pull/1519/head
Durrez Ahmed 2 years ago committed by Kamran Ahmed
parent ecc9138f37
commit 37108923a6
  1. 9
      content/roadmaps/102-devops/content/105-infrastructure-as-code/102-configuration-management/readme.md

@ -1 +1,8 @@
# Configuration management
# 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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Read' href='https://www.atlassian.com/microservices/microservices-architecture/configuration-management'>What is configuration management?</BadgeLink>

Loading…
Cancel
Save