-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathsre.tex
431 lines (324 loc) · 11.5 KB
/
sre.tex
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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
\documentclass{article}
\usepackage[table]{xcolor}
\usepackage[paperwidth=800mm, paperheight=625mm]{geometry}
% Don't show page numbers.
\pagenumbering{gobble}
% Column settings for skills table.
\newcolumntype{C}{p{20em}}
\begin{document}
% Title of matrix.
\begin{center}
\begin{huge}
Site Reliability Engineering (SRE)
\end{huge}
\end{center}
\bigbreak
% Alternating row colors.
\rowcolors{2}{gray!80!gray!50}{gray!50!gray!20}
% Padding for each cell.
{\renewcommand{\arraystretch}{2}
% Skills table.
\begin{center}
\begin{tabular}{|C|C|C|C|C|C|C|C|C|}
\hline
\rowcolor{blue!60!black!10}
\textbf{Level/Skill}
&
\cellcolor{blue!25}
\textbf{Product Output}
&
\textbf{Decision Making/Supervision}
&
\textbf{Communication/Writing}
&
\textbf{Networking}
&
\textbf{Security}
&
\textbf{Systems Engineering}
&
\textbf{Site Reliability Engineering (SRE)}
\\
\hline
% Level
1
&
% Product Output
\cellcolor{blue!25}
Creates a design document based on well-defined scoped requirements and
implements it.
&
% Decision Making/Supervision
Normally receives general instruction on work and new assignments.
&
% Communication
Reports progress on a regular basis as required by the team's operational
requirements. Actively solicits feedback. Participates on interview panels.
&
% Networking
Understands common networking issues and troubleshooting techniques.
\bigbreak
Understands different networking layers (OSI model).
\bigbreak
Understands basic network concepts like subnets and routing. Understands
basic network protocols like TCP/IP, ICMP, DHCP, and DNS.
&
% Security
Understands operating systems security principles like iptables,
users/groups, file permissions, and capabilities. Can apply operating system
hardening guides like CIS Benchmarks.
\bigbreak
Understands basic security principles like SSH keys and TLS certificates.
&
% Systems Engineering
&
% SRE
Understands and can make changes to existing Makefiles, shell scripts, and
Dockerfiles.
\bigbreak
Understands system performance basics. Can monitor on CPU, memory, disk,
and network utilization.
\bigbreak
Understands declarative configuration and can use tooling like Terraform or
a Kubernetes operator to make changes to existing infrastructure and
applications.
\\ [13em]
\hline
% Level
2
&
% Product Output
\cellcolor{blue!25}
Can write high quality user and product focused documentation.
&
% Decision Making/Supervision
Normally receives little instruction on day-to-day work, general instructions
on new assignments.
&
% Communication
Provides constructive review on peers' code and design. Helps new team
members during their first weeks.
&
% Networking
Can independently troubleshoot most network issues.
\bigbreak
Can setup and configure production quality network infrastructure like DNS,
Load Balancers, and encrypted overlay networks (using IPsec or WireGuard). Can
reason about their reliability.
&
% Security
Understands and can apply basic cryptographic principles. Can configure SSH
and TLS for a server (chooses appropriate key sizes, algorithms, and versions),
pick strong authentication and authorization primitives, and appropriate
encryption for data in transit and rest.
\bigbreak
Can setup production quality encrypted networking (like IPsec or
WireGuard). Can reason about their reliability.
&
% Systems Engineering
Understands the usage of POSIX and other APIs for Linux systems.
&
% SRE
Can independently troubleshoot basic systems issues. Uses standard tools
and logging to troubleshoot issues.
\bigbreak
Can use declarative languages like Terraform to build and manage infrastructure.
\bigbreak
Can configure alerts on latency, traffic, errors, and saturation issues.
Uses Cloud native metrics, monitor, and alerting stacks (CloudWatch,
Prometheus, Grafana)
\bigbreak
Is a member of on-call rotation and can resolve issues outlined in
runbooks.
\bigbreak
Demonstrates knowledge of AWS. May have certification like AWS Certified
SysOps Administrator.
\\ [13em]
\hline
% Level
3
&
% Product
\cellcolor{blue!25}
Collaborates with the team to scope requirements, based on good
understanding of existing longer term product vision and estimates of the
system design of a feature of a product.
&
% Decision Making/Supervision
Work is done independently and is reviewed at critical points.
&
% Communication
Coordinates project deliverables alongside parallel team efforts.
\bigbreak
Supports less experienced peers' technical skills, answering questions and
being a resource. Documents and improves team practices.
&
% Networking
Can setup and operate a multi-region infrastructure and networking
environment. Can reason about it's performance, reliability, and failure modes.
\bigbreak
Has in-depth understanding of container networking. Can write own CNI plugin
utilizing IPSec or WireGuard on Kubernetes.
\bigbreak
Understands advanced networking concepts like NAT traversal and BGP.
&
% Security
Can build secure systems that will pass quality security audit that will
uncover few to no critical system design errors.
\bigbreak
Can apply security principals when building systems. Can utilize access
control primitives (like IAM and RBAC) to limit access to infrastructure.
Understands secret life cycle management in production environments. Understand
API authentication systems, can reason about trade-offs between use of JWT,
OIDC, and mTLS. Understands security critical events that occur within a system
and can configure alerting on them.
\bigbreak
Understands advanced operating system security concepts. Can utilize
Mandatory Access Control (MAC) systems like as SELinux or AppArmor. Understands
container security. Can utilize control groups and namespaces to isolate and
application.
&
% Systems Engineering
Can write software (like tools and automation) that is readable/extensible
and used in production. Understands basic testing concepts like unit and
integration testing.
&
% SRE
Excellent systems troubleshooter. Can diagnose and resolve cascading
failures. Uses modern BPF tools for troubleshooting.
\bigbreak
Demonstrates advanced knowledge of Kubernetes deployments (CRDs, ingress
controllers, Load Balancers).
\bigbreak
Can build and maintain reliable production CI/CD pipelines for build, test,
and release.
\bigbreak
Demonstrates advanced knowledge of AWS. May have certification like AWS
Certified Solutions Architect or Certified Kubernetes Administrator (CKA).
\\ [13em]
\hline
% Level
4
&
% Product
\cellcolor{blue!25}
Leads the implementation of the isolated feature/improvement that
measurably and significantly impacts business outcomes from gathering
requirements to getting to the market stage.
&
% Decision Making/Supervision
Work is reviewed upon completion and is consistent with departmental
objectives.
&
% Communication
Leads and clearly articulates project deliverables.
\bigbreak
Writes technical articles/blog posts, delivers tech and lightning talks
representing the company's technical vision.
\bigbreak
Writes Root Cause Analysis (RCA) documents after incidents that help the
team mitigate recurrence of that issue.
&
% Networking
Can make changes to existing network infrastructure tooling (like load
balancers, DNS servers, service meshes) to solve relevant business needs.
&
% Security
Writes technical articles on security aspects of the system, implements
significant security product innovations in the area delivered to customers.
\bigbreak
Understands and can apply advanced cryptographic principles. Understands
hashing (including for anonymization), when to use symmetric and asymmetric
cryptography, cipher modes, and TLS versions.
\bigbreak
Understands and can apply advanced network security principles. Understands
data extrusion prevention. Understands DDoS mitigation. Understands how to
monitor systems for rootkits and can deploy mitigation strategies when a system
is under attack.
&
% Systems Engineering
Not only can write data-race and dead- lock free code, but implements safe and
concurrent and/or parallel systems using minimum amount of shared state,
granular locking - systems that are easy to read, extend and troubleshoot.
&
% SRE
Can build and operate large scale, stable, and reliable production platform
environments like Kubernetes.
\bigbreak
Understands service availability and helps developer Service Level
Indicators (SLI) and Service Level Objectives (SLO).
\bigbreak
Can deploy and operate databases at large scale. Understands index
compaction, failover, sharding, and query performance analysis.
\bigbreak
Writes high quality design documents with few to no critical system design
errors.
\\ [13em]
\hline
% Level
5
&
% Product
\cellcolor{blue!25}
Leads the implementation of a new product line or significant part of the
product to deliver it to the market in collaboration with all other teams.
&
% Decision Making/Supervision
Focuses on providing thought leadership and works on broader organization
projects, which requires understanding of wider business. Recognized
internally as a subject matter expert. May direct the activities of others.
&
% Communication
Writes advanced technical articles/blog posts, gaining significant industry
traction or delivers technical talks on major conferences representing the
company's vision.
&
% Networking
Can create network infrastructure tooling to provide service level load
balancing, multi-region connectivity, and observability (like Cilium).
&
% Security
Researches and designs new security systems and protocols.
&
% Systems Engineering
Can implement production grade systems leveraging advanced low-level and/or
novel components like eBPF, control groups, or Noise Protocol Framework.
&
% SRE
Understands and uses advanced system performance troubleshooting
techniques like ptrace, strace, flamegraphs, or writing custom bpftrace
programs.
\bigbreak
Can build advanced monitoring and anomaly detection systems.
\\ [13em]
\hline
% Level
6 (internal promotion only)
&
% Product
\cellcolor{blue!25}
Designs new data structures and algorithms solving relevant business
problems and creating competitive advantage for the company.
&
% Decision Making/Supervision
Exercises wide latitude in determining objectives and approaches to critical
assignments.
&
% Communication
Produces peer-reviewed research papers or patent applications.
&
% Networking
&
% Security
&
% Systems Engineering
Can design and build system for container orchestration and management like
Kubernetes.
&
% SRE
\\ [11em]
\end{tabular}
\end{center}
% End renewcommand wrapping.
}
\end{document}