Chef Tutorials: Chef Command Line Complete References

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read More

Chef Infra Server and Administrator Guide and Reference

Chef Infra Server Install and Configuration Chef Infra Workstation Install and Configuration using Knife Chef Node Install and Configuration using Chef Client in Windows How to run…

Read More

Chef Tutorials: Understanding a Chef Cookbook Anatomy with Example

Following Reference Has been taken out from this url Attributes Resources Definition Files Libraries Providers Recipes Templates Cookbook Doc Files Cookbook Metadata File Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud…

Read More

Chef Tutorials: Chef Cookbook Developement Guide

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read More

Explained Chef AKA Chef Infra Architecture

How Chef node and Chef Server Works? Chef Internal – How Chef maintain the state of each resources internally? Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing…

Read More

Chef Lab and Excercise – Test Your Chef Skills

Chef Lab and Excercise – Recipe – Part 1 Chef Lab and Excercise – Recipe – Part 2 Chef Lab and Excercise – Cookbooks – Part 3…

Read More

How to share code between Chef recipes using module?

The simplest thing would be is moving this do stuff to library. my_cookbook/libraries/myhelper.rb: Then you can use this module in recipes like that: Just make sure you…

Read More

How to call another chef recipe within same or other Cookbook?

How to call another chef recipe within same or other Cookbook? How to call another chef recipe within same Cookbook? You can use include_recipe with a file…

Read More

Chef Errors and Solutions Database

Chef Error: Could not find cookbook cookbooks_test in your cookbook path, sk Chef Error: Network Error: getaddrinfo: nodename nor servname provided, or Chef Error: Getting Error while…

Read More

Chef Lab and Excercise – roles – Part 4

Create a role and assign any two cookbooks to role and setup a 2 nodes assigned to role and conerse the role. Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert…

Read More

Chef Lab and Excercise – Cookbooks – Part 3

Write a cookbook using install version of latest tomcat and deploy a Jenkins.war file into tomcat web directory. Write a cookbook using you can install apache http…

Read More

Understanding Chef Node Objects json content!

Chef Node Objects Defined! For the chef-client, two important aspects of nodes are groups of attributes and run-lists. An attribute is a specific piece of data about…

Read More

Understanding the chef cookbook’s chefignore file

The chefignore file is used to tell knife which cookbook files in the chef-repo should be ignored when uploading data to the Chef server. The type of…

Read More

run_list and env_run_list explanined in chef role

run-list A run-list defines all of the information necessary for Chef to configure a node into the desired state. A run-list may include roles and/or recipes. A…

Read More

How to run chef-client in why-run mode aka “no-operation”

why-run mode is a way to see what the chef-client would have configured, had an actual chef-client run occurred. This approach is similar to the concept of…

Read More

Understanding the chef cookbook’s Berkshelf file

Configuration Management using chef is being implemented with the help of desire files, which is often called a “cookbooks” in chef. Usuallay separate cookbooks is written in…

Read More

week1 – Overview of Chef.pdf

week1 – Overview of Chef.pdf week1 – Overview of Chef.pdf Mantosh SinghMotoShare.in delivers cost-effective bike rental solutions, empowering users to save on transportation while enjoying reliable two-wheelers….

Read More

week2 – Node setup, resources & recipes

week2 – Node setup, resources & recipes week2 – Node setup, resources & recipes Mantosh SinghMotoShare.in delivers cost-effective bike rental solutions, empowering users to save on transportation…

Read More

week3 – Node setup, resources & recipes

week3 – Node setup, resources & recipes week3 – Node setup, resources & recipes Mantosh SinghMotoShare.in delivers cost-effective bike rental solutions, empowering users to save on transportation…

Read More

week4 – Common configuration data with data bags

week4 – Common configuration data with data bags week4 – Common configuration data with data bags Mantosh SinghMotoShare.in delivers cost-effective bike rental solutions, empowering users to save…

Read More

week5 – Using environments and knife-ec2

week5 – Using environments and knife-ec2 week5 – Using environments and knife-ec2 Mantosh SinghMotoShare.in delivers cost-effective bike rental solutions, empowering users to save on transportation while enjoying…

Read More

week6 – Community cookbooks and further resources

Community cookbooks and further resources week6 – Community cookbooks and further resources Mantosh SinghMotoShare.in delivers cost-effective bike rental solutions, empowering users to save on transportation while enjoying…

Read More

Chef Training in Bangalore

DevOpsSchool introduce advance Chef Training in Bangalore with most experts professionals. Our Teams of Chef trainers offers chef online and classroom training from essential to advance level….

Read More

Chef Tutorials: Logging in Chef Explained

Chef Server All logs generated by the Chef server can be found in /var/log/opscode. Each service enabled on the system also has a sub-directory in which service-specific…

Read More

Chef Internal – How Chef maintain the state of each resources internally?

Chef Client A chef-client is an agent that runs locally on every node that is under management by Chef. The chef-client executable can be run as a…

Read More

What is the significance of the default directory under chef cookbook /templates?

What is the significance of the default directory under chef cookbook /templates? A cookbook is frequently designed to work across many platforms and is often required to…

Read More

Chef Lab and Excercise – Cookbooks – Part 6

Write a cookbook using you can install apache http server in CentOs and Ubuntu, enable the services and start the service. Write a recipe using template resources…

Read More

Chef Lab and Excercise – Cookbooks – Part 5

Write a cookbook using you can install apache http server in CentOs and Ubuntu, enable the services and start the service. Write a recipe using template resources…

Read More

How to install chefDK in RHEL, Ubantu, Mac and Windows?

How to install chefDK in RHEL, Ubantu, Mac and Windows? How to install chefDK in RHEL Step 1: Download checfdk from https://downloads.chef.io/chef-dk/ > wget https://opscode-omnibus-packages.s3.amazonaws.com/el/6/x86_64/chefdk-0.9.0-1.el6.x86_64.rpm or >…

Read More

Chef Code Analysis using Foodcritic | Foodcritic Tutorial

What is Foodcritic? Foodcritic is a static linting tool that analyzes all of the Ruby code that is authored in a cookbook against a number of rules,…

Read More