Skip to content

Commit 40988f4

Browse files
committed
Fix: Update Template
Signed-off-by: vr-varad <varadgupta21@gmail.com>
1 parent 956a330 commit 40988f4

File tree

8 files changed

+41
-56
lines changed

8 files changed

+41
-56
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
include .github/build/Makefile.show-help.mk
15+
#include .github/build/Makefile.show-help.mk
1616

1717
## Install docs.layer5.io dependencies on your local machine.
1818
## See https://gohugo.io/categories/installation

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

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,15 @@ weight: 3
1313
![image]({{< usestatic "image-1.png" >}})
1414

1515

16-
{{< chapterstyle >}}
17-
18-
19-
20-
<h2 class="chapter-sub-heading">Container Benefits</h2>
16+
### **Container Benefits**
2117

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

24-
{{< image src="/images/learning-path/intro-kubernetes/containers/c1_l3_1.png" width="100%" align="center" alt="DevOps" >}}
20+
![image]({{< usestatic "image-1.png" >}})
2521

2622
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
2723

28-
{{< image src="/images/learning-path/intro-kubernetes/containers/c1_l3_2.png" width="100%" align="center" alt="Mutable vs Immutable" >}}
24+
![image]({{< usestatic "image-1.png" >}})
2925

3026
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
3127

@@ -37,10 +33,6 @@ weight: 3
3733

3834
7. **agile application creation and deployment** increased ease and efficiency of container image creation compared to VM image use
3935

40-
8. <strong>application-centric management</strong> raises abstraction level:
41-
<ul>
42-
<li>from running applications on an OS using virtual hardware</li>
43-
<li>to running applications on an OS using logical resources</li>
44-
</ul>
45-
46-
{{< /chapterstyle >}}
36+
8. **application-centric management** raises abstraction level:
37+
- from running applications on an OS using virtual hardware
38+
- to running applications on an OS using logical resources

content/learning-paths/your-org-uuid/example-learning-path/course-1/content/experience-we-want-to-change.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,30 @@ lectures: 4
77
title: "Experiences we want to change!"
88
weight: 1
99
---
10-
{{< chapterstyle >}}
1110

12-
<h2 class="chapter-sub-heading">Why Containers?</h2>
11+
### **Why Containers?**
1312

1413
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.
1514

16-
{{< image src="/images/learning-path/intro-kubernetes/containers/c1_l1_1.png" width="100%" align="center" alt="Why Container?" >}}
15+
![image]({{< usestatic "image-1.png" >}})
1716

18-
<h2 class="chapter-sub-heading">Experiences we want to change!</h2>
17+
### **Experiences we want to change!**
1918

20-
<h3 class="chapter-sub-heading">BUILD - Life of a Developer</h3>
19+
#### **BUILD - Life of a Developer**
2120

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

24-
{{< image src="/images/learning-path/intro-kubernetes/containers/c1_l1_2.png" width="50%" align="center" alt="" >}}
23+
![image]({{< usestatic "image-1.png" >}})
2524

26-
<h3 class="chapter-sub-heading">TEST - Life of System Architects</h3>
25+
#### **TEST - Life of System Architects**
2726

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

30-
{{< image src="/images/learning-path/intro-kubernetes/containers/c1_l1_3.png" width="50%" align="center" alt="" >}}
29+
![image]({{< usestatic "image-1.png" >}})
3130

32-
<h3 class="chapter-sub-heading">RUN - Life of a System Administrator</h3>
31+
#### **RUN - Life of a System Administrator**
3332

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

36-
{{< image src="/images/learning-path/intro-kubernetes/containers/c1_l1_4.png" width="50%" align="center" alt="" >}}
35+
![image]({{< usestatic "image-1.png" >}})
3736

38-
{{< /chapterstyle >}}

content/learning-paths/your-org-uuid/example-learning-path/course-1/content/history_of_application_deployment.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,19 @@ lectures: 4
77
title: "History of Application Deployments"
88
weight: 4
99
---
10-
{{< chapterstyle >}}
1110

12-
<h2 class="chapter-sub-heading">History of Application Deployments</h2>
11+
### **History of Application Deployments**
1312

14-
{{< image src="/images/learning-path/intro-kubernetes/containers/c1_l4_1.png" width="100%" align="center" alt="Application Deployments" >}}
13+
![image]({{< usestatic "image-1.png" >}})
1514

16-
<h2 class="chapter-sub-heading">Traditional Deployment</h2>
15+
#### **Traditional Deployment**
1716

1817
Early on, organizations ran applications on physical servers. There was no way to define resource boundaries for applications in a physical server, and this caused resource allocation issues. For example, if multiple applications run on a physical server, there can be instances where one application would take up most of the resources, and as a result, the other applications would underperform. A solution for this would be to run each application on a different physical server. But this did not scale as resources were underutilized, and it was expensive for organizations to maintain many physical servers.
1918

20-
<h2 class="chapter-sub-heading">Virtualized Deployment</h2>
19+
#### **Virtualized Deployment**
2120

