Add SRE culture related links (book/annotations)

This commit is contained in:
Marcelo Boeira
2019-04-20 15:31:45 +02:00
parent dcd230065d
commit b91d88208a
4 changed files with 12 additions and 0 deletions

View File

@@ -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

View File

@@ -0,0 +1,3 @@
# Site Reliability Engineering
> How Google Runs Production Systems

View File

@@ -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