FileMood

Download [FreeTutorials.us] chef-fundamentals-a-recipe-for-automating-infrastructure

FreeTutorials us chef fundamentals recipe for automating infrastructure

Name

[FreeTutorials.us] chef-fundamentals-a-recipe-for-automating-infrastructure

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

4.6 GB

Total Files

254

Hash

70D29E2C2E80A26E64DB63177E374376D65EA499

/01 Welcome to Chef Fundamentals/

001 Chef Fundamentals - Is this class right for me.mp4

29.0 MB

002 Course Roadmap.mp4

22.7 MB

003 Getting Started Configuring Your Development Environment.mp4

15.0 MB

004 Exercise Install the ChefDK.mp4

14.6 MB

005 Setup Configure Your Lab Environment with Vagrant and Virtualbox.mp4

48.9 MB

006 Bonus Setup Configure Your Lab Environment with Amazon Web Services.mp4

66.7 MB

007 Bonus Setup Configure Your Lab Environment with Google Compute Engine.mp4

87.0 MB

008 Bonus Setup Configure Your Lab Environment with Microsoft Azure.mp4

90.6 MB

/.../004 Exercise Install the ChefDK/

install-chefdk.pdf

966.6 KB

/.../005 Setup Configure Your Lab Environment with Vagrant and Virtualbox/

1-5-Vagrant.txt

1.3 KB

Vagrant-VirtualBox-Setup.pdf

183.7 KB

Vagrantfile-sample.zip

1.5 KB

/.../006 Bonus Setup Configure Your Lab Environment with Amazon Web Services/

1-6-AWS.txt

1.2 KB

AWS-Setup.pdf

154.0 KB

/.../007 Bonus Setup Configure Your Lab Environment with Google Compute Engine/

1-7-GCP.txt

1.3 KB

GCP-Setup.pdf

165.6 KB

/.../008 Bonus Setup Configure Your Lab Environment with Microsoft Azure/

1-8-Azure.txt

1.3 KB

Azure-Setup.pdf

155.1 KB

/02 Chef and Configuration Management/

009 What is Configuration Management.mp4

37.8 MB

010 Infrastructure as Code.mp4

22.3 MB

011 Exercise Your First Chef Recipe.mp4

21.3 MB

012 How Chef Thinks About System Components.mp4

31.8 MB

/.../011 Exercise Your First Chef Recipe/

2-3-Lab-Your-First-Recipe.txt

0.4 KB

hello.rb

0.5 KB

/03 Resources Chefs Basic Building Blocks/

013 Overview Chef Resources.mp4

15.3 MB

014 Exploring System Resources.mp4

38.5 MB

015 Convergence and Desired State.mp4

38.5 MB

016 Exercise Create a Workstation Setup Recipe.mp4

37.3 MB

017 Organizing Resources with Recipes.mp4

47.1 MB

/.../014 Exploring System Resources/

3-2-Exploring-System-Resources.txt

0.3 KB

hello.rb

0.5 KB

what-is-a-resource.pdf

404.8 KB

/.../015 Convergence and Desired State/

3-3-Convergence-and-Desired-State.txt

0.4 KB

Test-and-Repair.pdf

277.1 KB

/.../016 Exercise Create a Workstation Setup Recipe/

3-5-Lab-Workstation-Setup-Recipe.txt

0.3 KB

lab-setup-recipe.pdf

218.2 KB

setup.rb

0.2 KB

/.../017 Organizing Resources with Recipes/

setup.rb

0.2 KB

/quizzes/

001 Test Your Knowledge About Resources and Recipes.html

5.0 KB

/04 Cookbooks/

018 Overview Cookbooks.mp4

7.7 MB

019 Organizing Recipes with Cookbooks.mp4

23.0 MB

020 Cookbook Components.mp4

32.4 MB

021 Revision Control with Git.mp4

90.9 MB

022 Exercise Deploy an Apache Webserver.mp4

25.4 MB

/.../019 Organizing Recipes with Cookbooks/

cookbooks-overview.pdf

271.3 KB

/.../020 Cookbook Components/

4-3-Cookbook-Components.txt

0.5 KB

cookbook-components.pdf

303.7 KB

/.../021 Revision Control with Git/

4-4-Revision-with-Git.txt

0.6 KB

collaboration-with-git.pdf

1.5 MB

/.../022 Exercise Deploy an Apache Webserver/

4-5-Lab-Deploy-Apache-Webserver.txt

0.5 KB

lab-set-up-a-webserver.pdf

284.0 KB

server.rb

0.2 KB

/04 Cookbooks/quizzes/

002 Cookbooks.html

5.3 KB

/05 The chef-client/

023 Overview The chef-client run.mp4

