Debug School

Richard Yabut
Richard Yabut

Posted on

Difference between DevOps and DevSecOps

DevSecOps evolved from DevOps, but the two practices have different goals. DevOps has a focus on efficiency while DevSecOps focuses on security. DevSecOps builds upon DevOps to address vulnerability in the cloud.

DevOps

  • Sole focus on delivery speed and quality.
  • Makes security the responsibility of a sole team. DevSecOps
  • Augments speed with security.
  • Makes security a shared responsibility of all teams.

DevOps team focuses more on developing and deploying the code. The process is made faster with good communication between the team members. DevSecOps team focuses on the security of the code along with faster development and deployment.

Top comments (0)