- Learning PowerShell DSC(Second Edition)
- James Pogran
- 190字
- 2021-07-02 18:31:17
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:
- DSC configuration and supporting files are all written in the PowerShell syntax. Investments in knowledge about PowerShell are improved upon and expanded in 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 change 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.
推薦閱讀
- The React Workshop
- Python王者歸來
- Practical Windows Forensics
- Windows Server 2012 Unified Remote Access Planning and Deployment
- SQL Server 2012數(shù)據(jù)庫(kù)管理與開發(fā)項(xiàng)目教程
- VMware虛擬化技術(shù)
- 領(lǐng)域驅(qū)動(dòng)設(shè)計(jì):軟件核心復(fù)雜性應(yīng)對(duì)之道(修訂版)
- 現(xiàn)代C++編程實(shí)戰(zhàn):132個(gè)核心技巧示例(原書第2版)
- Solutions Architect's Handbook
- Delphi開發(fā)典型模塊大全(修訂版)
- 游戲設(shè)計(jì)的底層邏輯
- Python數(shù)據(jù)可視化之matplotlib實(shí)踐
- HTML5 Game Development by Example:Beginner's Guide(Second Edition)
- Instant JRebel
- Java面向?qū)ο蟪绦蛟O(shè)計(jì)(第3版)