Chef

Card Puncher Data Processing

About

Overview

  • Client server configuration management
  • Declarative: Each resource declares what state a part of the system should be in, but not how to get there.
  • Module: are called resources. They shipped in community cookbooks, or write your own.
  • A Chef recipe is a file that groups related resources, such as everything needed to configure a web server, database server, or a load balancer.
  • A Chef cookbook provides structure to your recipes and, in general, helps you stay organized.
  • Dev Client: The ChefDK includes other command line tools for interacting with Chef. (knife for interacting with the Chef server, and chef for interacting with your local chef code repository (chef-repo).
  • Chef Server: stores cookbooks, the policies that are applied to the systems in your infrastructure and metadata that describes each system.
  • Target Nodes - Chef Client: All nodes have the Chef client installed on them.

Concept

Cookbook

A Cookbook is used by Chef to define a set of commands that you wish to execute on your managed client.

Knife Azure

A knife plugin create, delete, and enumerate resources to be managed by Chef.

Example:

Note

  • Chef is used by Microsoft kasrini





Discover More
Card Puncher Data Processing
Infrastructure as code Application

Application This section is composed of the applications that you can use to implement a infrastructure as code
Card Puncher Data Processing
What is Infrastructure as code? (Configuration, Provisioning, and Software Deployment)

Infrastructure as code means that all ops operations are scripted and are found in code. They are used in DevOps pipeling for continuous deployment You will find three kind of software in this area:...



Share this page:
Follow us:
Task Runner