Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Chef and Puppet vs. Terraform#

Sumit Rawal answered on May 18, 2023 Popularity 3/10 Helpfulness 1/10

Contents


More Related Answers

  • Why we use Terraform and not Chef, Puppet, Ansible, Pulumi, or CloudFormation
  • After you start using Terraform, you should only use Terraform.
  • Terraform vs. CloudFormation#
  • What is the difference between terraform and jenkins

  • Chef and Puppet vs. Terraform#

    0

    Chef and Puppet are configuration management tools. They are designed to configure and manage the software that is running on a machine (infrastructure) that already exists. Terraform, on the other hand, sits above that at the abstraction layer and is designed to set up all of the infrastructures that make up your system, such as load balancers, servers, DNS records, etc. In other words, Puppet and Chef are used to configure servers, while Terraform is used to create the server itself.

    Chef and Puppet

    As a small aside, it is possible to configure software already running on a machine through Terraform using provisioners, but this should be done with caution. It is best to leave this type of configuration to specialized tools like Puppet and Chef. Provisioners and their use case will be covered later in the course.

    Popularity 3/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on May 18 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.