Posts

Showing posts from July, 2015

Chef Server Overview

Image
Currently we are leaving in digital world and IT Infrastructure is increasing day by day. In such situation it becomes difficult to manage number of servers, especially when we need to install or configure same thing on multiple systems.                               So, chef is going to make your task easy to manage whole infrastructure without much effort. Chef is used as automation framework with which we can install/deploy servers and applications to any VM, cloud and physical servers.  There were terms which we are going to use more often as we proceed: chef-client  :   This is the tool which is being installed on all the system managed by chef. It'll perform all task specified by runlist and also fetch any updated contents if any from chef-server. Workstation :  Workstation are the nodes/system configure to author changes and push them to server. We can also bootstrap new...