- 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.
推薦閱讀
- Beginning Java Data Structures and Algorithms
- Game Programming Using Qt Beginner's Guide
- Python測試開發入門與實踐
- Web全棧工程師的自我修養
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- 用Flutter極速構建原生應用
- INSTANT Sinatra Starter
- Visualforce Developer’s guide
- Monitoring Docker
- Ionic3與CodePush初探:支持跨平臺與熱更新的App開發技術
- Visual C++程序設計全程指南
- 鋁合金陽極氧化與表面處理技術(第三版)
- Practical Linux Security Cookbook
- 精通Django 3 Web開發
- Apache Cassandra Essentials