DevOps Flashcards
Procedural style tool that lets you create playbooks for infrastructure provisioning and config mgmt. Uses a push model.
Ansible
Open-source, declarative style tool that lets you describe “end state” infrastructure for running an app
Terraform
Open-source CI tool that integrates with config mgmt system to download build artifacts. Goes well with Spinnaker
Jenkins
Open-source, multi-cloud CD tool originally developed by Netflix and extended by Google.
Spinnaker
Hosting service for Git repos
GitHub
Open-source, hosted CI tool to build and test projects hosted on GitHub and BitBucket
Travis CI
Automation platform that uses a pull-based approach to configure and manage infrastructure.
Chef
Open-source config automation and orchestration tool that uses a pull-based approach.
Puppet