Skip to content

Commit 95d0757

Browse files
authored
Merge pull request #37 from vr-varad/bundling
Fix: Add Bundling, Metadata
2 parents 9f86ee6 + edf822f commit 95d0757

File tree

24 files changed

+166
-87
lines changed

24 files changed

+166
-87
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2+
type: "learning-path"
23
title: "Example learning path"
34
description: "New to container and container orchestration? This level 100 INTRO Kubernetes - Course covers the foundational topics for a non-technical audience and conveys the benefits of containers and container orchestration for modern IT scenarios. It will help you learn the basics of terminology associated, understand the essential components' functions, and understand why these new technologies are so important."
4-
themeColor: "#3C494F"
5-
banner: "/your-org-uuid/image-1.png"
6-
courses: 1
5+
id: "learning-path-id"
6+
banner: "images/image-1.png"
77
weight: 1
8+
level: "beginner"
89
---
Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
---
2-
docType: "Course"
2+
type: "course"
3+
id: "why-containers"
34
title: "1. Why Containers?"
45
description: "This section provides an introduction to containers, their architecture, and how they are used in modern software development."
5-
lectures: 4
6-
courseTitle: "Why Containers?"
7-
themeColor: "#00B39F"
8-
order: 1
9-
banner: "/your-org-uuid/image-1.png"
10-
toc:
11-
[
12-
"experience-we-want-to-change",
13-
"new-ideas-and-concepts",
14-
"container-benefits",
15-
"history-of-application-deployments",
16-
]
17-
tags: [conatiners]
18-
categories: [intermediate]
6+
weight: 1
7+
banner: "images/image-1.png"
8+
tags: [containers]
9+
categories: "intermediate"
10+
level: "beginner"
1911
---
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
type: "module"
3+
id: example-module
4+
title: "Example Module"
5+
description: "This module provides an overview of the key concepts and practices in containerization, focusing on the benefits and challenges of using containers in modern software development."
6+
weight: 1
7+
banner: "images/image-1.png"
8+
tags: [sks]
9+
categories: "advanced"
10+
level: "intermediate"
11+
---

content/learning-paths/your-org-uuid/example-learning-path/course-1/content/container-benefits.md renamed to content/learning-paths/your-org-uuid/example-learning-path/course-1/module/container-benefits/_index.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,25 @@
11
---
2-
docType: "Chapter"
2+
type: "page"
33
id: "Container Benefits"
4-
chapterTitle: "Container Benefits"
5-
description: ""
6-
lectures: 4
4+
description: "In this section, we explore the benefits of container technology, highlighting how it enhances development, testing, and deployment processes in modern IT environments."
75
title: "Container Benefits"
86
weight: 3
9-
tags: [conatiners]
10-
categories: [intermediate]
117
---
128

139

1410

15-
![image]({{< usestatic "image-1.png" >}})
11+
![image](image-1.png)
1612

1713

1814
### **Container Benefits**
1915

2016
1. **dev and ops separation of concerns** create application container images at build/release time rather than deployment time, thereby decoupling applications from infrastructure
2117

22-
![image]({{< usestatic "image-1.png" >}})
18+
![image](image-1.png)
2319

2420
2. **continuous development, integration, and deployment** provides for reliable and frequent container image build and deployment with quick and efficient rollbacks – due to image immutability
2521

26-
![image]({{< usestatic "image-1.png" >}})
22+
![image](image-1.png)
2723

2824
3. **environmental consistency across dev, test, and prod** runs the same on a laptop as it does on an on-premises server, virtualized server, and in the cloud
2925

Original file line numberDiff line numberDiff line change
@@ -1,38 +1,34 @@
11
---
2-
docType: "Chapter"
2+
type: "page"
33
id: "Experiences we want to change!"
4-
chapterTitle: "Experiences we want to change!"
5-
description: ""
6-
lectures: 4
4+
description: "In this section, we introduce the challenges faced in traditional IT operations and set the stage for the transformative potential of container technology."
75
title: "Experiences we want to change!"
86
weight: 1
9-
tags: [conatiners]
10-
categories: [intermediate]
117
---
128

139
### **Why Containers?**
1410

1511
Many people have a complex job building, testing, and running systems based on old concepts and technology in today's IT — the results you can see below (Experiences we want to change!). Modern ways to build, test, and run IT systems are not adopted as broadly as possible. Hence, a lot of pain is still out there that we could ease by changing IT processes and utilizing the new ways.
1612

17-
![image]({{< usestatic "image-1.png" >}})
13+
![image](image-1.png)
1814

1915
### **Experiences we want to change!**
2016

2117
#### **BUILD - Life of a Developer**
2218

2319
Here you see a developer who brought her code into production, only to find out that it didn't run like on her laptop ...
2420

25-
![image]({{< usestatic "image-1.png" >}})
21+
![image](image-1.png)
2622

2723
#### **TEST - Life of System Architects**
2824

2925
Here you can see system architects who mistakenly made a load test on a production server ...
3026

31-
![image]({{< usestatic "image-1.png" >}})
27+
![image](image-1.png)
3228

3329
#### **RUN - Life of a System Administrator**
3430

3531
Here you can see a system administrator who was woken at 3 am to restart a process ...
3632

37-
![image]({{< usestatic "image-1.png" >}})
33+
![image](image-1.png)
3834

Loading
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
---
2-
docType: "Chapter"
2+
type: "page"
33
id: "History of Application Deployments"
4-
chapterTitle: "History of Application Deployments"
5-
description: ""
6-
lectures: 4
4+
description: "This section provides an overview of the evolution of application deployment strategies, from traditional methods to modern container-based approaches."
75
title: "History of Application Deployments"
86
weight: 4
9-
tags: [conatiners , deployments]
10-
categories: [intermediate]
117
---
128

139
### **History of Application Deployments**
1410

15-
![image]({{< usestatic "image-1.png" >}})
11+
![image](image-1.png)
1612

1713
#### **Traditional Deployment**
1814

Loading
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
---
2-
docType: "Chapter"
2+
type: "page"
33
id: "New Ideas & Concepts"
4-
chapterTitle: "New Ideas & Concepts"
5-
description: ""
6-
lectures: 4
4+
description: "In this section, we explore the innovative concepts that have emerged in the world of containers, drawing parallels with the shipping industry to understand how these ideas can transform IT operations."
75
title: "New Ideas & Concepts"
86
weight: 2
9-
tags: [conatiners]
10-
categories: [intermediate]
117
---
128

139
### **New Ideas & Concepts**
@@ -20,7 +16,7 @@ Replication of success is always desirable and sparked a new way of operating IT
2016

2117
Container Technology in the shipping industry Instead of thinking up a separate way of shipping for each product, placing the goods in steel containers designed for pickup by the crane on the dock and fit into the ship is a more efficient way to do transport at scale.
2218

23-
![image]({{< usestatic "image-1.png" >}})
19+
![image](image-1.png)
2420

2521
In streamlining the processes and the loading of the goods in standardized containers, the goods can be moved as one unit in a space-saving and cost-effective manner.
2622

@@ -30,6 +26,6 @@ Container Technology in the IT industry Computer container technology in the IT
3026
- reduce dependencies
3127
- develop, deploy and operate easier
3228

33-
![image]({{< usestatic "image-1.png" >}})
29+
![image](image-1.png)
3430

3531
In streamlining the processes and the apps' packaging in containers, deploying and running apps as one unit become a more performant and resource-effective process.

0 commit comments

Comments
 (0)