+1 vote
in DevOps by

What are some precautions that teams need to consider before implementing DevOps?

1 Answer

0 votes
by

Software Configuration Management (SCM) is the practice of tracking and keeping records of the development environment, including all the changes and adjustments made in the operating system. 

In DevOps, SCM is built as codes under the umbrella of Infrastructure as Code practice. 

SCM simplifies tasks for developers as they no longer have to manually manage the configuration processes. This process is now constructed in a machine-readable form and is automatically duplicated and standardized.

Related questions

0 votes
asked Mar 3, 2020 in DevOps by rajeshsharma
+1 vote
asked Aug 8, 2020 in DevOps by sharadyadav1986
...