Book Image

Learning PowerShell DSC

By : James Pogran
Book Image

Learning PowerShell DSC

By: James Pogran

Overview of this book

Table of Contents (14 chapters)
Learning PowerShell DSC
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 2. 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

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 or not 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