- 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
推薦閱讀
- Java 9 Concurrency Cookbook(Second Edition)
- 前端跨界開發(fā)指南:JavaScript工具庫原理解析與實(shí)戰(zhàn)
- Python自動(dòng)化運(yùn)維快速入門(第2版)
- 深度強(qiáng)化學(xué)習(xí)算法與實(shí)踐:基于PyTorch的實(shí)現(xiàn)
- C語言程序設(shè)計(jì)案例精粹
- Serverless架構(gòu)
- Access 2010中文版項(xiàng)目教程
- 區(qū)塊鏈技術(shù)進(jìn)階與實(shí)戰(zhàn)(第2版)
- Learning AWS
- Groovy 2 Cookbook
- Building Apple Watch Projects
- C++面向?qū)ο蟪绦蛟O(shè)計(jì)
- Learning ROS for Robotics Programming
- Mobile Test Automation with Appium
- Learning ClojureScript