Top 50 Chef interview questions and answers

1.Q) What Is A Resource? Ans: A resource represents a piece of infrastructure and its desired state, such as a package that should be installed, a service that should be…

Read more »

TOP 16 INTERVIEW QUESTIONS FOR CHEF

Q1. What is Chef?Begin this answer by defining Chef. It is a powerful automation platform that provides a way to transforms infrastructure into code. Chef is a tool for which…

Read more »

What is Chef tools? Benefits of Using Chef tools.

What is Chef tools? A Chef is an Open-source configurations management tools it’s developed by AAPS code community in the year 2008. Chef tools is written in Ruby and Erlang….

Read more »

Chef Configuration Management Interview Questions and Answers Part – 5

Why do we make a new cookbook dependent upon one or more different cookbooks? So that we don’t breach copyright So that we can make use of Berkshelf So we…

Read more »

Chef Automate Essential Videos

Read more »

Difference between Chef infra Server vs Chef Zero vs Chef Solo

Chef Infra Server The preferred way to run Chef in a large server farm is with each server (“node” in chef parlance) talking to a centrally-managed Chef server. You can…

Read more »

Chef Tutorials: Chef Test kitchen Command Line Options

Read more »

Chef Configuration Management Interview Questions and Answers Part – 4

1. What is Chef?Answer: It is a powerful automation platform that provides a way to transforms infrastructure into code. A chef is a tool for which you write scripts that are…

Read more »

Chef Configuration Management Interview Questions and Answers Part – 3

What is a resource? Read-only data identified by a type and a name. A description of some piece of a system and its desired state. – ANS An ordered series…

Read more »

Chef Terminology and Definition Guide

Chef Server: a central server that stores information and manages provisioning of the nodes Chef Node: an individual server that is managed by a Chef Server Chef Workstation: a controller…

Read more »

Chef Tutorials: Chef Command Line Complete References

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 chef-client in why-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

Read more »

Chef Tutorials: Chef Cookbook Developement Guide

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?

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 Chef Lab and…

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 add a dependency…

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 name of the…

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 executing Che recipe…

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.

Read more »