Skip to content

Commit 430c4d4

Browse files
authored
Merge pull request #104 from Namanv0509/tags-categories-k8s-workshop
tags categories level update k8s-workshop
2 parents 4724d83 + ba42535 commit 430c4d4

File tree

13 files changed

+39
-1
lines changed

13 files changed

+39
-1
lines changed

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/kubernetes-workshop/concepts/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: "Concepts"
33
description: "Kubernetes Basic Concepts"
44
weight: 1
55
banner: "98e16360-a366-4b78-8e0a-031da07fdacb/images/exoscale-icon.svg"
6+
tags: [kubernetes]
7+
categories: [kubernetes]
8+
level: [introductory]
69
---
710

811
## History

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/kubernetes-workshop/local/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ title: "Creation of a local cluster"
33
description: "Create Local kubernetes cluster"
44
weight: 2
55
banner: "98e16360-a366-4b78-8e0a-031da07fdacb/images/exoscale-icon.svg"
6-
6+
tags: [kubernetes]
7+
categories: [kubernetes]
8+
level: [introductory]
79
---
810

911
Using a local cluster is very handy to get started with Kubernetes, or to test things quickly. In this example, we'll use [K3s](https://k3s.io), a lightweight Kubernetes distribution (5 's' fewer than k8s :) ). K3s is a certified distribution, well-suited for IoT, Edge computing, and which works well with huge servers.

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/kubernetes-workshop/main-resources/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ title: "Resources"
33
description: "Learn and Practice Main Resources"
44
weight: 3
55
banner: "98e16360-a366-4b78-8e0a-031da07fdacb/images/exoscale-icon.svg"
6+
tags: [kubernetes]
7+
categories: [kubernetes]
8+
level: [introductory]
69
---

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/kubernetes-workshop/main-resources/content/configuration/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ title: "Configuration"
33
description: "Manage configuration and sensitive data"
44
weight: 1
55
banner: "98e16360-a366-4b78-8e0a-031da07fdacb/images/configuration.png"
6+
tags: [kubernetes,configuration]
7+
categories: [kubernetes]
8+
level: [introductory]
69
---

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/kubernetes-workshop/main-resources/content/deployment/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ title: "Deployment"
33
description: "Manage Pods lifecycle"
44
weight: 2
55
banner: "98e16360-a366-4b78-8e0a-031da07fdacb/images/deploy.png"
6+
tags: [kubernetes , deployment]
7+
categories: [kubernetes]
8+
level: [introductory]
69
---

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/kubernetes-workshop/main-resources/content/helm/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ title: "Helm"
33
description: "Application management"
44
weight: 3
55
banner: "98e16360-a366-4b78-8e0a-031da07fdacb/images/helm.png"
6+
tags: [kubernetes,helm]
7+
categories: [kubernetes]
8+
level: [introductory]
69
---

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/kubernetes-workshop/main-resources/content/ingress/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ title: "Ingress"
33
description: "External access management"
44
weight: 4
55
banner: "98e16360-a366-4b78-8e0a-031da07fdacb/images/ingress.png"
6+
tags: [kubernetes,ingress]
7+
categories: [kubernetes]
8+
level: [introductory]
69
---

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/kubernetes-workshop/main-resources/content/job/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ title: "Jobs & CronJobs"
33
description: "One-off and scheduled tasks"
44
weight: 5
55
banner: "98e16360-a366-4b78-8e0a-031da07fdacb/images/job.png"
6+
tags: [kubernetes,job]
7+
categories: [kubernetes]
8+
level: [introductory]
69
---

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/kubernetes-workshop/main-resources/content/pod/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ title: "Pod"
33
description: "Building blocks for running containers"
44
weight: 6
55
banner: "98e16360-a366-4b78-8e0a-031da07fdacb/images/pod.png"
6+
tags: [kubernetes,pod]
7+
categories: [kubernetes]
8+
level: [introductory]
69
---

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/kubernetes-workshop/main-resources/content/service/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ title: "Service"
33
description: "Network exposure and load balancing"
44
weight: 7
55
banner: "98e16360-a366-4b78-8e0a-031da07fdacb/images/service.png"
6+
tags: [kubernetes,service]
7+
categories: [kubernetes]
8+
level: [introductory]
69
---

0 commit comments

Comments
 (0)