forked from GBratsos/dastergon.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
site-reliability.html
172 lines (155 loc) · 7.66 KB
/
site-reliability.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>Pavlos Ratis - Site Reliability Engineering Projects</title>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<meta name="author" content="Pavlos Ratis" />
<meta name="description" content="Site Reliability Engineering Projects" />
<!-- Facebook OpenGraph tags -->
<meta property="og:title" content="Pavlos Ratis" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dastergon.gr/" />
<meta property="og:image" content="https://dastergon.gr/img/my-avatar.jpg" />
<!-- Twitter summary cards -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@dastergon" />
<meta name="twitter:creator" content="@dastergon" />
<meta name="twitter:title" content="Pavlos Ratis" />
<meta name="twitter:image" content="https://dastergon.gr/img/my-avatar.jpg" />
<style>
body {
padding-top: 2em;
}
a {
color: black;
text-decoration: none;
}
a:focus,
a:hover {
color: #f09228;
text-decoration: none;
}
li a {
text-decoration: underline;
}
tr a {
color: #2455c3;
text-decoration: underline;
}
.avatar {
width: 170px;
height: 170px;
border-radius: 180px;
border: 2px solid #ccc;
box-shadow: 0 0 20px -5px black;
}
.container {
max-width: 960px;
}
</style>
</head>
<body>
<main>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-2 order-md-last text-center">
<a href="img/my-avatar_orig.jpg" target="_blank"><img src="img/my-avatar.jpg" alt="Pavlos Ratis"
class="avatar"></a>
</div>
<div class="col-md-8 order-md-first">
<h1><a href="/">Pavlos Ratis</a></h1>
<p>
<a href="https://github.com/dastergon" target="_blank">
<i class="fa fa-github fa-2x" aria-hidden="true"></i>
</a>
<a href="https://twitter.com/dastergon" target="_blank">
<i class="fa fa-twitter fa-2x" aria-hidden="true"></i>
</a>
<a href="https://linkedin.com/in/pavlosratis" target="_blank">
<i class="fa fa-linkedin-square fa-2x" aria-hidden="true"></i>
</a>
<a href="mailto:[email protected]" target="_blank">
<i class="fa fa-envelope fa-2x" aria-hidden="true"></i>
</a>
</p>
<hr />
<h5>Site Reliability Engineering </h5>
<p>
A list of various site reliability projects that I created over time:
<table class="table table-hover">
<tbody>
<tr>
<th scope="row"><a href="https://github.com/dastergon/awesome-sre">awesome-sre</a>
</th>
<td>A curated list of Site Reliability Engineering resources.</td>
</tr>
<tr>
<th scope="row"><a href="https://dastergon.gr/wheel-of-misfortune/">Wheel of
Misfortune</a></th>
<td>Role Playing Game for Incident Management Training.</td>
</tr>
<tr>
<th scope="row"><a href="https://dastergon.gr/availability-calculator/">Availability
Calculator</a></th>
<td>Calculate how much downtime should be permitted in your Service Level
Objectives.</td>
</tr>
<tr>
<th scope="row"><a
href="https://gihub.com/dastergon/awesome-chaos-engineering">awesome-chaos-engineering</a>
</th>
<td>A curated list of Chaos Engineering resources.</td>
</tr>
<tr>
<th scope="row"><a
href="https://github.com/dastergon/postmortem-templates">postmortem-templates</a>
</th>
<td> A collection of postmortem templates from various sources.</td>
</tr>
<tr>
<th scope="row"><a href="https://dastergon.gr/error-budget-calculator">Error Budget
Calculator</a></th>
<td>Calculate the error budget of your service.</td>
</tr>
<tr>
<th scope="row"><a href="https://github.com/dastergon/sreworkbook-templates-md">SRE
Workbook - Markdown Templates</a></th>
<td>A collection of templates ported from the <a
href="https://landing.google.com/sre/book.html">SRE Workbook</a>.</td>
</tr>
<tr>
<th scope="row"><a href="https://github.com/dastergon/CardsAgainstReliability">Cards
Against Reliability</a></th>
<td>A fun card game for software engineers and SREs, based on Cards Against
Humanity.</td>
</tr>
</tbody>
</table>
</p>
</div>
</div>
</div>
</main>
<footer>
<div class="row">
<div class="col-md-12 text-center">
<br>
<p><small class="text-muted">© 2019 Pavlos Ratis</small></p>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T"
crossorigin="anonymous"></script>
</body>
</html>