Skip to content

Commit ae75d2f

Browse files
committed
Simple Examples from SKS Starter Course
Signed-off-by: Namanv0509 <namanverma00260@gmail.com>
1 parent 411a171 commit ae75d2f

3 files changed

Lines changed: 42 additions & 0 deletions

File tree

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+
<p align="center">simple `hello-world` conatiner </p>
15+
16+
{{< image src="/images/learning-path/intro-kubernetes/simple-example/c7_l1_1.png" width="100%" align="center" >}}
17+
18+
<p align="center">simple ubuntu container</p>
19+
{{< image src="/images/learning-path/intro-kubernetes/simple-example/c7_l1_2.png" width="100%" align="center" >}}
20+
21+
Watch these two examples below in the videos.
22+
23+
24+
## <b>Simple Hello-World Container</b>
25+
26+
<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;">
27+
<video width="100%" height="100%" autoplay controls>
28+
<source src="https://sos-de-fra-1.exo.io/exoscale-academy/videos/sks_starter_vid14.mp4?1752342822357" type="video/mp4">
29+
Your browser does not support the video tag.
30+
</video>
31+
</div>
32+
33+
## <b>Simple Ubuntu Container</b>
34+
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%" autoplay 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 >}}
141 KB
Loading
172 KB
Loading

0 commit comments

Comments
 (0)