Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.
Chef is a n automation tool that provides a way to infrastructure the code. It can be also termed as a programmable infrastructure. Chef has a client-server architecture But rather it has workstation. We dono’t need to execute every node or every single node it will be automatically done.
Ten advantages of chef
- Easy to learn
- Automation
- Delivering all infrastructure
- Final thoughts
- It contains all the blue prints of the infrastructure
- Centralized management
- Easily management
- It can be used by the most of the cloud service provider
- It makes easy for programmer
- It follows sequential order
How to install chef workstation
- Download ChefDK
- Install ChefDK
- Verify ChefDK Installation
- Verify the ChefDK version
- Setup Chef variables
- Firewalld rules to access chef manage
- Download starter kit from chef manage gui
- Unzip starter kit
One example of recipe
file ‘hai.txt’ do
content ‘what’
end