Chef Server Setup: What I Did on Ubuntu
Why I Looked Into Chef Managing servers one by one doesn’t scale. I set up Chef to store server configs as code — a Chef server, a workstation where I write recipes, and a node that pulls its config automatically. Note: I did this on Ubuntu 18.04 using .deb packages and apt. Chef Server The Chef server acts as the central hub for all workstations and nodes under Chef management. Configuration changes made on workstations are pushed to the Chef server, where they are pulled by nodes using chef-client to apply the configurations. ...