Skip to content

Commit ccd607b

Browse files
feat: main
1 parent 6a54636 commit ccd607b

7 files changed

Lines changed: 57 additions & 49 deletions

File tree

presentations/idp/_index.md

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
+++
22
title = "IDP"
33
outputs = ["Reveal"]
4-
[logo]
54

65
[reveal_hugo]
7-
8-
history = true
9-
slide_number = true
10-
116
custom_theme = "reveal-hugo/themes/robot-lung.css"
127
margin = 0.2
138
mermaid = true
@@ -19,29 +14,12 @@ class = "hotpink"
1914
background = "#FF4081"
2015
+++
2116

22-
23-
{{< slide id=agenda background-color="#A2D8FF" type="slide" transition="zoom" transition-speed="fast" background-image="https://artifacts.demo-infra.sthings-vsphere.labul.sva.de/images/stories2.png" background-size="500px" >}}
17+
{{< slide id=agenda background-color="#9FE2BF" type="slide" transition="zoom" transition-speed="fast" >}}
2418

2519
{{% section %}}
2620

27-
<br/>
28-
<br/>
29-
<br/>
30-
<br/>
31-
<br/>
32-
<br/>
33-
<br/>
34-
<br/>
35-
<br/>
36-
<br/>
37-
<br/>
38-
<br/>
39-
<br/>
40-
<br/>
41-
<br/>
42-
<br/>
43-
44-
🚀 Container stories 🚀<br/>🔁 OCI artifacts everywhere 🔁
21+
### How to Build an Internal Developer Platform (Fast)
4522

23+
<img src="https://attachments-cdn-s.coub.com/coub_storage/coub/simple/cw_timeline_pic/7e14911f5a8/c1bec6bfed315483bad44/med_1587503875_image.jpg" alt="Alt Text" width="700"/>
4624

47-
{{% /section %}}
25+
{{% /section %}}
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
+++
2+
weight = 20
3+
+++
4+
5+
{{< slide id=infra background-color="#D4B9FF" type="slide" transition="zoom" transition-speed="fast" >}}
6+
7+
{{% section %}}
8+
9+
# /Platform Foundations
10+
11+
---
12+
13+
#### /Platform Foundations
14+
15+
<img src="https://media.licdn.com/dms/image/v2/D4D22AQHolX5UwNFzPg/feedshare-shrink_800/B4DZTyTdDSG8Ag-/0/1739231974056?e=2147483647&v=beta&t=0V2HW-dJHygYyHMp4Kv-TbTgrue10vzZL2TYzzZmv_k" alt="Alt Text" width="400"/>
16+
17+
- platform engineering is a evolution of DevOps
18+
---
19+
20+
# 🏗️ Platform Engineering
21+
22+
<img src="https://pbs.twimg.com/media/FnabgQxXwAEDZz6.jpg" alt="Alt Text" width="400"/>
23+
24+
- Platform Engineering is about building **self-service platforms** that abstract complexity.
25+
- Empower developers to ship faster
26+
- Remove infrastructure worries from developers' day-to-day
27+
28+
---
29+
30+
### /DEV-EX
31+
32+
<img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fbeozmmi208ae3ye2dr3v.jpg" alt="Alt Text" width="500"/>
33+
34+
- Developer Experience = creating an environment in which a developer can do their best work
35+
- Good DevEx = fewer frustrations and more productivity
36+
- leading to faster delivery and better software quality
37+
38+
---
39+
40+
### /MULTICLOUD
41+
42+
<img src="images/multicloud.jpeg" alt="Alt Text" width="700"/>
43+
44+
- ☁️ Balance cost, performance & availability
45+
- 🎛️ Unified control plane across clouds
46+
- 📡 Cloud-agnostic CI/CD and GitOps
47+
48+
{{% /section %}}

presentations/idp/home/intro.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,7 @@ weight = 10
99
### /AGENDA
1010

1111
- 1️⃣ **Intro** — Setting the stage
12-
- 2️⃣ **Tekton, Resolvers & KCL** — Piplines everywhere
13-
- 3️⃣ **Tinkerbell, Crossplane & GitOps 🔁** — Baremetal Cloud Native Workflow
14-
- 4️⃣ **Dagger** — Run the same CICD everywhere
15-
- 5️⃣ **vCluster, Crossplane & Velero**
16-
17-
---
18-
19-
### **OCI Artifacts**
20-
> Built for cloud-native: immutable, signed, versioned, and registry-native
21-
22-
- **Break vendor lock-in** - standard protocol
23-
- **Simplify infrastructure** - one registry type
24-
- **Enable GitOps 2.0** - everything as OCI artifacts
25-
26-
---
27-
28-
### OCI IMAGE-VOLUMES
29-
30-
<img src="https://artifacts.demo-infra.sthings-vsphere.labul.sva.de/images/slides.png" alt="Alt Text" width="1200" style="border: 1px; box-shadow: none;" />
12+
- 2️⃣ **Foundations** — Piplines everywhere
3113

3214

3315
{{% /section %}}

presentations/idp/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ unsafe = true
1212
[outputFormats.Reveal]
1313
baseName = "index"
1414
mediaType = "text/html"
15-
isHTML = true
15+
isHTML = true

presentations/tests/cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ DOMAIN=$(echo $(kubectl get nodes -o json | jq -r '.items[] | select(.metadata.l
3636
echo slides.${DOMAIN}
3737
```
3838

39-
</details>
39+
</details>

presentations/tests/cluster/slides-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ nodes:
3232
image: kindest/node:v1.33.1
3333
extraMounts:
3434
- hostPath: /mnt/slides-node2
35-
containerPath: /data
35+
containerPath: /data

presentations/tests/cluster/slides.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ spec:
7171
group: cert-manager.io
7272
kind: ClusterIssuer
7373
name: letsencrypt-prod
74-
secretName: dagger-slides-tls
74+
secretName: dagger-slides-tls

0 commit comments

Comments
 (0)