docs: Added how did we get there
This commit is contained in:
parent
52b967f78c
commit
b3a8b29556
@ -9,11 +9,24 @@ This current version is probably full of typos - will fix later. This is what ty
|
|||||||
|
|
||||||
## How did I get there?
|
## How did I get there?
|
||||||
|
|
||||||
I attended KubeCon + CloudNativeCon Europe 2025 in London.
|
I attended Cloud Native Rejekts and KubeCon + CloudNativeCon Europe 2025 in London.
|
||||||
|
|
||||||
Why? Because learning about all new things in the world of cloud is really important and war stories help to avoid mistakes that other's already made.
|
Why? Because learning about all new things in the world of cloud is really important and war stories help to avoid mistakes that other's already made.
|
||||||
And [last year's experience](https://kubecon24.nicolai-ort.com) was really good, so I wanted to go again.
|
And [last year's experience](https://kubecon24.nicolai-ort.com) was really good, so I wanted to go again.
|
||||||
|
|
||||||
|
Plus I actually presented a talk at Cloud Native Rejekts.
|
||||||
|
|
||||||
|
## And how does this website get it's content
|
||||||
|
|
||||||
|
```mermaid
|
||||||
|
graph LR
|
||||||
|
Nicolai<-->|Watches|Talk
|
||||||
|
Nicolai-->|"Takes notes (and typos) + commits"|Repo
|
||||||
|
Repo-->|Triggers|Actions
|
||||||
|
Actions-->|Builds image and pushes to|Registry
|
||||||
|
Kubernetes-->|Pulls latest image|Registry
|
||||||
|
```
|
||||||
|
|
||||||
## Style Guide
|
## Style Guide
|
||||||
|
|
||||||
The basic structure is as follows: `day/event-or-session`.
|
The basic structure is as follows: `day/event-or-session`.
|
Loading…
x
Reference in New Issue
Block a user