Skip to content

Commit 33f7bc2

Browse files
authored
Merge branch 'master' into cka-categories-update
2 parents 7e3bc11 + 699d912 commit 33f7bc2

File tree

90 files changed

+6258
-94
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+6258
-94
lines changed

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/cka-prep/content/creation/_index.md

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@ categories: [exoscale,kubernetes]
1010

1111
This section guides you in creating of a 3-nodes Kubernetes cluster using [kubeadm](https://kubernetes.io/docs/reference/setup-tools/kubeadm/) bootstrapping tool. This is an important step as you will use this cluster throughout this workshop.
1212

13-
The cluster you'll create is composed of 3 Nodes named **controlplane**, **worker1** and **worker2**. The controlplane Node runs the cluster components (API Server, Controller Manager, Scheduler, etcd), while worker1 and worker2 are the worker Nodes in charge of running the containerized workloads.
14-
15-
{{< meshery-design-embed
16-
id="embedded-design-dbfb44b7-5d93-4dc8-9ca7-8396dd0ecb9b"
17-
src="embedded-design-meshery-learning-path-design-647.js"
18-
>}}
13+
The cluster you'll create is composed of 3 Nodes named **controlplane**, **worker1** and **worker2**. The controlplane Node runs the cluster components (API Server, Controller Manager, Scheduler, etcd), while worker1 and worker2 are the worker Nodes in charge of running the containerized workloads. [ref](overview.png)
1914

2015

2116
## Provisioning VMs
@@ -31,7 +26,14 @@ multipass launch --name worker1 --memory 2G --cpus 2 --disk 10G
3126
multipass launch --name worker2 --memory 2G --cpus 2 --disk 10G
3227
```
3328

34-
![step-1](step-1.png)
29+
30+
{{< meshery-design-embed
31+
id="embedded-design-8bc644d0-852a-4aed-a54d-f9a366fef40e"
32+
src="embedded-design-meshery-learning-path-design-650.js"
33+
>}}
34+
35+
[step-1](step-1.png)
36+
3537

3638
## Cluster initialization
3739
---
@@ -52,7 +54,7 @@ sudo kubeadm init
5254

5355
The initialization should take a few tens of seconds. The list below shows all the steps it takes.
5456

55-
```
57+
```bash
5658
preflight Run pre-flight checks
5759
certs Certificate generation
5860
/ca Generate the self-signed Kubernetes CA to provision identities for other Kubernetes components
@@ -95,7 +97,12 @@ show-join-command Show the join command for control-plane and worker
9597

9698
Several commands are returned at the end of the installation process, which you'll use in the next part.
9799

98-
![step-2](step-2.png)
100+
101+
{{< meshery-design-embed
102+
id="embedded-design-092fffc5-fb59-4c28-88aa-3c6253f1fb5a"
103+
src="embedded-design-meshery-learning-path-design-649.js"
104+
>}}
105+
[step-2](step-2.png)
99106

100107
## Retrieving kubeconfig file
101108
---
@@ -150,7 +157,13 @@ sudo kubeadm join 10.81.0.174:6443 --token kolibl.0oieughn4y03zvm7 \
150157

151158
You now have cluster with 3 Nodes.
152159

153-
![step-3](step-3.png)
160+
161+
{{< meshery-design-embed
162+
id="embedded-design-3c00dfb2-6ae9-4427-84a2-969f21ee9f2e"
163+
src="embedded-design-meshery-learning-path-design-648.js"
164+
>}}
165+
[step-3](step-3.png)
166+
154167

155168
## Status of the Nodes
156169
---

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/cka-prep/content/creation/embedded-design-meshery-learning-path-design-648.js

Lines changed: 150 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/cka-prep/content/creation/embedded-design-meshery-learning-path-design-649.js

Lines changed: 150 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/cka-prep/content/creation/embedded-design-meshery-learning-path-design-650.js

Lines changed: 150 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/cka-prep/content/creation/meshery-learning-path-design-648.yml

Lines changed: 1943 additions & 0 deletions
Large diffs are not rendered by default.

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/cka-prep/content/creation/meshery-learning-path-design-649.yml

Lines changed: 936 additions & 0 deletions
Large diffs are not rendered by default.

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/cka-prep/content/creation/meshery-learning-path-design-650.yml

Lines changed: 387 additions & 0 deletions
Large diffs are not rendered by default.

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/intro-dbaas/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ description: "This Intro DBaaS - Learning Paths covers the foundational topics o
44
banner: "98e16360-a366-4b78-8e0a-031da07fdacb/images/exoscale-icon.svg"
55
weight: 3
66
tags: [databases]
7-
categories: [introductory]
7+
level: [introductory]
8+
categories: [exoscale,kubernetes]
89
---

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/intro-dbaas/databases/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ description: ""
44
banner: "98e16360-a366-4b78-8e0a-031da07fdacb/images/exoscale-icon.svg"
55
weight: 1
66
tags: [databases]
7-
categories: [introductory]
7+
level: [introductory]
8+
categories: [exoscale,kubernetes]
89
---

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/intro-dbaas/databases/content/benefits/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 6
99

1010
![db-icon-1](db-icon-1.png)
1111

12-
### Why use computerized Databases?
12+
#### Why use computerized Databases?
1313

1414
Because it makes it easier to:
1515
- sort data
@@ -23,7 +23,7 @@ If there are advantages, then there are also disadvantages, and to get a complet
2323

2424
![db-icon-2](db-icon-2.png)
2525

26-
### Advantages of Databases:
26+
#### Advantages of Databases:
2727

2828
- Data Sharing
2929
- Data Security
@@ -36,7 +36,7 @@ If there are advantages, then there are also disadvantages, and to get a complet
3636

3737
![db-icon-3](db-icon-3.png)
3838

39-
### Disadvantages of Databases:
39+
#### Disadvantages of Databases:
4040

4141
- Cost of Software
4242
- Cost of Hardware

0 commit comments

Comments
 (0)