Skip to content

Commit 86fa794

Browse files
feat: main
1 parent ed8e329 commit 86fa794

5 files changed

Lines changed: 67 additions & 9 deletions

File tree

presentations/container-stories/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ class = "hotpink"
1919
background = "#FF4081"
2020
+++
2121

22-
CONTAINER STORIES
2322

2423
{{< slide id=agenda background-color="#0f1011ff" type="slide" transition="zoom" transition-speed="fast" background-image="https://artifacts.demo-infra.sthings-vsphere.labul.sva.de/images/stories.jpeg" background-size="500px" >}}
2524

presentations/container-stories/home/intro.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,19 @@ weight = 10
66

77
{{% section %}}
88

9-
# /🗂️AGENDA
9+
# AGENDA
1010

1111
---
1212

13-
### 🗂️ /AGENDA
13+
### 🗂️ ./AGENDA
1414

1515
- 1️⃣ **Intro** — Setting the stage
1616
- 2️⃣ **Tekton, Resolvers & KCL**
1717
- 3️⃣ **Tinkerbell, Crossplane & GitOps AllTheWay**
1818
- 4️⃣ **vCLUSTER, Crossplane & Velero**
19-
- 4️⃣ **DAGGER+KARGO**
20-
- **Outro** — Setting the stage
19+
- 5️⃣ **DAGGER + KARGO**
20+
- 6️⃣ **Outro** - Wrapping up & next steps
2121

2222
---
23+
2324
{{% /section %}}

presentations/container-stories/home/tekton-kcl.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,20 @@ weight = 20
2525

2626
### /TEKTON-PIPELINES
2727

28-
* SHOW TASK (BUILDAH, FREEZE)
28+
* SHOW GIF OF RUNNING PIPELINE
2929

30-
* SHOW GIF OF PR
30+
---
31+
32+
### /TEKTON-TASK(S)
33+
34+
<img src="https://artifacts.demo-infra.sthings-vsphere.labul.sva.de/images/tekton-task.png" alt="Alt Text" width="800" style="border: 1px; box-shadow: none;" />
3135

3236
---
3337

3438
### /TEKTON-RESOLVERS
3539

40+
<img src="https://artifacts.demo-infra.sthings-vsphere.labul.sva.de/images/tekton-resolvers.png" alt="Alt Text" width="800" style="border: 1px; box-shadow: none;" />
41+
3642
---
3743

3844
### /KCL
@@ -45,14 +51,29 @@ weight = 20
4551

4652
---
4753

48-
### /KCL-EXAMPLE
54+
### /GENERAL KCL-EXAMPLE
4955

5056
* SHOW EASY MANIFEST (FREEZE, SERVICE)
5157
* SHOW GIF FROM TRANSFORMING (KUBECTL APPLY)
5258

5359
---
5460

55-
### /TEKTON INTEGRATION
61+
# /KCL TEKTON INTEGRATION
62+
63+
---
64+
65+
### MODULE CREATION
66+
67+
GIF + INIT + MOD DL
68+
69+
---
70+
71+
### SCHEMA
72+
73+
<img src="https://artifacts.demo-infra.sthings-vsphere.labul.sva.de/images/kcl-schema.png" alt="Alt Text" width="800" style="border: 1px; box-shadow: none;" />
74+
75+
---
76+
5677

5778
* TEKTON LIB
5879
* USECASE EXMAPLE (BUILDAH PR)

presentations/container-stories/home/tinkerbell-crossplane.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,24 @@ weight = 30
2424
2525
---
2626

27+
### /TINKERBELL
28+
29+
* SHOW GIF OF PROVISIONING
30+
31+
---
32+
33+
34+
35+
36+
### /CROSSPLANE
37+
38+
* SHOW CODE OF XR, COMPOSITION + CLAIM IN YAML
39+
40+
---
41+
42+
43+
### /CROSSPLANE + KCL
44+
2745

2846

2947

presentations/container-stories/home/vcluster-velero.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,26 @@ weight = 50
1010

1111
---
1212

13+
> ### ❓ Audience
14+
>
15+
**What are you using for Kubernetes Backup?**
1316

17+
> - ☁️ **Velero**
18+
> - 🟢 **Kasten K10**
19+
> - 🧩 **Custom Backup Solution**
20+
> -🪙 **Other** (please specify)**
1421
22+
---
23+
24+
> ### ❓ Audience
25+
>
26+
**What are you using for Local Testing?**
27+
28+
> - ☁️ **Kind**
29+
> - 🟢 **K3s**
30+
> - 🧩 **MiniKube**
31+
> -🪙 **Other** (please specify)**
32+
33+
---
1534

1635
{{% /section %}}

0 commit comments

Comments
 (0)