Chef – On Windows? And Azure? Steven Murawski

Slides:



Advertisements
Similar presentations
Dynamic Systems Initiative (DSI) Model- and Policy-Based Systems Management Kirill Tatarinov
Advertisements

Introduction to Azure Resource Manager Gautam Thapar Senior Program Nathan Totten Senior Program
New to Chef and Puppet ? Overview of Chef and Puppet and how they can automate infrastructure and application deployment on Azure. Existing Chef/Puppet.
At 10:15 AM they managed to shut down the entire system.
Executive Overview. PLEASE READ (hidden slide) To deliver this presentation effectively, you need to be familiar with Windows Server 2008 R2 management.
Microsoft Cloud Services Training and Certification Presented by Name Goes Here, Title.
Session Objectives and Takeaways Scenario End UserAdministrator Art needs to quickly install an application to edit a diagram that he needs to update.
Towards a Logic for Wide- Area Internet Routing Nick Feamster Hari Balakrishnan.
DOT’98 Heidelberg 1 A. Hoffmann & M. Born Requirements for Advanced Distribution and Configuration Support GMD FOKUS Andreas Hoffmann & Marc Born
Virtual Machines Web Sites and ApplicationsDatabases Service Bus.
WEB BASED DATA TRANSFORMATION USING XML, JAVA Group members: Darius Balarashti & Matt Smith.
Rethinking Soot for Summary-Based Whole- Program Analysis PRESTO: Program Analyses and Software Tools Research Group, Ohio State University Dacong Yan.
Microsoft Virtual Academy Module 8 Managing the Infrastructure with VMM.
Gems, Snakes and Amazon forests by Serhii Borysov 7/6/2013.
Visual Studio 2005 Team Edition for Software Architects: Developing Service-Oriented Systems Bill Gibson Senior Program Manager Enterprise Tools Microsoft.
1 PUPPET AND DSC. INTRODUCTION AND USAGE IN CONTINUOUS DELIVERY PROCESS. VIKTAR VEDMICH PAVEL PESETSKIY AUGUST 1, 2015.
Graphical Modeling Framework (GMF) Richard C. Gronback Project Lead.
Rahul Garg National Technology Specialist Microsoft Australia SOA303.
Module 12: Configuring and Managing Storage Technologies
Managed Support CSM Event – 1 st June Steven Grier Premier Support Manager Premier Support.
MODELS Demonstrations, Ottawa, Canada, Ta’id H OLMES Infrastructure Cloud, Deutsche Telekom Technik GmbH Facilitating Agile Prototyping of.
DEV311 Delving into Visual Studio 2005 Team Edition for Software Testers Ed Glas Group Manager, Web and Load Testing Microsoft Corporation.
Tweak Performance and Improve Availability of your Microsoft Azure VMs Rick
VS33 Developer Productivity Enhancements in Visual Studio 2015 Robert Green Technical Evangelist, DX,
Ladies and Gentlemen: There are no tests of the fire alarm system scheduled for today. If the alarm sounds, please remain in your seat and await instructions.
October 15-18, 2013 Charlotte, NC Being the DBA of the Future A World of On-Premises and Cloud Dandy Weyn, Snr. Technical Marketing Product Manager Microsoft.
Copyright © 2016 Pearson Education, Inc. Modern Database Management 12 th Edition Jeff Hoffer, Ramesh Venkataraman, Heikki Topi CHAPTER 11: BIG DATA AND.
Visual Studio 2015 Tips and Tricks Robert Green Program Manager Evangelism, DX,
Bringing Order to the Chaos Understanding Configuration Management Steven Murawski
Free, online, technical courses Take a free online course. Microsoft Virtual Academy.
I Copyright © 2004, Oracle. All rights reserved. Introduction.
Build Hybrid Mobile Apps with Ionic, Angular, & Cordova Brian
Chapter 25 – Configuration Management 1Chapter 25 Configuration management.
Survive and Thrive in a DevOps World Steven Murawski
Click to edit Master title style TechNet goes virtual ©2009 Microsoft Corporation. All Rights Reserved. TechNet goes virtual Windows Server 2008 R2 Remote.
Clouding with Microsoft Azure
1/25/2018 9:55 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Run Azure Services in your datacenter
BRK3396 Updating and servicing Microsoft Azure Stack
Azure Architect – IaaS or PaaS?
Microsoft Virtual Academy
Azure, PowerShell, and SQL Server Virtual Machines
Infrastructure Orchestration to Optimize Testing
Azure SDKs and Tools for You
Continuous Delivery of Infrastructure with Chef and DSC
Using Microsoft Identity Manger with SharePoint 2016 to fill the User Profile Sync Gap Max Fritz Senior Systems Consultant Now Micro.
AIS Service Catalog Introduction.
Managing the Solution Lifecycle for xRM Applications
Build Windows 10 UWP MVVM Apps with Prism
Configuration Management with Azure Automation DSC
9/20/2018 2:30 PM BRK2279 Everything you need to know about the new Windows Server release cadence Chris Van Wesep, Director Product Marketing Jeff Woolsey,
Private Cloud Deployment MCS service line Offering
Author/Tech Trainer, Pluralsight
"SessionTitle": "Infrastructure as Code"
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
20409A 7: Installing and Configuring System Center 2012 R2 Virtual Machine Manager Module 7 Installing and Configuring System Center 2012 R2 Virtual.
Implementation and Maintenance
Automating configuration of SQL Server
11/27/2018 5:08 PM THR3057 Using a PowerShell release pipeline for a real-world service provider delivery in Microsoft Azure Niklas Åkerlund Lead Architect.
Microsoft Virtual Academy
Microsoft Virtual Academy
DAT381 Team Development with SQL Server 2005
Private Cloud Deployment MCS service line Offering
Configuration management suite
Governing Your Enterprise with Policy-Based Management
1. Azure Data Explorer Azure Data Explorer enables rich data exploration over raw, structured, and semi-structured data delivering fast time to insight.
Fwin - Maintenance TSS - Software
Microsoft Virtual Academy
Building Data-Driven Applications Using "Quadrant" and "M"
Microsoft Virtual Academy
Presentation transcript:

