- 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.
推薦閱讀
- C++案例趣學
- Node.js+Webpack開發實戰
- SQL Server 2012數據庫技術及應用(微課版·第5版)
- Web交互界面設計與制作(微課版)
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Visual FoxPro程序設計
- 深入理解Elasticsearch(原書第3版)
- C語言程序設計
- Protocol-Oriented Programming with Swift
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- OpenCV 4計算機視覺項目實戰(原書第2版)
- Python圖形化編程(微課版)
- OpenGL Data Visualization Cookbook
- R數據科學實戰:工具詳解與案例分析