Powered By Blogger

Wednesday, April 3, 2019

Chef

Chef is configuration management tool for the hardware. It will be used to install softwarres, create folders with permissions, for doing patching and to open the ports.


Chef will have the workstation where the cookbook is developed having details about what to do when it gets executed on the node.


knife is the utility used to talk with chef server. It can be used to see the existing cookbooks, pushing cookbook to server, pushing cookbook to node etc
Knife needs to be configured with the chef server details.

Chef Server : it stores cookbooks , roles and users

Node : The node where the cookbook instructions will be executed.
sudo chef-client
is the command to be used to get the latest cookbooks from server.
Node will have the chef agent installed which will keep on talking to server.


https://www.youtube.com/watch?v=2BBC6sb4FQ0

https://www.youtube.com/watch?v=jlwGcgFfcnU

No comments:

Post a Comment