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 daemon. When a…
Read more »Top Interview Questions on Server Configuration Management Tools Chef, Puppet, and Ansible
Source – http://hub.scalr.com/blog/top-questions-on-server-configuration-management-tools-chef-puppet-and-ansible-2 As a quick recap, configuration management tools enable companies to standardize and automate their infrastructure. Through standardization, you can build systems that are platform independent (i.e. instead…
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 distribute a specific…
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 to create a…
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 to create a…
Read more »Chef Training | Chef Course | Online | Classroom | scmGalaxy
ScmGalaxy is the best contributor to Chef Courses, training, and certification. Our Chef Trainers and advisers are highly equipped with more than 15 years of rich experience in the Software…
Read more »Provision a AWS ec2 vm using chef | Step by Step Guide | AWS ec2 vm Tutorial
Provision a AWS ec2 vm using chef Step 1: Install chefdk Step 2: Setup AWS Credentails Step X: Setup your knife config Step X: Make sure following is set and…
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, and then returns…
Read more »Chef frequently used commands collection
To run single recipe using chef-solo > chef-solo -c /opt/chef/repo/config/solo.rb -o my_cookbook::recipe To run the single reciepe in same machine > chef-apply hello.rb To generate the cookbook standard structure >…
Read more »Bootstrap a Microsoft Windows node using Chef
Bootstrap a Microsoft Windows node, the “knife windows” plugin is required, More info about knife window tool, http://docs.chef.io/plugin_knife_windows.html knife bootstrap windows winrm uvo1eak9a5geec05f7z.vm.cld.sr –winrm-user administrator –winrm-password ‘Rx4m7W4PQu’ –node-name firefox_win –run-list…
Read more »Understanding the chef cookbook’s README file
Problems Area – Our infrastructure has many cookbooks that aim to be reusable, primarily through encapsulating behaviour in LWRPs. This led to an explosion of LWRPs and sometimes the documentation…
Read more »Chef Open Training | Chef Training | Chef Course | Online | Classroom
While these training materials are helpful, they aren’t meant to replace the official documentation, or instructor-led courses. These materials are the same as those used during our public and private training sessions….
Read more »Chef configuration management | Chef Training | Chef Course | Online | Classroom
This course aims to prepare key development, engineering, and operations staff to use Chef to write infrastructure. Each of the core units in the course has hands on exercises to…
Read more »