This repository has been archived by the owner on Jun 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
DevOps Components
Joseph Castle edited this page Jul 13, 2016
·
4 revisions
For each part of the DevOps environment, we will need to figure out which tool to use.
These tools allow real-time messaging for team collaboration. Some useful features may include: screen sharing, file sharing.
These tools track issues and allow the team to organize them.
These tools store source code, maintaining a change history.
- GitHub - this is what we currently use
- AWS Git repositories
These tools automatically get code from repositories, run any unit tests included in the code, and deploy to various environments (dev, test, production, etc).
These tools allow for creation of microservices that can be independently deployed.
- Docker
These are environments in which apps and containers actually run.
- Cloud.gov
- Federalist
- GitHub Pages
- AWS
- Many, many others