Video description
Learn to automate without scripting using Chef with integrated hands-on labs right in your browser
About This Video
- Lectures backed by animated slides makes it simple and easy to understand.
In Detail
Chef Software is a Configuration management and Automate tool used to make your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications— automate in a language that approaches plain English.
This course introduces a beginner in DevOps to basic fundamentals of Chef with easy to do hands-on exercises that you can practice right in the browser. The course introduces basic use cases of Chef followed by an introduction to Chef Resources, Recipes, Cookbooks, RunLists, Roles, Ohai. Find demos that show how to set up a Chef environment on AWS Cloud platform. Each lecture is accompanied by a set of coding/lab exercises giving the user a hands-on experience in developing Chef code. Finally, test your knowledge with the help of an assignment which will give you real-world experience in solving a problem.
Table of Contents
Chapter 1 : Introduction
Introduction
Configuration Management and Automation
Introducing Chef
Chapter 2 : Chef Setup
Setup Chef
Chef Workstation
Demo - Create VMs on AWS
Demo - Workstation Installation
Setup Chef Clients
Chapter 3 : Chef Concepts
Chef Architecture
Chef Resources
Chef Resource Documentation Walkthrough
Chef DSL
Chef Recipe
Demo - Chef Recipe
Chef Cookbooks
Demo - Chef Cookbooks
Chef RunLists
Demo - Chef RunLists
Chef Include Recipe
Cookbook Dependencies
Demo - Cookbook Dependencies
Chapter 4 : Server-Client Mode in Production Environment
Server-Client Model
Demo - Workstation Connectivity
Demo - Setup Chef Clients
Demo - Server-Client Model
Chapter 5 : Other Topics
Extra’s