2221
As a solution, virtualization was introduced. It allows you to run multiple Virtual Machines (VMs) on a single physical server's CPU. Virtualization allows applications to be isolated between VMs and provides a level of security as the information of one application cannot be freely accessed by another application. Virtualization allows better utilization of resources in a physical server and allows better scalability because an application can be added or updated easily, reduces hardware costs, and much more. With virtualization, you can present a set of physical resources as a cluster of disposable virtual machines. Each VM is a full machine running all the components, including its own operating system, on top of the virtualized hardware.
2322

24-
<h2 class="chapter-sub-heading">Container Deployment</h2>
23+
#### **Container Deployment**
2524

2625
Containers are similar to VMs, but they have relaxed isolation properties to share the Operating System (OS) among the applications. Therefore, containers are considered lightweight. Similar to a VM, a container has its own file system, share of CPU, memory, process space, and more. As they are decoupled from the underlying infrastructure, they are portable across clouds and OS distributions.
27-
28-
{{< /chapterstyle >}}

content/learning-paths/your-org-uuid/example-learning-path/course-1/content/new-ideas-and-concepts.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ lectures: 4
77
title: "New Ideas & Concepts"
88
weight: 2
99
---
10-
{{< chapterstyle >}}
1110

12-
<h2 class="chapter-sub-heading">New Ideas & Concepts</h2>
11+
### **New Ideas & Concepts**
1312

1413
As often in IT, great "new" ideas and concepts are recycled or borrowed from others. So it happened that the shipping industry was a big inspiration for optimizing IT infrastructure operations more than two decades ago.
1514

@@ -19,20 +18,16 @@ Replication of success is always desirable and sparked a new way of operating IT
1918

2019
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.
2120

22-
{{< image src="/images/learning-path/intro-kubernetes/containers/c1_l2_1.png" width="100%" align="center" alt="A Container Ship" >}}
21+
![image]({{< usestatic "image-1.png" >}})
2322

2423
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.
2524

2625
Container Technology in the IT industry Computer container technology in the IT industry addresses similar challenges to steel containers in the shipping industry:
2726

28-
<ul>
29-
<li>increase compatibility</li>
30-
<li>reduce dependencies</li>
31-
<li>develop, deploy and operate easier</li>
32-
</ul>
27+
- increase compatibility
28+
- reduce dependencies
29+
- develop, deploy and operate easier
3330

34-
{{< image src="/images/learning-path/intro-kubernetes/containers/c1_l2_2.png" width="50%" align="center" alt="Docker" >}}
31+
![image]({{< usestatic "image-1.png" >}})
3532

3633
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.
37-
38-
{{< /chapterstyle >}}

content/learning-paths/your-org-uuid/example-learning-path/course-2/content/packaging-pricing.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ lectures: 2
77
title: "Packaging & Pricing"
88
weight: 2
99
---
10-
{{< chapterstyle >}}
1110

12-
<h2 class="chapter-sub-heading">Packaging & Pricing</h2>
11+
### **Packaging & Pricing**
1312

14-
{{< image src="/images/learning-path/intro-kubernetes/exoscale-sks/c6_l2_1.png" width="100%" align="center" alt="Exoscale SKS - Packaging & Pricing" >}}
15-
16-
{{< /chapterstyle >}}
13+
![image]({{< usestatic "image-1.png" >}})

content/learning-paths/your-org-uuid/example-learning-path/course-2/content/scalable-kubernetes-services.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ lectures: 2
77
title: "Scalable Kubernetes Service"
88
weight: 1
99
---
10-
{{< chapterstyle >}}
1110

12-
<h2 class="chapter-sub-heading">Scalable, On-demand Kubernetes Cluster</h2>
11+
### **Scalable, On-demand Kubernetes Cluster**
1312

1413
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).
1514

16-
{{< image src="/images/learning-path/intro-kubernetes/exoscale-sks/c6_l1_1.png" width="30%" align="center" alt="" >}}
15+
![image]({{< usestatic "image-1.png" >}})
1716

18-
<h2 class="chapter-sub-heading" >SKS Features</h2>
17+
### **SKS Features**
1918

2019
**Access to all compute instance types**
2120

@@ -41,6 +40,13 @@ With a free STARTER version and an affordable PRO plan, SKS provides straightfor
4140

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

44-
{{< image src="/images/learning-path/intro-kubernetes/exoscale-sks/c6_l2_1.png" width="100%" align="center" alt="" >}}
43+
![image]({{< usestatic "image-1.png" >}})
4544

46-
{{< /chapterstyle >}}
45+
46+
{{< card
47+
title="Video: Example">}}
48+
<video width="100%" height="100%" controls>
49+
<source src="https://exmaple.mp4" type="video/mp4">
50+
Your browser does not support the video tag.
51+
</video>
52+
{{< /card >}}

static/your-org-uuid/image-1.png

-45.7 KB
Loading

0 commit comments

Comments
 (0)