July 2018
Beginner
552 pages
13h 18m
English
As mentioned previously, Desired State Configuration is a configuration management framework. With DSC, many problems can be tackled, especially related to DevOps scenarios. See the following table for examples:
|
Problem |
What DSC can do for you |
|
Manual deployments are labor-intensive and error-prone |
Enacts configuration as code, write once, deploy over and over. |
|
Development, test, and production environments drift apart |
Keep the same configuration with different configuration data in source control, deploy at any time. |
|
Complex deployment scripts can stop or break during deployment |
DSC can handle reboots and other disruptive influences, and will enact the configuration regardless |
Read now
Unlock full access