Which network configuration management tool uses a pull-based client architecture where managed devices pull configuration definitions organized into Ruby-based recipes and cookbooks from a master server?
- ChefAnswer
- BAnsible
- CPuppet
- DTerraform
Answer
Chef is the configuration management tool that uses a pull-based client architecture with configuration code written in Ruby-based recipes and cookbooks.
Chef is an agent-based configuration management system that operates primarily on a pull model (HTTPS/TCP 443). Configurations in Chef are authored using a Ruby-based domain-specific language (DSL) and organized into units called 'recipes', which are grouped inside 'cookbooks'.
Step-by-Step Solution
Key Concept
Chef Configuration Management Architecture and Terminology
Estimated Time:45s