aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2023-02-05-book-site-reliability-engineering.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2023-02-05-book-site-reliability-engineering.md')
-rw-r--r--content/posts/2023-02-05-book-site-reliability-engineering.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/content/posts/2023-02-05-book-site-reliability-engineering.md b/content/posts/2023-02-05-book-site-reliability-engineering.md
index 031ab93..03766e8 100644
--- a/content/posts/2023-02-05-book-site-reliability-engineering.md
+++ b/content/posts/2023-02-05-book-site-reliability-engineering.md
@@ -1,9 +1,9 @@
---
-title: "Book - Site Reliability Engineering"
-date: 2023-02-05T15:53:43Z
-draft: false
-params:
- comments: true
+.title = "Book - Site Reliability Engineering",
+.author = "Martin Ashby",
+.date = @date("2023-02-05T15:53:43Z"),
+.layout = "single.html",
+.custom = {"comments": true},
---
I've read [Site Reliability Engineering](https://sre.google/sre-book/table-of-contents/) (SRE) from Google/O'Reilly. It's an interesting insight into how Google scales their operations work.