-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuzz-2018-12.html
259 lines (235 loc) · 8.94 KB
/
buzz-2018-12.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
<!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>DevOps Malaysia #6</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">
<!-- slide -->
<section>
<h1>DevOps Meetup #6</h1>
</section>
<!-- slide -->
<section>
<h1>600+ members</h1>
<img class="stretch" src="img/awyeah.gif"/>
</section>
<!-- slide -->
<section>
<section>
<h1>Who we are</h1>
</section>
<section>
<p>
Volunteers (hangs around EngineersMY slack)
<a href="https://engineersmy.herokuapp.com">https://engineersmy.herokuapp.com</a>
<br/>
<h4>Join us!</h4>
</p>
</section>
<section>
<p>
Monthly meetup announced on meetup.com
<br/>
Get in touch via meetup.com
<br/>
or
<br/>
Slack us to volunteer / speak / sponsor
</p>
</section>
<section>
<h3>Other meetups</h3>
<p class="fragment">
DevKami curated meetups: <a data-preview-link href="https://devkami.com/page/meetups/">https://devkami.com/page/meetups/</a>
</p>
<p class="fragment">
KL meetups by Tokwan: <a data-preview-link href="http://malaysia.herokuapp.com/#upcoming">http://malaysia.herokuapp.com/#upcoming</a>
</p>
</section>
<section>
<h2>House rules</h2>
</section>
<section>
<ul>
<li>Minimal bikeshedding</li>
<li class="fragment">Participate!</li>
<li class="fragment">Respect opinions — agree to disagree!</li>
<li class="fragment">Thank the organizers & sponsors!</li>
</ul>
</section>
</section>
<!-- slide -->
<section>
<section>
<h1>Buzz Corner</h1>
</section>
</section>
<!-- slide -->
<section>
<section>
<span class="tag">container</span>
<h2>dive (again)</h2>
<img src="https://raw.githubusercontent.com/wagoodman/dive/master/.data/demo.gif" width="720"/>
<br/>
<a target="_blank" href="https://github.com/wagoodman/dive">Github</a>
<aside class="notes">
<ul>
<li>A tool for exploring a docker image, layer contents, and discovering ways to shrink your Docker image size</li>
</ul>
</aside>
</section>
<section>
<span class="tag">container</span>
<h2>compose naming scheme</h2>
<p>From <strong>1.23.0</strong> naming scheme changed from <pre><code data-noescape><project>_<service>_<idx></code></pre> to <pre><code data-noescape><project>_<service>_<idx><mark>_<slug></mark></code></pre> slug is randomly-generated hexadecimal string
<br/>
<a target="_blank" href="https://github.com/docker/compose/blob/master/CHANGELOG.md#1230-2018-10-30">Github</a>
<aside class="notes">
<ul>
<li>A tool for exploring a docker image, layer contents, and discovering ways to shrink your Docker image size</li>
</ul>
</aside>
</section>
<section>
<span class="tag">container</span>
<h2>compose on k8s open sourced</h2>
<iframe class="stretch" src="https://blog.docker.com/2018/12/simplifying-kubernetes-with-docker-compose-and-friends/"></iframe>
<br/>
<a data-preview-link href="https://blog.docker.com/2018/12/simplifying-kubernetes-with-docker-compose-and-friends/">blog</a>
</section>
<section>
<span class="tag">container</span>
<h2>DO k8s</h2>
<iframe class="stretch" src="https://blog.digitalocean.com/digitalocean-releases-k8s-as-a-service/"></iframe>
<br/>
<a data-preview-link href="https://blog.digitalocean.com/digitalocean-releases-k8s-as-a-service/">blog</a>
</section>
<section>
<span class="tag">container</span>
<h2>k8s CNI plugins benchmark</h2>
<ul>
<li>Calico</li>
<li>Canal</li>
<li>Gilium</li>
<li>Flannel</li>
<li>Kube-router</li>
<li>Romana</li>
<li>WeaveNet</li>
</ul>
<br/>
<a target="_blank" href="https://itnext.io/benchmark-results-of-kubernetes-network-plugins-cni-over-10gbit-s-network-36475925a560">Link</a>
</section>
</section>
<!-- slide -->
<section>
<section>
<span class="tag">secret-management</span>
<h2>Vault 1.0</h2>
<a target="_blank" href="https://www.hashicorp.com/blog/vault-1-0">Link</a>
</section>
</section>
<!-- slide -->
<section>
<section>
<span class="tag">benchmarking</span>
<h2>k6.io</h2>
<iframe class="stretch" src="https://k6.io/"></iframe>
<a data-preview-link href="https://k6.io/">Link</a>
</section>
</section>
<!-- slide -->
<section>
<section>
<span class="tag">aws</span>
<h2>Firecracker</h2>
<img class="stretch" src="img/firecracker.png" style="background-color: white;"/>
<br/>
<a target="_blank" href="https://firecracker-microvm.github.io/">Link</a>
</section>
<section>
<span class="tag">aws</span>
<h2>EC2 predictive scaling</h2>
<p>May combine 2 models:</p>
<ul>
<li>Predictive — <strong>free</strong> forecast load & proactive capacity scheduling</li>
<li>Dynamic — CloudWatch metric-based scaling</li>
</ul>
<a target="_blank" href="https://aws.amazon.com/blogs/aws/new-predictive-scaling-for-ec2-powered-by-machine-learning/">Link</a>
</section>
<section>
<span class="tag">aws</span>
<h2>Lambda</h2>
<p>Use any language and share common components via</p>
<p>Lambda Layers</p>
&
<p>Lambda Runtime API</p>
<a target="_blank" href="https://aws.amazon.com/blogs/aws/new-for-aws-lambda-use-any-programming-language-and-share-common-components/">Link</a>
</section>
<section>
<span class="tag">aws</span>
<h2>New region: Stockholm</h2>
<p>5th Europe region opened (<code>eu-north-1</code>)</p>
<a target="_blank" href="https://aws.amazon.com/blogs/aws/now-open-aws-europe-stockholm-region/">Link</a>
</section>
</section>
<section>
<h1>/buzz</h1>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<style>
span.tag {
position: absolute;
left: 0;
bottom: 0;
font-size: small;
}
span.tag::before {
content: '#';
}
mark {
background-color: #A3A;
}
</style>
<script>
// More info about config & dependencies:
// - https://github.com/hakimel/reveal.js#configuration
// - https://github.com/hakimel/reveal.js#dependencies
Reveal.initialize({
slideNumber: true,
fragmentInURL: true,
pdfMaxPagesPerSlide: 1,
// slides away for lazy-loading
viewDistance: 3,
// don't print fragments separately (pdf)
pdfSeparateFragments: false,
dependencies: [
// Speaker notes
{ src: 'plugin/notes/notes.js', async: true },
// Syntax highlight for <code> elements>
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
// Zoom in and out with Alt+click
{ src: 'plugin/zoom-js/zoom.js', async: true },
]
});
</script>
</body>
</html>