You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: topics/devops/README.md
+30-2Lines changed: 30 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -393,10 +393,10 @@ This situation might lead to bugs which hard to identify and reproduce.
393
393
<details>
394
394
<summary>Explain Declarative and Procedural styles. The technologies you are familiar with (or using) are using procedural or declarative style?</summary><br><b>
395
395
396
-
Declarative - You write code that specifies the desired end state<br><b>
396
+
Declarative - You write code that specifies the desired end state<br>
397
397
Procedural - You describe the steps to get to the desired end state
To better emphasize the difference, consider creating two virtual instances/servers.
@@ -506,3 +506,31 @@ Google: "Monitoring is one of the primary means by which service owners keep tra
506
506
507
507
Read more about it [here](https://sre.google/sre-book/introduction)
508
508
</b></details>
509
+
510
+
<details>
511
+
<summary>What are the two main SRE KPIs</summary><br><b>
512
+
513
+
Service Level Indicators (SLI) and Service Level Objectives (SLO).
514
+
</b></details>
515
+
516
+
<details>
517
+
<summary>What is Toil?</summary><br><b>
518
+
519
+
Google: Toil is the kind of work tied to running a production service that tends to be manual, repetitive, automatable, tactical, devoid of enduring value, and that scales linearly as a service grows
520
+
521
+
Read more about it [here](https://sre.google/sre-book/eliminating-toil/)
522
+
</b></details>
523
+
524
+
525
+
<details>
526
+
<summary>What is a postmortem ? </summary><br><b>
527
+
528
+
The postmortem is a process that should take place folowing an incident. It’s purpose is to identify the root cause of an incident and the actions that should be taken to avoid this kind of incidents from hapenning again. </b></details>
529
+
530
+
531
+
<details>
532
+
<summary>What is the core value often put forward when talking about postmortem?</summary><br><b>
533
+
534
+
Blamelessness.
535
+
Postmortems need to be blameless and this value should be remided at the begining of every postmortem. This is the best way to ensure that people are playing the game to find the root cause and not trying to hide their possible faults.</b></details>
0 commit comments