Infrastructure as Code

"Infrastructure as Code (IaC) is the process of managing and provisioning computing infrastructure and their configuration through machine-processable definition files, rather than physical hardware configuration or the use of interactive configuration tools. The definition files may be in a version control system. This has been achieved previously through either scripts or declarative definitions, rather than manual processes, but developments as specifically titled 'IaC' are now focused on the declarative approaches." - wikipedia

Advantages:
  • Cost reduction
  • Faster execution
  • Risk (remove errors and security violations)
These outcomes and attributes help the enterprise move towards implementing a culture of DevOps.

Tools:
  • Ansible Tower 
  • CFEngine 
  • Chef 
  • Otter 
  • Puppet 
  • SaltStack

Related Posts:

  • Infrastructure as Code "Infrastructure as Code (IaC) is the process of managing and provisioning computing infrastructure and their configuration through machine-processable definition files, rather than physical hardware configuration or the use… Read More
  • What is JMeter ? What is Jmeter ? And Why to use it? An open source tool used for knowing how efficiently a web server works or how many concurrent requests can a web server handle. Apache JMeter may be used to test functional and perfor… Read More
  • Continuous Integration Continuous Integration (CI) is a development practice that requires developers to integrate code into a shared repository several times a day. Each check-in is then verified by an automated build, allowing teams to detect p… Read More
  • Continous Delivery "Continuous delivery is a DevOps software development practice where code changes are automatically built, tested, and prepared for a release to production. It expands upon continuous integration by deploying all code ch… Read More
  • What is DevOps? DevOps is the combination of cultural philosophies, practices, and tools that increases an organization’s ability to deliver applications and services at high velocity: evolving and improving products at a faster pace tha… Read More

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.