Skip to content

Commit f202a72

Browse files
fixes to markup and title
1 parent aed7f6a commit f202a72

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/site-reliability-engineering/articles/sre-and-devops.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ ms.date: 04/22/2020
99
ms.author: dnb
1010

1111
---
12-
# Frequently asked questions: What's the relationship between site reliability engineering (SREs) and DevOps?
12+
# Frequently asked questions: What's the relationship between SRE and DevOps?
1313

14-
There is a set of common questions that come up around the relationship between SRE and DevOps including "How are they same? How are they different? Can we have both in our organization?". This article attempts to share some of the answers that have been offered by the SRE and DevOps communities that get us closer to an understanding of this relationship.
14+
There is a set of common questions that come up around the relationship between site reliability engineering and DevOps including "How are they same? How are they different? Can we have both in our organization?". This article attempts to share some of the answers that have been offered by the SRE and DevOps communities that get us closer to an understanding of this relationship.
1515

1616
## How are they the same?
1717

1818
SRE and DevOps are both modern operations practices that were created and developed in response to challenges that included:
1919

20-
- a growing complexity of our production environments and development processes
21-
- increasing business dependency on the continuous functioning of those environments
22-
- the inability to scale the workforce linearly with the size of these environments
23-
- the need to move faster while still retaining operational stability
20+
- a growing complexity of our production environments and development processes
21+
- increasing business dependency on the continuous functioning of those environments
22+
- the inability to scale the workforce linearly with the size of these environments
23+
- the need to move faster while still retaining operational stability
2424

2525
Both operations practices value attention to subjects that are crucial to dealing with these challenges like monitoring/ observability, automation, documentation, and collaborative software development tools.
2626

@@ -58,7 +58,7 @@ This answer is quoted or slightly paraphrased from a contribution by Thomas Limo
5858

5959
But more importantly, he also draws a diagram that starts with the software development process on one side and the production operations work on the other. The two are connected by the usual pipeline that is built to take the code from a developer, shepherd it through the desired number of tests and stage and then move that code into production.
6060

61-
Limoncelli notes that DevOps engineers start at the development environment and automate steps towards production. Once complete, they go back to optimize bottlenecks.
61+
Limoncelli notes that DevOps engineers start at the development environment and automate steps towards production. Once complete, they go back to optimize bottlenecks.
6262

6363
SREs, on the other hand, focus on production operations, and reach deep into the pipeline as a means of improving the end result (basically working in the opposite direction).
6464

0 commit comments

Comments
 (0)