Slide 14
Slide 14 text
Chef Concepts - The Client Includes
● Chef Solo
○ client application
○ works entirely from on disk data
○ lightweight alternative to full client-server application
● Chef Client
○ It communicates with the Chef Server via REST, authenticates via
Signed Header Authentication, and compiles and executes
Cookbooks.
● Shef
○ the interactive Chef shell.
○ helps you to you to write, run, and debug recipes interactively
○ programmatic interface for viewing and editing data on Chef Server.