Add SRE culture related links (book/annotations)
This commit is contained in:
@@ -19,6 +19,11 @@
|
||||
## References
|
||||
|
||||
* Site Reliability Engineering
|
||||
* Culture
|
||||
* SRE Books
|
||||
* [Site Reliability Engineering - How Google Runs Production Systems](https://landing.google.com/sre/books/) 📕 🆓
|
||||
* [Annotations](/) - Coming Soon
|
||||
* [The Site Reliability Workbook - Practical Ways to Implement SRE](https://landing.google.com/sre/books/) 📕 🆓
|
||||
* Software Engineering
|
||||
* Programming Languages
|
||||
* Functional Programming Languages
|
||||
|
||||
3
docs/sre/books/google/README.md
Normal file
3
docs/sre/books/google/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Site Reliability Engineering
|
||||
> How Google Runs Production Systems
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
graph TD
|
||||
SRE[Site Reliability Engineering]
|
||||
|
||||
SRE --> Cul[Culture]
|
||||
Cul --> SLA
|
||||
Cul --> SLO
|
||||
|
||||
SRE --> SW[Software Engineering]
|
||||
SW --> PL[Programming Languages]
|
||||
PL --> SysPL[Systems Programming Languages]
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 162 KiB After Width: | Height: | Size: 163 KiB |
Reference in New Issue
Block a user