diff options
Diffstat (limited to 'gemfeed/2023-11-19-site-reliability-engineering-part-2.md')
| -rw-r--r-- | gemfeed/2023-11-19-site-reliability-engineering-part-2.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gemfeed/2023-11-19-site-reliability-engineering-part-2.md b/gemfeed/2023-11-19-site-reliability-engineering-part-2.md index 9bddfbcc..29749257 100644 --- a/gemfeed/2023-11-19-site-reliability-engineering-part-2.md +++ b/gemfeed/2023-11-19-site-reliability-engineering-part-2.md @@ -1,12 +1,13 @@ -# Site Reliability Engineering - Part 2: Operational Balance in SRE +# Site Reliability Engineering - Part 2: Operational Balance > Published at 2023-11-19T00:18:18+03:00 This is the second part of my Site Reliability Engineering (SRE) series. I am currently employed as a Site Reliability Engineer and will try to share what SRE is about in this blog series. [2023-08-18 Site Reliability Engineering - Part 1: SRE and Organizational Culture](./2023-08-18-site-reliability-engineering-part-1.md) -[2023-11-19 Site Reliability Engineering - Part 2: Operational Balance in SRE (You are currently reading this)](./2023-11-19-site-reliability-engineering-part-2.md) -[2024-01-09 Site Reliability Engineering - Part 3: On-Call Culture and the Human Side](./2024-01-09-site-reliability-engineering-part-3.md) +[2023-11-19 Site Reliability Engineering - Part 2: Operational Balance (You are currently reading this)](./2023-11-19-site-reliability-engineering-part-2.md) +[2024-01-09 Site Reliability Engineering - Part 3: On-Call Culture](./2024-01-09-site-reliability-engineering-part-3.md) +[2024-09-07 Site Reliability Engineering - Part 4: Onboarding for On-Call Engineers](./2024-09-07-site-reliability-engineering-part-4.md) ``` ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣠⣾⣷⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ @@ -23,7 +24,7 @@ This is the second part of my Site Reliability Engineering (SRE) series. I am cu ⠀⠀⠀⠀⠀⠀⠴⠶⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠶⠦⠀⠀ ``` -## Operational Balance in SRE: Striking the Right Balance Between Reliability and Speed +## Striking the Right Balance Between Reliability and Speed Site Reliability Engineering is more than just a bunch of best practices or methods. It's a guiding light for engineering teams, helping them navigate the tricky waters of modern software development and system management. In the world of software production, there are two big forces that often clash: the push for fast feature releases (velocity) and the need for reliable systems. Traditionally, moving faster meant more risk. SRE helps balance these opposing goals with things like error budgets and SLIs/SLOs. These tools give teams a clear way to measure how much they can push changes without hurting system health. So, the error budget becomes a balancing act, helping teams trade off between innovation and reliability. @@ -42,7 +43,7 @@ That all sounds pretty idealistic. The reality is that getting the perfect balan Continue with the third part of this series: -[2024-01-09 Site Reliability Engineering - Part 3: On-Call Culture and the Human Side](./2024-01-09-site-reliability-engineering-part-3.md) +[2024-01-09 Site Reliability Engineering - Part 3: On-Call Culture](./2024-01-09-site-reliability-engineering-part-3.md) E-Mail your comments to `paul@nospam.buetow.org` :-) |
