DevOps: Difference between revisions
From Bibliotheca Anonoma
Antonizoon (talk | contribs) (Created page with "DevOps: that hated buzzword designed to demand sysadmins that can program and do both for half the price. But the concept of DevOps itself has real benefits, so let's look at...") |
Antonizoon (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
But the concept of DevOps itself has real benefits, so let's look at them in depth. | But the concept of DevOps itself has real benefits, so let's look at them in depth. | ||
Both Chef and Puppet are both programs to automate server operations. They use community-created cookbooks for anyone to use to automate installations of programs, maintenance, or scripts. | |||
=== Puppet === | === Puppet === | ||
Revision as of 04:20, 6 February 2017
DevOps: that hated buzzword designed to demand sysadmins that can program and do both for half the price.
But the concept of DevOps itself has real benefits, so let's look at them in depth.
Both Chef and Puppet are both programs to automate server operations. They use community-created cookbooks for anyone to use to automate installations of programs, maintenance, or scripts.
Puppet
Puppet is a DevOps approach to mass server configuration.
https://puppetlabs.com/puppet/puppet-enterprise
Chef
Chef is another competing approach.