- 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
推薦閱讀
- Getting Started with Citrix XenApp? 7.6
- 深度實踐OpenStack:基于Python的OpenStack組件開發(fā)
- WebAssembly實戰(zhàn)
- Visual Basic 6.0程序設(shè)計計算機組裝與維修
- Mastering Concurrency in Go
- iOS開發(fā)實戰(zhàn):從零基礎(chǔ)到App Store上架
- Apex Design Patterns
- 你不知道的JavaScript(中卷)
- Learning Data Mining with R
- SAP BusinessObjects Dashboards 4.1 Cookbook
- C/C++數(shù)據(jù)結(jié)構(gòu)與算法速學(xué)速用大辭典
- Building Wireless Sensor Networks Using Arduino
- 從零開始:UI圖標設(shè)計與制作(第3版)
- JBoss:Developer's Guide
- 深入實踐Kotlin元編程