Skip to content

Commit f0572dd

Browse files
committed
improvment
Signed-off-by: Namanv0509 <namanverma00260@gmail.com>
1 parent b96919b commit f0572dd

File tree

3 files changed

+9
-9
lines changed
  • content/en/learning-paths/mastering-kubernetes-for-engineers/introduction

3 files changed

+9
-9
lines changed

content/en/learning-paths/mastering-kubernetes-for-engineers/introduction/main-resources/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
docType: "Course"
33
title: "Resources"
4-
description: "This section provides an introduction to Kubernetes, its architecture, and how it is used in modern software development."
5-
lectures: 6
6-
courseTitle: "Why Kubernetes?"
4+
description: "Learn and Practice Main Resources"
5+
lectures: 8
6+
courseTitle: "Resources"
77
themeColor: "#00B39F"
88
weight: 1
99
cardImage: "/images/learning-path/intro-kubernetes/Resources/configuration.png"

content/en/learning-paths/mastering-kubernetes-for-engineers/introduction/troubleshooting/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
docType: "Course"
33
title: "Troubleshooting"
4-
description: "This section provides an introduction to Kubernetes, its architecture, and how it is used in modern software development."
5-
lectures: 6
4+
description: "This section presents some common deployment errors and how to troubleshoot them."
5+
lectures: 0
66
courseTitle: "Troubleshooting"
77
themeColor: "#00B39F"
88
weight: 1
9-
cardImage: "/images/learning-path/intro-kubernetes/Resources/configuration.png"
9+
cardImage: ""
1010

1111
---
1212

content/en/learning-paths/mastering-kubernetes-for-engineers/introduction/votingapp/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
docType: "Course"
33
title: "Voting App"
4-
description: "This section provides an introduction to Kubernetes, its architecture, and how it is used in modern software development."
5-
lectures: 6
4+
description: "Introduction to a toy application"
5+
lectures: 0
66
courseTitle: "Voting App"
77
themeColor: "#00B39F"
88
weight: 1
9-
cardImage: "/images/learning-path/intro-kubernetes/Resources/configuration.png"
9+
cardImage: ""
1010

1111
---
1212
The VotingApp is mainly used for demos and follows a microservices architecture. While it may not adhere to all architectural best practices, it is a good example of an application that utilizes various languages and databases. It helps in learning concepts related to Docker and Kubernetes. The VotingApp consists of 7 microservices, as illustrated in the following diagram:

0 commit comments

Comments
 (0)