Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
type: "learning-path"
title: "Example learning path"
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."
themeColor: "#3C494F"
banner: "/your-org-uuid/image-1.png"
courses: 1
id: "learning-path-id"
banner: "images/image-1.png"
weight: 1
level: "beginner"
---
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
---
docType: "Course"
type: "course"
id: "why-containers"
title: "1. Why Containers?"
description: "This section provides an introduction to containers, their architecture, and how they are used in modern software development."
lectures: 4
courseTitle: "Why Containers?"
themeColor: "#00B39F"
order: 1
banner: "/your-org-uuid/image-1.png"
toc:
[
"experience-we-want-to-change",
"new-ideas-and-concepts",
"container-benefits",
"history-of-application-deployments",
]
tags: [conatiners]
categories: [intermediate]
weight: 1
banner: "images/image-1.png"
tags: [containers]
categories: "intermediate"
level: "beginner"
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
type: "module"
id: example-module
title: "Example Module"
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."
weight: 1
banner: "images/image-1.png"
tags: [sks]
categories: "advanced"
level: "intermediate"
---
Original file line number Diff line number Diff line change
@@ -1,29 +1,25 @@
---
docType: "Chapter"
type: "page"
id: "Container Benefits"
chapterTitle: "Container Benefits"
description: ""
lectures: 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."
title: "Container Benefits"
weight: 3
tags: [conatiners]
categories: [intermediate]
---



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


### **Container Benefits**

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

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

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

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

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,38 +1,34 @@
---
docType: "Chapter"
type: "page"
id: "Experiences we want to change!"
chapterTitle: "Experiences we want to change!"
description: ""
lectures: 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."
title: "Experiences we want to change!"
weight: 1
tags: [conatiners]
categories: [intermediate]
---

### **Why Containers?**

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.

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

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

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

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

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

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

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

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

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

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

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
---
docType: "Chapter"
type: "page"
id: "History of Application Deployments"
chapterTitle: "History of Application Deployments"
description: ""
lectures: 4
description: "This section provides an overview of the evolution of application deployment strategies, from traditional methods to modern container-based approaches."
title: "History of Application Deployments"
weight: 4
tags: [conatiners , deployments]
categories: [intermediate]
---

### **History of Application Deployments**

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

#### **Traditional Deployment**

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
---
docType: "Chapter"
type: "page"
id: "New Ideas & Concepts"
chapterTitle: "New Ideas & Concepts"
description: ""
lectures: 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."
title: "New Ideas & Concepts"
weight: 2
tags: [conatiners]
categories: [intermediate]
---

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

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.

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

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.

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

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

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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "Quiz"
passing_percentage: 70
questions:
- id: "q1"
text: "Terms and Conditions and any Order shall be governed by the laws of: "
type: "single-answer"
marks: 2
options:
- id: "a"
text: "Austria"
- id: "b"
text: "Germany"
- id: "c"
text: "Switzerland"
is_correct: true
layout: "test"
type: "test"
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "Test"
passing_percentage: 70
questions:
- id: "q1"
text: "Terms and Conditions and any Order shall be governed by the laws of: "
type: "single-answer"
marks: 2
options:
- id: "a"
text: "Austria"
- id: "b"
text: "Germany"
- id: "c"
text: "Switzerland"
is_correct: true
layout: "test"
type: "test"
---
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
---
docType: "Course"
id: why-exoscale-sks"
title: "6. Why Exoscale SKS?"
description: "Learn about Exoscale's Kubernetes Service (SKS) and how it provides a managed Kubernetes experience tailored for European users."
lectures: 2
courseTitle: "Why Exoscale SKS?"
themeColor: "#00B39F"
order: 6
banner: "/your-org-uuid/image-1.png"
toc:
[
"scalable-kubernetes-service",
"packaging-pricing",
]
weight: 2
banner: "images/image-1.png"
tags: [sks]
categories: [advance]
categories: "advanced"
level: "intermediate"
---

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
type: "module"
id: example-module
title: "Example Module"
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."
weight: 1
banner: "images/image-1.png"
tags: [sks]
categories: "advanced"
level: "intermediate"
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
type: "page"
id: "Packaging & Pricing"
description: "In this section, we explore the various packaging and pricing strategies for containerized applications, focusing on how they can optimize resource usage and cost-effectiveness in modern IT environments."
title: "Packaging & Pricing"
weight: 2
---

### **Packaging & Pricing**

![image](image-1.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "Quiz"
passing_percentage: 70
questions:
- id: "q1"
text: "Terms and Conditions and any Order shall be governed by the laws of: "
type: "single-answer"
marks: 2
options:
- id: "a"
text: "Austria"
- id: "b"
text: "Germany"
- id: "c"
text: "Switzerland"
is_correct: true
layout: "test"
type: "test"
---
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
---
docType: "Chapter"
type: "page"
id: "Scalable Kubernetes Service"
chapterTitle: "Scalable Kubernetes Service"
description: ""
lectures: 2
description: "In this section, we explore the features and benefits of Scalable Kubernetes Services (SKS), focusing on how they can enhance the deployment and management of containerized applications in modern IT environments."
title: "Scalable Kubernetes Service"
weight: 1
tags: [sks]
categories: [advance]
---

### **Scalable, On-demand Kubernetes Cluster**

Start with a privacy-minded public cloud to host from single applications to complex architectures. Deploy a production-ready cluster in 90 seconds and manage it with a simple web portal, CLI, API or your choice of tools (Terraform).

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

### **SKS Features**

Expand Down Expand Up @@ -42,7 +38,7 @@ With a free STARTER version and an affordable PRO plan, SKS provides straightfor

Deploy your cluster where you need to, in the region that suits your latency, privacy or redundancy strategy.

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


{{< card
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "Test"
passing_percentage: 70
questions:
- id: "q1"
text: "Terms and Conditions and any Order shall be governed by the laws of: "
type: "single-answer"
marks: 2
options:
- id: "a"
text: "Austria"
- id: "b"
text: "Germany"
- id: "c"
text: "Switzerland"
is_correct: true
layout: "test"
type: "test"
---
19 changes: 19 additions & 0 deletions content/learning-paths/your-org-uuid/example-learning-path/exam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: "Exam"
passing_percentage: 70
questions:
- id: "q1"
text: "Terms and Conditions and any Order shall be governed by the laws of: "
type: "single-answer"
marks: 2
options:
- id: "a"
text: "Austria"
- id: "b"
text: "Germany"
- id: "c"
text: "Switzerland"
is_correct: true
layout: "test"
type: "test"
---
Binary file added static/your-org-uuid/images/image-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.