≡ Menu

Chef Knife Cookbook Upload

Once you’ve created your recipes and other objects for your chef cookbook, it should be uploaded to the Chef server. There are two ways you can upload your cookbooks: Using knife cookbook sub-command – This helps you to manipulate your cookbooks Using knife upload sub-command – This helps you to upload all chef objects (including [...]

{ 0 comments }

12 Chef Knife Cookbook Command Examples

When you are using Chef to manage all your servers and network equipments, you should first create cookbooks and appropriate recipes. On all your remote servers, you’ll use chef-client to execute the recipes from the cookbook. In this tutorial, we’ll explain how to use knife command to create and manage your Chef cookbooks. The knife [...]

{ 2 comments }