Skip to content

edlime/devops-toolchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is DevOps

DevOps is a set of practices and tools that integrates software development (Dev) and operations (Ops) together to improve software development lifecycle by shortening the feedback loop. Another variant is called DevSecOps wherein security is embedded at each stage of the development and release cycle.

DevOps is complementary to agile software development and several DevOps principle came from agile ways of working.

DevOps ToolChain

A collection of tools categorized in different stages of the DevOps infinity loop.

Note

  • List is not exhaustive and will continue to evolve over time
  • Open-source is prioritized
  • Much like there's more than one way to skin a cat, no tool is perfect for everything
  • Due to the nature of software development, tools mentioned here might become obsolete or replaced by superior ones

Plan and Code

Category Tools
Collaboration
Documentation and Diagrams
Languages
Version Control (Git) Platforms
Secure Coding
Threat-Modeling and Risk-Assessment-Model
IDE and ID Security Plugins
Pre-commit Hooks
Static Application Security Testing

Build and Test

Category Tools
Continuous Integration
Registries
Secure Pipelines
Infrastructure Scanning --
Secure Acceptance Testing --
Unit and Function Testing
Performance Testing
End to end Testing
Infrastructure-as-Code
Container Orchestration

Release and Deploy

Category Tools
Continuous Delivery
Cloud Platform
Security Smoke Test --
Configuration Checks --

Operate and Monitor

Category Tools
Monitoring
Threat Intelligence --
Penetration Testing
Blameless Postmortems