8.2 MB

024 Applying Recipes and Cookbooks.mp4

31.5 MB

025 The include_recipe method.mp4

25.0 MB

026 Exercise Run the chef-client.mp4

28.3 MB

/.../024 Applying Recipes and Cookbooks/

5-2-Applying-Recipes-and-Cookbooks.txt

0.6 KB

applying-recipes-and-cookbooks.pdf

340.5 KB

/.../025 The include_recipe method/

5-3-The-include-recipe-Method.txt

0.4 KB

default.rb

0.1 KB

include-recipe.pdf

314.5 KB

/.../026 Exercise Run the chef-client/

5-4-Lab-Run-the-chef-client.txt

0.5 KB

default.rb

0.1 KB

lab-Update-apache-default-recipe.pdf

216.2 KB

/quizzes/

003 chef-client.html

5.1 KB

/06 Ohai/

027 Overview Taking System Inventory.mp4

28.4 MB

028 An Object Called Node.mp4

75.2 MB

029 Accessing Node Attibutes.mp4

61.6 MB

030 Exercise Add Node Details to the Web Application.mp4

38.6 MB

/.../028 An Object Called Node/

6-2-An-Object-Called-Node.txt

0.4 KB

setup.rb

0.4 KB

the-node-object.pdf

638.6 KB

/.../029 Accessing Node Attibutes/

6-3-Node-Attributes.txt

0.4 KB

node-attributes.pdf

327.7 KB

setup.rb

0.4 KB

/.../030 Exercise Add Node Details to the Web Application/

6-4-Lab-Node-Attributes.txt

0.5 KB

ohai-lab.pdf

263.7 KB

server.rb

0.3 KB

/06 Ohai/quizzes/

004 Ohai.html

4.7 KB

/07 Templates/

031 Overview Using Template Resources.mp4

21.8 MB

032 Why Use Templates.mp4

53.5 MB

033 Understanding Embedded Ruby.mp4

49.0 MB

034 Adding Templates to Recipes.mp4

63.0 MB

035 Exercise Refactor the Web Application with a Template.mp4

57.2 MB

/.../032 Why Use Templates/

exploring-templates.pdf

400.1 KB

/.../033 Understanding Embedded Ruby/

7-3-Understanding-ERB.txt

0.5 KB

motd.erb.zip

0.3 KB

template-files-and-ERB.pdf

523.6 KB

/.../034 Adding Templates to Recipes/

7-4-Adding-A-Template.txt

0.5 KB

add-a-template-to-the-recipe.pdf

364.9 KB

setup.rb

0.2 KB

/.../035 Exercise Refactor the Web Application with a Template/

7-5-Lab-Templates.txt

0.6 KB

index.html.erb.zip

0.7 KB

server.rb

0.2 KB

templates-lab.pdf

325.5 KB

/07 Templates/quizzes/

005 Templates.html

4.8 KB

/08 Other Common Resources/

036 Overview Other Common Resources.mp4

24.7 MB

037 cookbook_file.mp4

44.0 MB

038 remote_file.mp4

64.0 MB

039 execute.mp4

56.9 MB

040 user and group.mp4

43.4 MB

041 sending and receiving notifications.mp4

71.7 MB

/.../037 cookbook_file/

8-2-cookbook-file.txt

0.5 KB

index.html.zip

0.2 KB

server.rb

0.3 KB

/.../038 remote_file/

8-3-remote-file.txt

0.5 KB

index.html.erb.zip

0.3 KB

server.rb

0.3 KB

/attached_files/039 execute/

server.rb

0.8 KB

/.../040 user and group/

8-5-user-and-group.txt

0.4 KB

setup.rb

0.4 KB

/.../041 sending and receiving notifications/

8-6-notifications.txt

0.4 KB

server.rb

0.5 KB

/quizzes/

006 Common Resources.html

4.7 KB

/09 Troubleshooting and Bonus Content/

042 Overview Debugging Linting and Testing.mp4

28.1 MB

043 Explore the ChefDK.mp4

64.9 MB

044 Your Toolkit.mp4

75.5 MB

045 The Troubleshooting Process.mp4

86.3 MB

046 Demo Breaking Things.mp4

96.6 MB

047 Bonus Intro to Test Kitchen.mp4

152.0 MB

048 Bonus Intro to ChefSpec.mp4

134.8 MB

/.../043 Explore the ChefDK/

9-2-Exploring-the-ChefDK.txt

0.5 KB

/.../044 Your Toolkit/

9-3-Your-Toolkit.txt

0.5 KB

/.../046 Demo Breaking Things/

9-5-Breaking-Things.txt

0.3 KB

setup.rb

0.2 KB

