- Learning PowerShell DSC(Second Edition)
- James Pogran
- 124字
- 2021-07-02 18:31:24
DSC Architecture
"As an architect you design for the present, with an awareness of the past for a future which is essentially unknown."
– Herman Foster
– Herman Foster
In the last chapter, we covered what PowerShell DSC is and how it fits into a continuous delivery and DevOps process. DSC uses PowerShell language extensions to define configuration files that express the expected state of a target node. We know that DSC uses DSC resources to determine whether the current state of the target node matches the expected state and that these resources know how to change the current state to the expected state.
In this chapter, we will cover the following topics:
- Push and pull management
- General workflow
- Local configuration manager
- DSC pull server
- Deployment considerations
推薦閱讀
- Mastering JavaScript Functional Programming
- Power Up Your PowToon Studio Project
- Programming ArcGIS 10.1 with Python Cookbook
- Apache Karaf Cookbook
- Julia Cookbook
- 微信小程序入門指南
- Python深度學習:模型、方法與實現
- Internet of Things with ESP8266
- C專家編程
- Visual Basic 6.0程序設計實驗教程
- Learning iOS Security
- R語言數據挖掘:實用項目解析
- Learning Redis
- C語言進階:重點、難點與疑點解析
- TensorFlow.NET實戰