Chef
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
What is chef?
Chef is a configuration management technology used to automate the infrastructure provisioning. It is developed on Ruby language.
10 advantages of chef
- Reduces software delivery time.
- Improve risk management.
- Increase service resiliency.
- Streamlined operations and workflow.
- Accelerate cloud adoption.
- Helps to manage both data and cloud environment.
- Flexible.
- Deliver all infrastructure continuously.
- Easy to use and understand.
- Stable.
How to install chef workstation?
- Install Chef by using command wget https://packages.chef.io/stable/el/7/chefdk-0.11.2-1.el7.x86_64.rpm
- Install Chef DK by using command rpm -ivh chefdk-0.11.2-1.el7.x86_64.rpm
Example
//content.txt
This is my first app.
//index.html
<h1> Welcome to my page <h1>
exeucte this file using chef command