Skip to content

Commit edf822f

Browse files
committed
Fix: Update
Signed-off-by: vr-varad <[email protected]>
1 parent 918c4ce commit edf822f

File tree

22 files changed

+130
-17
lines changed

22 files changed

+130
-17
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +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."
45
id: "learning-path-id"
56
banner: "images/image-1.png"
67
weight: 1
8+
level: "beginner"
79
---
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
2+
type: "course"
23
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."
56
weight: 1
67
banner: "images/image-1.png"
78
tags: [containers]
8-
categories: [intermediate]
9-
level: [introductory]
9+
categories: "intermediate"
10+
level: "beginner"
1011
---
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+
---
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2+
type: "page"
23
id: "Container Benefits"
34
description: "In this section, we explore the benefits of container technology, highlighting how it enhances development, testing, and deployment processes in modern IT environments."
45
title: "Container Benefits"
56
weight: 3
6-
tags: [containers]
7-
categories: [intermediate]
87
---
98

109

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2+
type: "page"
23
id: "Experiences we want to change!"
34
description: "In this section, we introduce the challenges faced in traditional IT operations and set the stage for the transformative potential of container technology."
45
title: "Experiences we want to change!"
56
weight: 1
6-
tags: [containers]
7-
categories: [intermediate]
87
---
98

109
### **Why Containers?**
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2+
type: "page"
23
id: "History of Application Deployments"
34
description: "This section provides an overview of the evolution of application deployment strategies, from traditional methods to modern container-based approaches."
45
title: "History of Application Deployments"
56
weight: 4
6-
tags: [containers , deployments]
7-
categories: [intermediate]
87
---
98

109
### **History of Application Deployments**
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2+
type: "page"
23
id: "New Ideas & Concepts"
34
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."
45
title: "New Ideas & Concepts"
56
weight: 2
6-
tags: [containers]
7-
categories: [intermediate]
87
---
98

109
### **New Ideas & Concepts**

0 commit comments

Comments
 (0)