diff --git a/README.md b/README.md index e0f10de..348ec79 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,17 @@ For instance, take into account the snaptshot above. If you already know how to * [Seth Vargo](https://twitter.com/sethvargo) 🐦 * [Tammy Buttow](https://twitter.com/tammybutow) * Monitoring (See later Section) - * Being on Call + * Incidents + * Being on Call + * [PagerDuty - Being on call](https://response.pagerduty.com/oncall/being_oncall/) 🆓 + * Reponse + * [Google - Incident Management](https://www.youtube.com/watch?v=n4y9dwinPBQ) 🆓 📼 + * [PagerDuty - Incident Response Management](https://response.pagerduty.com) 🆓 + * [PagerDuty - Incident Reponse Course](https://www.youtube.com/watch?v=BI7nfkoTmiA) 🆓 📼 + * [FireHydrant - Incident Ready](https://www.youtube.com/watch?v=K2sf2lb2-4I) 🆓 📼 * Post-mortem + * [Google - Postmortems & Retrospectives](https://www.youtube.com/watch?v=UBe7U2b3tsA) 🆓 📼 + * [PagerDuty - Post-mortems]() * Software Engineering * Version Control * git diff --git a/resources/topic-graph.mmd b/resources/topic-graph.mmd index 6236d9b..d924f90 100644 --- a/resources/topic-graph.mmd +++ b/resources/topic-graph.mmd @@ -4,6 +4,10 @@ graph TD SRE --> Cul[Culture] Cul --> SLA Cul --> SLO + Cul --> Inc[Incidents] + Inc --> Onc[On-call] + Inc --> ReM[Incident Reponse] + Inc --> PoM[Post-Mortem] SRE --> SW[Software Engineering] SW --> PL[Programming Languages] diff --git a/resources/topic-graph.png b/resources/topic-graph.png index 35cd0b6..a0a2d92 100644 Binary files a/resources/topic-graph.png and b/resources/topic-graph.png differ