I used chef for the first time in the field these days.
There is not much information, so I wrote an overview.
It was written on Wikipedia as follows.
Hmm? ?? What do you mean? ??
To put it very simply
If you automate the infrastructure configuration with Chef, you do not have to prepare everything yourself when building the environment. You can consolidate repetitive work and reduce wasted time. It seems to be often used for large projects.
Chef can be written in Ruby, so basic knowledge of Ruby is required.
Recipe Where to write the definition of what to do Attribute A place where variables etc. are collected Template Where to write a template to create a configuration file File Where to put binary files etc. Cookbook Directory that summarizes the above etc.
Knife Work with Cookbooks and Recipe with command line tools
I heard that he was a chef The first thing that comes to mind You're a cook! ??
The chef here was named after that image It seems that.
So It's called a recipe or a cookbook. It's kind of fashionable
chef can automate infrastructure construction You can write in Ruby! !! !!
The actual writing method will be summarized separately. Thank you very much.
Recommended Posts