Chef Tutorials: What is Chef Solo with example programs
What is Chef Solo? chef-solo is a command that executes Chef Infra Client in a way that does not require the Chef Infra Server to converge cookbooks….
Chef Tutorials: Chef roles Tutorials and Example
What is Role? A role is a way to define certain patterns and processes that exist across nodes in an organization as belonging to a single job…
Chef Tutorials: Configure Workstation with knife
Install Chef Workstation Configure Chef Workstation with Chef Infra Server using Knife Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at…
Chef Tutorials – notifies and subscribes explained with examples of Notifications
Chef notifies and subscribes explained with examples A notification is a property on a resource that listens to other resources in the resource collection and then…
Chef Tutorials: List Of Chef Tools and their explainations
chef-apply chef-apply is an executable program that runs a single recipe from the command line. Is part of the Chef development kit. A great way to explore…
Chef Tutorials: How to install Chef Workstation
What is Chef Workstation? Chef Workstation provides everything you need to get started with Chef in a straightforward one-click installation, and to start delivering infrastructure automation without…
Complete Chef Certification Guide & tutorials
What is Chef? Chef is an open source systems management and cloud infrastructure automation platform. Opscode created the Chef configuration management tool, and the company later changed…
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…
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…
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…
Top 5 Application Deployment Tools in DOT NET
Deployment tools with useful features are vital for end-to-end automation and streamlining of the product development process for various platforms including constant updates. Software Developers are eager…
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…
Chef Tutorials: Chef Test kitchen Command Line Options
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…
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…
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…
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…
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…
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…
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….
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…
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…
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…
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…
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…
Chef Error – Fatal: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully
rajeshkumar created the topic: FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully [code language=”css”] > knife bootstrap uvo1t75faaktzc532w6.vm.cld.sr -x root -P…
Chef Lab and Excercise – Cookbooks – Part 7
Configuration management chef tools projects to test your skills? Project 1 – Write a cookbook which can add your bash script in crontab on your nodes. Project…
Chef Error – FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited u
rajeshkumar created the topic: FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited u FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1) Error gitlab-ctl reconfigure Starting Chef Client,…
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…
