- Implementing DevOps with Ansible 2
- Jonathan McAllister
- 385字
- 2021-07-02 19:02:57
Configuration Management Best Practices
Now that we have a basic understanding of Configuration Management's overarching purpose and how it can be leveraged in an enterprise, let's take a look at some best practices involved in Configuration Management. Configuration Management in the modern software enterprise comes in many forms. Some of the more popular tools for Configuration Management are listed as follows:
- Ansible
- Chef
- Puppet
- CFEngine
Solutions such as these are mostly open source options that provide ways to keep and maintain infrastructure in code form, or IaC (Infrastructure as Code). For those unfamiliar with IaC, here is a general definition from Wikipedia:
So, from this definition, we can begin to see that Infrastructure as Code (IaC) plays an important role in Configuration Management. This is one of the key highlights of Ansible and begins to showcase where it fits into the organization. As such, maintaining infrastructure as code is a Configuration Management best practice.
Another key best practice of a sound Configuration Management strategy is change control. This concept really became popular in the early to mid 1990s and provided development resources with the ability to track changes to source code related to product development. As source control management became more and more popular, people began finding new uses for this solution. Eventually, IaC was stored in source control and this became more essential to effectively managing Configuration Management assets.
As a result of IaC, some organizations began simply tying the source control management (SCM) solution into their deployments. This unfortunately violates a best practice of CI/CD that effectively requires artifacts (including automation) to be versioned appropriately and frozen easily so as to allow easy rollbacks and roll-forwards.
Source control systems have come a long way since their early infusion into the software development industry. Modern implementations such as Git and Mercurial have provided new and creative ways of branching, storing source code, and providing offline access to source-code resources. As Configuration Management specialists, it is our job to encourage good practices within source code and help ensure our infrastructure and automation remains of high integrity.
- Java多線程編程實戰(zhàn)指南:設(shè)計模式篇(第2版)
- .NET之美:.NET關(guān)鍵技術(shù)深入解析
- 基于粒計算模型的圖像處理
- ReSharper Essentials
- Java入門經(jīng)典(第6版)
- MySQL數(shù)據(jù)庫應(yīng)用與管理 第2版
- ASP.NET Core 5.0開發(fā)入門與實戰(zhàn)
- Java高手真經(jīng)(高級編程卷):Java Web高級開發(fā)技術(shù)
- Android開發(fā):從0到1 (清華開發(fā)者書庫)
- Learning OpenStack Networking(Neutron)(Second Edition)
- Advanced Express Web Application Development
- Arduino可穿戴設(shè)備開發(fā)
- Instant Zurb Foundation 4
- Java高級程序設(shè)計
- Implementing Microsoft Dynamics NAV(Third Edition)