sandip divekar
sandip divekar

Reputation: 1826

How to configure chef system on redhat/centos?

I want to install chef server,client and workstation on centos. I am referring to this article

So i want to know what will be structure of chef server, client and workstation on OS vm machines.

Suppose i have 3 machines so shall i install these 3 separatly or 2 machines will be enough.

Plz help me with structure so i will get clear idea how chef actually works on VM.

Upvotes: 0

Views: 338

Answers (1)

Mark O'Connor
Mark O'Connor

Reputation: 77951

The chef documentation provides an excellent diagram that explains the relationship between:

  • chef server
  • chef workstation
  • chef node

enter image description here

In summary:

  • The chef server provides a central repository for configuration data.
  • The chef nodes are the servers under management, running chef-client.
  • A chef workstation is a machine configured to use the knife command.

Upvotes: 1

Related Questions