Maestro vs Chef
In this article, we would like to introduce Chef, an automation tool integrated with Maestro, that allows us to set up and configure the necessary infrastructure components quickly and change the configuration if needed. Thus, Chef can substantively simplify the process of configuring typical infrastructure models, sparing DevOps specialists' time and efforts on the project. How does Chef work? Chef consists of several major components: server, client, roles, cookbooks, recipes, etc. The Chef workstation represents the computer / instance, from which all the work is performed. The workstation is operated by an administrator. The Chef server is a comprehensive product, containing the database, file storage, web server etc. The server is intended to provide instructions to Chef clients who request these instructions. In the beginning, the administrator creates an organization on the Chef server. The authorization to this organization is performed secure...