- Learning PowerShell DSC(Second Edition)
- James Pogran
- 97字
- 2021-07-02 18:31:18
How does DSC help?
PowerShell DSC enables a DevOps structure by providing a consistent, standardized configuration of operating systems and software as part of a continuous deployment pipeline. It increases the rate at which you can deploy by reducing the variation and drift from your existing configurations.
In simpler terms, DSC separates the who from the what and how. This separation of what and how is the core of DSC. Because they are separated, you can continually change the data points of your systems without touching the parts that actually set the system to the desired state.
推薦閱讀
- Node.js Design Patterns
- Java Web基礎(chǔ)與實(shí)例教程(第2版·微課版)
- Web開(kāi)發(fā)的貴族:ASP.NET 3.5+SQL Server 2008
- Java面向?qū)ο蟪绦蜷_(kāi)發(fā)及實(shí)戰(zhàn)
- 手把手教你學(xué)C語(yǔ)言
- Microsoft System Center Orchestrator 2012 R2 Essentials
- Python忍者秘籍
- Learning Probabilistic Graphical Models in R
- Python程序設(shè)計(jì)與算法基礎(chǔ)教程(第2版)(微課版)
- Scratch趣味編程:陪孩子像搭積木一樣學(xué)編程
- 深入實(shí)踐Kotlin元編程
- Nagios Core Administration Cookbook(Second Edition)
- PHP與MySQL權(quán)威指南
- C++程序設(shè)計(jì)教程(第2版)
- Java Web應(yīng)用開(kāi)發(fā)給力起飛