Chef – On Windows? And Azure? Steven Murawski

© ITEdgeintersection. All rights reserved. Introduction  Overview  What Is Chef?  How Does Chef Work?  What About DSC?  Compliance at Velocity / Chef Audit  Chef and Azure

© ITEdgeintersection. All rights reserved. What is Chef?  Chef provides a domain-specific language (DSL) that allows you to specify policy for your infrastructure  Policy describes the desired state of a system  Policies can be statically or dynamically defined  Policies can be versioned (and version controlled)  Policies allow you to reduce complexity through abstraction

© ITEdgeintersection. All rights reserved. How Does Chef Work?  Analyze the node  Build the policy  Enumerate each resource in the policy  Test each resource and repair if necessary

© ITEdgeintersection. All rights reserved. What About DSC?  Desired State Configuration (DSC) was introduced in Windows Management Framework 4 and with Server 2012 R2  DSC provides a configuration management agent, a DSL to describe configurations, and a pattern for development of resources.  Sounds a lot like Chef… (and other CM tools)  But it’s built as a platform

© ITEdgeintersection. All rights reserved. Compliance at Velocity  Configuration Management with Maintenance Windows  Chef Audit

© ITEdgeintersection. All rights reserved. Azure  Chef VM Extension  knife-azure  kitchen-azurerm  chef-provisioning-azure and chef-provisioning-azurerm  azure cookbook  NOTE: This is a fast moving spaced and most of these projects are being updated frequently – especially with all the new ARM support

© ITEdgeintersection. All rights reserved. References        

© ITEdgeintersection. All rights reserved. Please use Event Board to fill out a session evaluation. Questions? Thank you!