- 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.
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- ASP.NET Core 5.0開發入門與實戰
- 大學計算機基礎實驗教程
- YARN Essentials
- Amazon S3 Cookbook
- Mastering Python Networking
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- Bootstrap for Rails
- 零基礎C#學習筆記
- Java程序設計教程
- Three.js權威指南:在網頁上創建3D圖形和動畫的方法與實踐(原書第4版)
- 例解Python:Python編程快速入門踐行指南
- C語言程序設計
- C++ Data Structures and Algorithm Design Principles
- 實戰圖解MACD波段交易技術