Chef is composed of many components like Chef Server, Client etc. Some of the main components in Chef are as follows:
- Client: These are the nodes or individual users that communicate withChefserver.
- Chef Manage: This is the web console that is used for interactingwithChefServer.
- Load Balancer: All the Chef server API requests are routed through Load Balancer. It is implemented in Nginx.
- Bookshelf: This is the component that stores cookbooks. All the cookbooks are stored in a repository. It is separatestoragefromthe Chefserver.
- PostgreSQL: This is the data repository for the Chef server.
- Chef Server: This is the hub for configuration data. All the cookbooks and policies are stored in them. It can scale to the size of any enterprise.