Files
containers/slides/past.html
2023-08-15 07:28:07 +02:00

103 lines
3.4 KiB
HTML

<html>
<head>
<title>Container Training</title>
<link rel="stylesheet" href="index.css">
<meta charset="UTF-8">
</head>
<body>
<div class="main">
<table>
<tr><td class="header" colspan="3">Container Training</td></tr>
<tr><td class="details" colspan="3">Note: while some workshops are delivered in other languages, slides are always in English.</td></tr>
<tr><td class="title" colspan="3">Free Kubernetes intro course</td></tr>
<tr>
<td>Getting Started With Kubernetes and Container Orchestration</td>
<td><a class="slides" href="https://qconuk2019.container.training" /></td>
<td><a class="video" href="https://www.youtube.com/playlist?list=PLBAFXs0YjviJwCoxSUkUPhsSxDJzpZbJd" /></td>
</tr>
<tr>
<td class="details">This is a live recording of a 1-day workshop that took place at QCON London in March 2019.</td>
</tr>
<tr>
<td class="details">If you're interested, we can deliver that workshop (or longer courses) to your team or organization.</td>
</tr>
<tr>
<td class="details">Contact <a href="mailto:jerome.petazzoni@gmail.com">Jérôme Petazzoni</a> to make that happen!</td>
</tr>
<tr><td class="title" colspan="3">Past workshops</td></tr>
<tr>
<td>Kubernetes deployment techniques</td>
<td><a class="slides" href="https://training.verleun.org/intro-fd-k8s-deployments.yml.html#1" />
</td>
</tr>
<tr>
<td class="details">Delivered June 19th, 2023 at kubernetes workshop part 2 in Apeldoorn.</td>
</tr>
<tr>
<td>Kubernetes foundation</td>
<td><a class="slides" href="https://training.verleun.org/intro-fd-k8s.yml.html#1" />
</td>
</tr>
<tr>
<td class="details">Delivered June 12th, 2023 at kubernetes workshop part 1 in Apeldoorn.</td>
</tr>
<tr>
<td>Docker, focus on airgapped environments</td>
<td><a class="slides" href="https://training.verleun.org/intro-fd-docker.yml.html#1" />
</td>
</tr>
<tr>
<td class="details">Delivered June 8th, 2023 at docker workshop in Apeldoorn.</td>
</tr>
<tr>
<td>i share: Improving container security</td>
<td><a class="slides" href="./intro-container-security.yml.html#1" />
</td>
</tr>
<tr>
<td class="details">Delivered April 22nd, 2023 at T-DOSE 2023 in Geldrop.</td>
</tr>
<tr>
<td>Introduction to containers and orchestration</td>
<td><a class="slides" href="https://training.verleun.org/intro-triodos-1-day.yml.html#1" />
</td>
</tr>
<tr>
<td class="details">Delivered January 12th, 2023 at Triodos in Zeist.</td>
</tr>
<tr><td class="spacer"></td></tr>
<tr>
<td class="footer">
Maintained by Jérôme Petazzoni (<a href="https://twitter.com/jpetazzo">@jpetazzo</a>) and <a href="https://github.com/jpetazzo/container.training/graphs/contributors">contributors</a>.
</td>
</tr>
</table>
</div>
</body>
</html>