Periodic Table of DevOps Tools
See the table above! I stumbled upon this while researching tools! So many tools in DevOps, it is overwhelming to say the least! But we are getting a good amount of variety to choose from
1. Open Source
Easy to maintain and deploy.
2. In house developed.
More work needed, but can claim bragging rights.
3. Set of shell scripts.
Needs regular tweaking and changes.
4. Off the shelf components.
Cover licensing costs.
A typical DevOps environment will need at least one tool from each of these categories. Hence the complexity.
The categories are
1. Source Code Management (SCM)
2. Continuous Integration (CI)
3. Deployment
4. Cloud
5. BI
6. Database Monitoring
7. Repo Monitoring
8. Configuration
9. Provisioning
10. Release Management
11. Logging
12. Build
13. Testing
14. Containerization
15. Collaboration
16. Security
By far, containerization has helped the most to get the best tools at the same location with least effort.
Comments
Post a Comment