Skip to content

Commit fbfb8e9

Browse files
authored
Merge pull request #673 from Namanv0509/exoscale-sks-examples
Simple Examples from SKS Starter Course
2 parents 7e3021a + e0d2178 commit fbfb8e9

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
docType: "Course"
3+
title: "7. Simple Examples"
4+
description: "Let's look at two examples. First, a simple hello-world container and second, a simple Ubuntu container."
5+
lectures: 2
6+
courseTitle: "Simple Examples"
7+
themeColor: "#00B39F"
8+
order: 2
9+
cardImage: ""
10+
---
11+
12+
{{< chapterstyle >}}
13+
14+
{{< image src="/images/learning-path/intro-kubernetes/simple-example/c7_l1_1.png" width="100%" align="center" alt="simple `hello-world` conatiner" >}}
15+
16+
17+
{{< image src="/images/learning-path/intro-kubernetes/simple-example/c7_l1_2.png" width="100%" align="center" alt="simple ubuntu container" >}}
18+
19+
Watch these two examples below in the videos.
20+
21+
22+
## <b>Simple Hello-World Container</b>
23+
24+
Video: Simple Hello-World Container
25+
<div style="border: 2px solid #ccc; border-radius: 8px; padding: 10px; background-color: #1e1e1e; box-shadow: 0 4px 12px rgba(0,0,0,0.3); margin-top: 1em; margin-bottom: 1em; width: 75%; height:50%; display: block; margin: auto;">
26+
<video width="100%" height="100%" autoplay controls>
27+
<source src="https://sos-de-fra-1.exo.io/exoscale-academy/videos/sks_starter_vid14.mp4?1752342822357" type="video/mp4">
28+
Your browser does not support the video tag.
29+
</video>
30+
</div>
31+
32+
## <b>Simple Ubuntu Container</b>
33+
34+
Video: Simple Ubuntu Container
35+
<div style="border: 2px solid #ccc; border-radius: 8px; padding: 10px; background-color: #1e1e1e; box-shadow: 0 4px 12px rgba(0,0,0,0.3); margin-top: 1em; margin-bottom: 1em; width: 75%; height:50%; display: block; margin: auto;">
36+
<video width="100%" height="100%" controls>
37+
<source src="https://sos-de-fra-1.exo.io/exoscale-academy/videos/sks_starter_vid13.mp4?1752342822431" type="video/mp4">
38+
Your browser does not support the video tag.
39+
</video>
40+
</div>
41+
42+
{{< /chapterstyle >}}
Loading
Loading

0 commit comments

Comments
 (0)