-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
313 lines (304 loc) · 9.49 KB
/
index.html
File metadata and controls
313 lines (304 loc) · 9.49 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>reveal.js</title>
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/league.css">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/zenburn.css">
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h2 style="margin: 0px">Ops -> DevOps -> Platform Engineering</h2>
<h4>Evolución de la operativa en infraestructura</h4>
<small style="margin-top: 2em;">Asturias Software Crafters Noviembre 2024 | Ramiro Alvarez Fernandez</small>
</section>
<section>
<h2>¿Quién soy?</h2>
<ul>
<li>Platform Engineer Architect</li>
<li><strong><a href="https://empathy.co/">Empathy.co</a></strong>: AI Search</li>
<li><strong><a href="https://resiz.es/">Resizes</a></strong>: build Internal Developer Platforms</li>
<li><strong>More</strong>: 28 certs, Kubestronaut, FinOps Certified Engineer, Speaker </li>
</ul>
<small style="margin-top: 1em;">Ramiro Alvarez Fernandez</small>
</section>
<section>
<h2>Agenda</h2>
<ul>
<li>¿Ops?</li>
<li>¿Dev-Ops?</li>
<li>¿Platform Engineering?</li>
<li>Evolución</li>
<li>¿En qué estado estoy?</li>
<li>¿Implantación en mi organización?</li>
<li>Recomendaciones</li>
<li>Conclusiones</li>
<li>Q&A</li>
</section>
<section>
<img src="./img/memeOops.jpg" alt="PlatformEngineering" height="500px">
</section>
<section>
<h2>¿Ops?</h2>
<ul>
<li>Procesos manuales</li>
<li>Hacer tareas</li>
<li>Silos</li>
<li>Equipo Dev y equipo Ops separados</li>
<li>Reactivos, no proactivos</li>
</ul>
<h1></h1>
<small style="margin-top: 1em;">Principales características</small>
</section>
<section>
<h2>¿Ops?</h2>
<img src="./img/ops.jpeg" alt="Ops" height="350px">
</section>
<section>
<h2>¿Ops?</h2>
<img src="./img/OpsTeamTopologies.png" alt="OpsTeamTopologies" height="350px">
<h1></h1>
<small style="margin-top: 1em;">Team Topologies</small>
</section>
<section>
<h2>¿Ops?</h2>
<ul>
<li>Despliegues de duración infinita</li>
<li>Demasiada burocracia</li>
<li>Sin red de seguridad</li>
<li>Despliegues en producción complejos</li>
<li>Proyectos que empezaron hace años</li>
</ul>
<h1></h1>
<small style="margin-top: 1em;">Problemas</small>
</section>
<section>
<img src="./img/memeDevops.jpg" alt="DevOps" height="350px">
</section>
<section>
<h2>¿Dev-Ops?</h2>
<ul>
<li>Construir sistemas</li>
<li>Code first</li>
<li>Dev y Ops en el mismo equipo</li>
<li>Don't Repeat Yourself (DRY): Automatizar todo</li>
<li>Startups</li>
</ul>
<h1></h1>
<small style="margin-top: 1em;">Principales características</small>
</section>
<section>
<h2>¿Dev-Ops?</h2>
<img src="./img/devops.png" alt="DevOps" height="350px">
</section>
<section>
<h2>¿Dev-Ops?</h2>
<img src="./img/DevopsTools.jpeg" alt="DevOps" height="350px">
</section>
<section>
<h2>¿Dev-Ops?</h2>
<img src="./img/DevOpsTeamTopologies.png" alt="DevOpsTeamTopologies" height="350px">
<h1></h1>
<small style="margin-top: 1em;">Team Topologies</small>
</section>
<section>
<h2>¿Dev-Ops?</h2>
<ul>
<li>Demasiado ownership</li>
<li>Rol de bombero</li>
<li>Los equipos siguen teniendo dependencias</li>
</ul>
<h1></h1>
<small style="margin-top: 1em;">Problemas</small>
</section>
<section>
<img src="./img/memePlatformEngineering.jpg" alt="PlatformEngineering" height="500px">
</section>
<section>
<h2>¿Platform Engineering?</h2>
<ul>
<li>Self-service</li>
<li>Estandarización</li>
<li>Mayor productividad y autonomía</li>
<li>Ownership más definido</li>
<li>Aceleración del SDLC</li>
<li>Consistencia en seguridad y governance</li>
<li>Scale-up</li>
</ul>
<h1></h1>
<small style="margin-top: 1em;">Principales características</small>
</section>
<section>
<h2>¿Platform Engineering?</h2>
<img src="./img/platformengineering.png" alt="PlatformEngineering" height="350px">
</section>
<section>
<h2>¿Platform Engineering?</h2>
<img src="./img/PlatformEngineeringTools.jpg" alt="PlatformEngineering" height="500px">
</section>
<section>
<h2>¿Platform Engineering?</h2>
<img src="./img/PlatformEngineeringTeamTopologies.png" alt="PlatformEngineeringTeamTopologies" height="350px">
<h1></h1>
<small style="margin-top: 1em;">Team Topologies</small>
</section>
<section>
<h2>¿Platform Engineering?</h2>
<ul>
<li>Complejidad</li>
<li>Gran inversión</li>
<li>Posible efecto caja negra</li>
<li>Complejidad para medir impacto directo</li>
</ul>
<h1></h1>
<small style="margin-top: 1em;">Problemas</small>
</section>
<section>
<img src="./img/memeEvolution.jpg" alt="PlatformEngineering" height="500px">
</section>
<section>
<h2>Evolución</h2>
<ol>
<li>Foco en CI</li>
<li>Infrastructura como código</li>
<li>Evitar ClickOps</li>
</ol>
<h1></h1>
<small style="margin-top: 1em;">Evolución de Ops a DevOps</small>
</section>
<section>
<h2>Evolución</h2>
<ol>
<li>Observabilidad</li>
<li>Mejora CI/CD</li>
<li>Uno más en los distintos equipos</li>
<li>Ofrecer a los devs mayor autonomía</li>
<li>Documentación</li>
<li>Sesiones de formación internas</li>
</ol>
<h1></h1>
<small style="margin-top: 1em;">Evolución de DevOps a Platform Engineering</small>
</section>
<section>
<img src="./img/memeEstado.jpg" alt="PlatformEngineering" height="500px">
</section>
<section>
<h2>¿En qué estado estoy?</h2>
<img src="./img/form.png" alt="Formulario" height="400px">
</section>
<section>
<h2>¿En qué estado estoy?</h2>
<table>
<thead><tr>
<th>Sí</th>
<th>Nivel de madurez</th>
<th>Oportunidades</th>
</tr></thead>
<tbody><tr>
<td>>=4</td>
<td>Bajo</td>
<td>Adoptar Platform Engineering</td>
</tr><tr>
<td>=3</td>
<td>Medio</td>
<td>En el camino</td>
</tr><tr>
<td><=2</td>
<td>Elevado</td>
<td>Plena adopción de Platform Engineering</td>
</tr>
</tbody>
</table>
</section>
<section>
<img src="./img/memeAdoption.jpg" alt="PlatformEngineering" height="500px">
</section>
<section>
<h2>¿Implantación en mi organización?</h2>
<ul>
<li>Eficiencia operativa</li>
<li>Reducción de costos</li>
<li>Mejora de la calidad de Software</li>
<li>Cultura de innovación y aprendizaje</li>
<li>Beneficios competitivos</li>
<li>Gestión de riesgos</li>
<li>Métricas y rendimiento</li>
<li>Atracción y retención de talento</li>
</ul>
<small style="margin-top: 1em;">Ideas para convencer a tu CTO de evolucionar a DevOps</small>
</section>
<section>
<h2>¿Implantación en mi organización?</h2>
<ul>
<li>Estandarización y consistencia</li>
<li>Aumento de la productividad</li>
<li>Mejora de la seguridad</li>
<li>Aceleración de la innovación</li>
<li>Escalabilidad y flexibilidad</li>
<li>Gobernanza y cumplimiento</li>
<li>Mejora de la colaboración</li>
</ul>
<small style="margin-top: 1em;">Ideas para convencer a tu CTO de implantar Platform Engineering</small>
</section>
<section>
<h2>Desafíos</h2>
<ul>
<li>Número de desarrolladores</li>
<li>Buy vs Build</li>
<li>Expertise de los trabajadores</li>
<li>Tiempo</li>
</ul>
</section>
<section>
<h2>Recomendaciones</h2>
<ul>
<li>Automatizar</li>
<li>Usar herramientas Cloud Native</li>
<li>Adoptar nuevas prácticas y features en nuevos proyectos</li>
<li>Sesiones educativas</li>
<li>Poner guardaraíles</li>
</ul>
</section>
<section>
<h2>Conclusiones</h2>
<ul>
<li>Adopción cultural en la organización</li>
<li>Balancear tiempo, conocimiento y costes</li>
</ul>
</section>
<section>
<h2>Q&A</h2>
<img src="img/slidesqr.png" alt="CloudFinOps" height="500px">
</section>
<section>
<h2>Gracias</h2>
</section>
</div>
</div>
<script src="dist/reveal.js"></script>
<script src="plugin/notes/notes.js"></script>
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
history: true,
controls: true,
width: 1200,
transition: 'slide', // none/fade/slide/convex/concave/zoom
slideNumber: true,
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
</script>
</body>
</html>