/.../047 Bonus Intro to Test Kitchen/

9-6-Bonus-Test-Kitchen.txt

0.7 KB

default-test.rb

0.4 KB

/.../048 Bonus Intro to ChefSpec/

9-7-Bonus-ChefSpec.txt

0.6 KB

default-spec.rb

0.8 KB

spec-helper.rb

0.1 KB

/quizzes/

007 Testing and the ChefDK.html

5.3 KB

/10 The Chef Server/

049 Overview Interfacing with a Chef Server.mp4

42.6 MB

050 Why use a Chef Server.mp4

31.7 MB

051 Exercise Getting Started with Hosted Chef.mp4

47.5 MB

052 Exercise Uploading Cookbooks.mp4

44.9 MB

053 Exercise Reconfigure Your Vagrant Environment.mp4

67.8 MB

054 Exercise Bootstrap your Web Server.mp4

66.3 MB

/.../050 Why use a Chef Server/

why-use-a-chef-server.pdf

388.2 KB

/.../051 Exercise Getting Started with Hosted Chef/

cookbooks.zip

31.4 KB

hosted-chef.pdf

680.5 KB

/.../052 Exercise Uploading Cookbooks/

10-4-Uploading-Cookbooks.txt

0.6 KB

knife.pdf

179.5 KB

/.../053 Exercise Reconfigure Your Vagrant Environment/

10-5-Reconfigure-Vagrant.txt

0.4 KB

Vagrantfile.zip

0.7 KB

/.../054 Exercise Bootstrap your Web Server/

10-6-Lab-Bootstrap-a-Webserver.txt

0.7 KB

bootstrap-a-node.pdf

491.5 KB

/quizzes/

008 The Chef Server.html

5.2 KB

/11 Community Cookbooks/

055 Overview Custom Cookbooks and the Chef Supermarket.mp4

32.0 MB

056 Exploring the Supermarket.mp4

68.3 MB

057 Create a Wrapper Cookbook.mp4

86.5 MB

058 Managing Cookbooks with Berkshelf.mp4

75.1 MB

059 Exercise Deploy a Load Balancer.mp4

55.8 MB

/.../056 Exploring the Supermarket/

Explore-the-Supermarket.pdf

865.9 KB

/.../057 Create a Wrapper Cookbook/

11-3-Wrapper-Cookbooks.txt

0.5 KB

Wrapper-Cookbooks.pdf

334.8 KB

default.rb

0.4 KB

metadata.rb

0.3 KB

/.../058 Managing Cookbooks with Berkshelf/

11-4-Berkshelf.txt

0.5 KB

berkshelf.pdf

180.0 KB

/.../059 Exercise Deploy a Load Balancer/

11-5-Lab-Deploy-a-Webserver.txt

0.6 KB

lab-deploy-load-balancer.pdf

294.8 KB

/quizzes/

009 Community Cookbooks.html

5.3 KB

/12 Managing Nodes/

060 Overview Going Full-Scale.mp4

19.7 MB

061 Adding Nodes to your Organization.mp4

52.4 MB

062 Exercise Add a Member to the Load Balancer.mp4

62.0 MB

063 Demo Verifying Node Data with Knife.mp4

54.1 MB

064 Bonus Run the chef-client on a Schedule.mp4

105.3 MB

/.../061 Adding Nodes to your Organization/

Bootstrap-a-new-webserver.pdf

418.3 KB

/.../062 Exercise Add a Member to the Load Balancer/

12-3-Bootstrap-Web2.txt

1.1 KB

Add-a-member-to-the-load-balancer.pdf

490.7 KB

default.rb

0.7 KB

/.../063 Demo Verifying Node Data with Knife/

12-4-Verify-Node-Data-with-Knife.txt

0.8 KB

/.../064 Bonus Run the chef-client on a Schedule/

12-5-Bonus-Run-the-chef-client-on-a-Schedule.txt

0.9 KB

default.rb

0.3 KB

metadata.rb

0.3 KB

/quizzes/

010 Managing Multiple Nodes.html

5.3 KB

/13 Roles/

065 Overview Managing run-lists.mp4

22.9 MB

066 Describing run-lists with Roles.mp4

33.7 MB

067 Demo Methods for Creating and Assigning Roles.mp4

61.8 MB

068 Exercise Create the load-balancer Role.mp4

42.2 MB

069 Bonus Converge Using the knife ssh Command.mp4

70.3 MB

/.../067 Demo Methods for Creating and Assigning Roles/

13-3-Methods-for-Creating-Roles.txt

0.9 KB

Methods-for-creating-roles.pdf

509.1 KB

web.rb

0.1 KB

/.../068 Exercise Create the load-balancer Role/

