-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·323 lines (308 loc) · 11.4 KB
/
index.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
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
<!doctype html>
<html>
<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="css/reveal.css">
<link rel="stylesheet" href="css/theme/black.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement('link');
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match(/print-pdf/gi) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName('head')[0].appendChild(link);
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section data-background="img/cube.jpg">
<h1>1 an dans le Kube</h1>
<p>(à peu près)</p>
<small>Jean-Baptiste Dusseaut
<a href="https://twitter.com/bodysplash">@bodysplash</a>
</small>
</section>
<section>
<section>
<h2>
<p>
<a href="http://arpinum.fr"><img src="img/logo_arpinum_clair_baseline.png"/></a>
</p>
<p>
<a href="https://jamshake.com"><img src="img/logo-jam-retina.png" alt=""></a>
</p>
</h2>
</section>
</section>
<section>
<section>
<h1>Attention</h1>
<img src="img/classe.jpg" alt="">
<p>Je ne suis pas…</p>
</section>
<section>
<ul>
<li>DevOps</li>
<li>Passionné d'infra</li>
<li>Expert linux</li>
<li>Amoureux de la technique pour la technique</li>
</ul>
</section>
<section>
<img src="img/netflix.png" alt="">
</section>
<section>
<p>J'aime</p>
<ul>
<li>Le code propre, au service du produit</li>
<li>Me concentrer sur la complexité essentielle et pas accidentelle</li>
<li>La bière</li>
<li>Le Domain Driven Design</li>
<li>Garder des options ouvertes</li>
</ul>
</section>
</section>
<section data-background-video="https://jamshake-itg.arpinum.fr/vid/jamshake%20-%20libere%20ta%20creativite.mp4"
, data-background-video-loop="true">
<img src="img/logo-jam-retina.png" alt="">
</section>
<section data-background="img/four_horsemen2.jpg">
<h2>Complexité</h2>
<ul>
<li>États</li>
<li>Interdépendances</li>
<li>Incertitudes</li>
<li>Irréversabilité</li>
</ul>
<p>Professor Enrico Zaninotto</p>
<small>Via <a
href="https://www.facebook.com/notes/kent-beck/taming-complexity-with-reversibility/1000330413333156/">Kent
Beck</a></small>
</section>
<section data-background="img/jamshake_archi.png">
</section>
<section>
<section>
<h1>
<p>IaaS</p>
<p>VS</p>
<p>PaaS</p>
</h1>
<aside class="notes">
Le PaaS limite trop les options
</aside>
</section>
<section data-background="img/gandalf.jpg">
<h1>You shall not PaaS!</h1>
</section>
<section>
<h2>Rend le facile trivial, le difficile impossible</h2>
</section>
<section>
<ul>
<li>Encourage un monolithe</li>
<li>Ferme des options</li>
<li>Couplage avec le fournisseur</li>
</ul>
</section>
</section>
<section>
<section>
<h1>V1</h1>
<h2>
AWS + Ansible + Docker
</h2>
</section>
<section data-background="img/docker.png">
<h3>Pourquoi Docker ?</h3>
<ul>
<li>Réversabilité!</li>
<li>Réduction de l'effet "Snowflake"</li>
<li>Construire son infra sur le poste de dev</li>
<li>Monter un environnement pour les intégrateurs</li>
</ul>
</section>
<section>
<h2>Pourquoi AWS et Ansible ?</h2>
</section>
<section data-background="img/m.jpg">
<iframe src="https://www.jamshake.com/embed/6270b2a1-1b3f-443b-94c2-1eeff93fd0e7" frameborder="0" width="300" height="300"></iframe>
</section>
<section data-background="http://i.giphy.com/3o6gEgkb5xqAyMw5Og.gif">
<div class="fragment">
<h2>Gruuuuu</h2>
<p>Offre Docker basée sur leurs propres outils :</p>
<ul class="fragment">
<li>Difficile de migrer</li>
<li>LE PRIX !!!</li>
</ul>
</div>
</section>
</section>
<section>
<section data-background="img/new_hope.jpg">
<h1>Kubernetes : CaaS</h1>
<p>A new hope</p>
</section>
<section>
<h1>Single Responsability Principle</h1>
<p>Je ne gère plus des serveurs mais un ensemble de containers</p>
<p>Cette abstraction ne fuit pas</p>
</section>
<section>
<h2>L'exploitation a son "Bounded Context"</h2>
<ul>
<li>Service</li>
<li>Replication Controller</li>
<li>Pod</li>
<li>...</li>
</ul>
</section>
<section>
<ul>
<li>Simple n'est pas simpliste : complexité essentielle</li>
<li>Service discovery == Bounded contexts open bar</li>
<li>Open Source</li>
<li>Bonus : Rolling Update, fault tolerance...</li>
</ul>
</section>
</section>
<section>
<section data-background="img/google_cloud_platform.png">
<img src="img/kube7-logo.png" alt="">
</section>
<section>
<ul>
<li>Master "Gratuit"</li>
<li>Quasi rien à configurer sur le cluster</li>
<li>Transparent : groupe d'instances + Master</li>
<li>(mais faite attentions aux ips)</li>
</ul>
</section>
<section>
<h2>Étape 1 : Les descripteurs</h2>
<ul>
<li>Verbeux tout de même</li>
<li>Tags WTF</li>
<li>Quelques cas tordus : ZooKeeper</li>
<li>On utilise toujours Ansible</li>
</ul>
</section>
<section>
<h2>Étape 2 : La taille</h2>
<ul>
<li>Ne pas dépasser les 5 nœuds</li>
<li>Chaque nouveau node doit nous faire tenir longtemps</li>
<li>N+1 nodes</li>
<li>ATTENTION : kube consomme (peut se lire "ne jamais tenter de monter un cluster avec des
micros")
</li>
</ul>
</section>
<section>
<h2>Étape 3 : Je mets quoi dedans</h2>
<p>Indices</p>
<ul>
<li>Pas votre base</li>
<li>Pas votre intégration continue</li>
</ul>
</section>
<section>
<h2>Étape 4 : Intégration continue </h2>
<ul>
<li>Registry ?</li>
<li>Namespaces</li>
<li>Drone</li>
<li>Ou wercker ?</li>
<li>Taille des images</li>
</ul>
</section>
<section data-background="http://i.giphy.com/10CQOoOrvfpgbe.gif">
<h2>Étape surprise</h2>
<p>Alpine et Kubernetes sont dans un bateau</p>
</section>
<section>
<h2>Exploitation</h2>
<ul>
<li>Logs aggrégés</li>
<li>Stackdriver</li>
<li>Mise à jour des clusters</li>
<li>Nœuds qui partent en cacahuète</li>
</ul>
</section>
</section>
<section>
<section>
<h1>Et ensuite...</h1>
</section>
<section>
<p>Ça va limite plus vite que l'écosytème JS...</p>
</section>
<section>
<p>Mais :</p>
<ul>
<li>Kubernetes avance vite (ingress, autoscaler, taille de node multiples...)</li>
<li>Helm</li>
<li>Deis</li>
</ul>
</section>
<section data-background="img/four_horsemen2.jpg">
<h2>Complexité</h2>
<ul>
<li>États</li>
<li>Interdépendances</li>
<li>Incertitudes</li>
<li>Irréversabilité</li>
</ul>
<p>Professor Enrico Zaninotto</p>
<small>Via <a
href="https://www.facebook.com/notes/kent-beck/taming-complexity-with-reversibility/1000330413333156/">Kent
Beck</a></small>
</section>
<section>
<p>Du coup...</p>
<ul>
<li>scoop.immo</li>
<li>preveasy</li>
<li>groupe sud-ouest</li>
<li>...</li>
</ul>
</section>
</section>
<section>
<iframe width="560" height="315" src="https://www.youtube.com/embed/dhW1j-5SbCI" frameborder="0"
allowfullscreen data-autoplay=""></iframe>
</section>
<aside class="notes">
L'avenir : DEIS HELM
Concurrence : swarm fleet
intégration continue
</aside>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
history: true,
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{src: 'plugin/markdown/marked.js'},
{src: 'plugin/markdown/markdown.js'},
{src: 'plugin/notes/notes.js', async: true},
{
src: 'plugin/highlight/highlight.js', async: true, callback: function () {
hljs.initHighlightingOnLoad();
}
}
]
});
</script>
</body>
</html>