Question

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.

Was it helpful?

Solution

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.
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top