You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### UK Gov | Control Plane | LearnK8s | lots of open source
20
37
21
38
---
22
39
@@ -30,6 +47,20 @@ My name is Chris, and I've been trying, with some success to use Kubernetes sinc
30
47
I'm Solution Architect at Appvia, instructor at LearnK8s, and tinkerer of open source including maintaining some high profile projects in the home automation space.
31
48
32
49
I'm often talk too fast when doing these, please shout at me when this happens, and jump in with questions though there will also hopefully be time at the end.
50
+
51
+
--- ONLINE ---
52
+
Hello! Thank you so much for joining me here today.
53
+
54
+
So, to kick things off my name is Chris Nesbitt-Smith, I'm based in London and currently work with some well known brands like learnk8s, control plane, esynergy and various bits of UK Government I'm also a tinkerer of open source stuff.
55
+
56
+
I've using and abusing Kubernetes in production since it was 0.4, believe me when I say its been a journey!
57
+
58
+
I've definitely got the scars to show for it.
59
+
60
+
It'd be great to hear where you're joining from today so if you could drop a comment in the chat and let me know where you are that'd be great.
61
+
62
+
We'll have time for any questions at the end if you want to drop them into the comments.
63
+
33
64
-->
34
65
35
66
---
@@ -38,6 +69,10 @@ I'm often talk too fast when doing these, please shout at me when this happens,
38
69
39
70
<!--
40
71
By show of hands who's worked with pods before?
72
+
73
+
--- ONLINE ---
74
+
75
+
In a virtual, bit offline, by show of hands (or dropping off the stream) who's worked with pods before?
41
76
-->
42
77
43
78
---
@@ -101,7 +136,7 @@ and in that time has never made it past the beta classification, and I believe m
101
136
# 😢 <!--fit-->
102
137
103
138
<!--
104
-
Sadly that's not the case for PSPs, they were deprecated in 1.21 April last year, and will be removed entirely in 1.25 which will be around August this year.
139
+
Sadly that's not the case for PSPs, they were deprecated in 1.21, and was removed entirely in 1.25.
105
140
-->
106
141
107
142
---
@@ -177,6 +212,11 @@ spec:
177
212
178
213
<!--
179
214
Who can give me an example of what this container can actually do, say if a remote code exploit is found, or your code is bad?
215
+
216
+
--- ONLINE ---
217
+
Looking at this pod, can anyone give me an example of what this container can actually do, say if a remote code exploit is found, or your code is bad?
218
+
If you can get ahead of me and leave a comment in the comments.
219
+
180
220
-->
181
221
182
222
---
@@ -188,8 +228,13 @@ Who can give me an example of what this container can actually do, say if a remo
188
228
# Live demo
189
229
190
230
<!--
231
+
232
+
Lets have a quick explore and find out:
233
+
191
234
set +o history
192
-
kind create cluster
235
+
kind create cluster --image=kindest/node:v1.23.0
236
+
237
+
kubectl run --image debian -ti unpriv
193
238
194
239
kubectl run --rm --privileged --image debian -ti priv
@@ -801,9 +845,7 @@ Thanks for your time, hopefully this has been interesting if a tease.
801
845
802
846
Please do follow me on LinkedIn, Twitter, Github and you can be assured there'll be no spam since I'm awful at self promotion especially on social media. cns.me just points at my linkedin
803
847
804
-
At Appvia we're doing a tonne of opensource, so checkout both mine and the appvia github orgs, star and watch to your hearts content.
805
-
806
-
The original content for this talk and some of the solutions I've alluded to including how to do Policy as Versioned Code are on the appvia blog.
848
+
The original content for this talk and some of the solutions I've alluded to including how to do Policy as Versioned Code are on the appvia.io blog.
807
849
808
-
Questions are very welcome on this or anything else, I'll hold the stage as long as I'm allowed, or find me afterwards, I'm pretty thirsty so I'll be over there.
850
+
Questions are very welcome on this or anything else, If I miss you or you're not watching this live I'll try and keep an eye on the comments, or find me on the DevSecCon discord or LinkedIn.
0 commit comments