13-4-Lab-Create-the-Load-Balancer-Role.txt

0.5 KB

lab-load-balancer-role.pdf

340.6 KB

load-balancer.rb

0.1 KB

/.../069 Bonus Converge Using the knife ssh Command/

13-5-Converge-Using-knife-ssh.txt

0.8 KB

converge-with-knife-ssh.pdf

296.4 KB

/13 Roles/quizzes/

011 Roles.html

5.0 KB

/14 Search/

070 Overview Indexing and Search.mp4

18.5 MB

071 Exploring Chef Server Indicies.mp4

60.0 MB

072 Running Searches with knife.mp4

58.9 MB

073 Demo Refactor for Dynamic Load Balancing.mp4

63.7 MB

074 Exercise Testing the Load Balancer.mp4

40.8 MB

/.../071 Exploring Chef Server Indicies/

search-index.pdf

520.2 KB

/.../072 Running Searches with knife/

14-3-Running-Searches-with-knife.txt

0.8 KB

/.../073 Demo Refactor for Dynamic Load Balancing/

cloud-default.rb

0.6 KB

default.rb

0.5 KB

dynamic-load-balancing.pdf

339.1 KB

/.../074 Exercise Testing the Load Balancer/

14-5-Lab-Testing-the-Dynamic-Load-Balancer.txt

0.8 KB

lab-deploy-dynamic-lb.pdf

461.1 KB

metadata.rb

0.3 KB

/14 Search/quizzes/

012 Search.html

4.7 KB

/15 Environments/

075 Overview Control Your Deployment.mp4

25.8 MB

076 What is a Chef Environment.mp4

51.6 MB

077 Creating and Managing a Production Environment.mp4

73.6 MB

078 Exercise Deploy a Web Server to an Acceptance Environment.mp4

46.4 MB

079 Exercise Refine the Load Balancer.mp4

70.5 MB

/.../077 Creating and Managing a Production Environment/

15-3-Creating-and-Managing-Environments.txt

1.1 KB

create-a-production-environment.pdf

747.8 KB

production.rb

0.1 KB

/.../078 Exercise Deploy a Web Server to an Acceptance Environment/

15-4-Lab-Acceptance-Environment.txt

0.7 KB

acceptance.rb

0.1 KB

lab-deploy-web2-to-acceptance.pdf

318.2 KB

/.../079 Exercise Refine the Load Balancer/

15-5-Refine-the-Load-Balancer.txt

0.9 KB

cloud-default.rb

0.7 KB

default.rb

0.5 KB

metadata.rb

0.3 KB

search-using-environments.pdf

440.8 KB

/15 Environments/quizzes/

013 Environments.html

5.8 KB

/16 Data Bags/

080 Overview Organizing Custom Data Sets.mp4

20.2 MB

081 Whats in the Bag.mp4

48.9 MB

082 Creating and Managing Data Bags.mp4

65.1 MB

083 Dynamic Search and Find.mp4

57.4 MB

084 Exercise Creating Users and Groups with Search.mp4

97.0 MB

085 Demo Encrypting Your Secrets.mp4

62.4 MB

/.../082 Creating and Managing Data Bags/

16-3-Using-Data-Bags.txt

0.9 KB

creating-data-bags.pdf

427.7 KB

data-bags.zip

2.1 KB

/.../083 Dynamic Search and Find/

16-4-Users-and-Groups-from-Data-Bags.txt

0.4 KB

data-bags.zip

2.0 KB

default.rb

0.4 KB

users-cookbook.pdf

366.0 KB

web.rb

0.1 KB

/.../084 Exercise Creating Users and Groups with Search/

16-5-Lab-Managing-Data-Bags.txt

1.1 KB

base.rb

0.1 KB

data-bags.zip

2.7 KB

default.rb

0.4 KB

groups.rb

0.2 KB

lab-users-and-groups-with-search.pdf

435.4 KB

load-balancer.rb

0.1 KB

metadata.rb

0.2 KB

web.rb

0.1 KB

/.../085 Demo Encrypting Your Secrets/

16-6-Encrypting-Secrets.txt

0.9 KB

/quizzes/

014 Data Bags.html

5.3 KB

/17 Graduation Further Resources/

086 What have we learned.mp4

29.0 MB

087 Continuous Learning and Continuous Delivery.mp4

60.8 MB

088 Keep Learning and Practicing.mp4

71.0 MB

089 Your Chef Community.mp4

68.4 MB

/.../088 Keep Learning and Practicing/

further-resources.pdf

1.2 MB

/

Freetutorials.us.url

0.1 KB

[FreeTutorials.us].txt

0.1 KB

 

Total files 254


Copyright © 2025 FileMood.com