- Learning PowerShell DSC
- James Pogran
- 190字
- 2021-07-09 21:39:35
DSC quick wins
While there are many aspects to DSC that are beneficial, it is useful to pause here and list some "quick wins" that DSC brings us to inspire us to keep reading:
- The DSC configuration and supporting files are all written in PowerShell syntax. Investments in knowledge about PowerShell are improved upon and expanded on using DSC.
- DSC is designed to support continuous deployment, so it will react and adjust as your environment changes.
- When DSC applies a configuration to a target node, DSC Resources only changes that which does not match the expected state (we will cover the terminology for this and how important this is in Chapter 2, DSC Architecture, ensuring a quick deployment.
- DSC separates configuration logic from configuration data, reducing the rate of change in your configuration scripts and the variation in your deployments.
- DSC operates on more platforms than just Windows. DSC has a set of DSC Resources that know how to install, configure, and manage Linux target nodes and some network switches. In a heterogeneous environment, having one tool that can address many different platforms is a huge time and cost saver.
推薦閱讀
- 機(jī)器學(xué)習(xí)系統(tǒng):設(shè)計(jì)和實(shí)現(xiàn)
- Mastering Selenium WebDriver
- Mastering Kotlin
- Learning Linux Binary Analysis
- Hands-On C++ Game Animation Programming
- Scala謎題
- Nexus規(guī)模化Scrum框架
- Raspberry Pi Home Automation with Arduino(Second Edition)
- 愛上micro:bit
- 打開Go語言之門:入門、實(shí)戰(zhàn)與進(jìn)階
- Web App Testing Using Knockout.JS
- C#程序設(shè)計(jì)基礎(chǔ)入門教程
- Maven for Eclipse
- Extending Docker
- Visual FoxPro數(shù)據(jù)庫程序設(shè)計(jì)