Chef
Chef is an infrastructure-as-code automation platform that lets teams define server configuration — packages, services, files, users — as Ruby-based "recipes" and "cookbooks," which a Chef client applies to keep systems in a consistent, repeatable state.
6 resources across 3 libraries
Glossary Terms(3)
Ansible
Ansible is an open-source, agentless IT automation tool that uses simple YAML-based 'playbooks' to configure systems, deploy applications, and orchestrate mult…
Chef
Chef is an infrastructure-as-code automation platform that lets teams define server configuration — packages, services, files, users — as Ruby-based "recipes"…
Infrastructure as Code (IaC)
Infrastructure as Code (IaC) is the practice of defining and managing IT infrastructure — servers, networks, load balancers, and other resources — through mach…
Cheat Sheets(1)
Interview Questions(2)
What Is Configuration Management?
Configuration management is the practice of defining and enforcing the desired state of servers, applications, and infrastructure through version-controlled, d…
Ansible vs Puppet vs Chef: How Do They Differ?
Ansible is agentless and push-based using YAML playbooks over SSH, Puppet is agent-based and pull-based using its own declarative Puppet DSL enforced periodica…