HiveBrain v1.2.0
Get Started
← Back to all entries
principleMinor

What are the core differences between DevOps and Agile ? And Is both two different approach to solve the similar problem?

Submitted by: @import:stackexchange-devops··
0
Viewed 0 times
problemthecorewhatarebothdifferencestwobetweenagile

Problem

I read some articles related to DevOps and Agile and found both are two different methodologies for software development.
My questions is, If both methodology is solution for same problem then what is advantages of one over another.

Solution

Agile is a methodology to organize (or group) a set of changes to software components in a give period (= sprint), so think about it as a planning tool or so. Whereas the stake holders are the scrum master, the PO, the actual developers, etc.

DevOps is (mostly) about shipping modified components from one environment (e.g. unit testing) to another one (e.g. acceptance testing), and for which things like CI and CD can be used. Whereas the stake holders are the developers, the testers, operations control people (or SREs if you prefer), etc.

Context

StackExchange DevOps Q#16170, answer score: 1

Revisions (0)

No revisions yet.