Add new slides for run and diagram with fade-out transitions

This commit is contained in:
jon brookes 2025-08-26 10:07:47 +01:00
parent af174eaa63
commit 09f01d409f
6 changed files with 6030 additions and 8763 deletions

37
pages/diagram.md Normal file
View file

@ -0,0 +1,37 @@
---
level: 2
---
# MVK
<div class="grid grid-cols-1">
```mermaid
%%{init: {'theme': 'dark', 'themeVariables': { 'darkMode': true }}}%%
flowchart LR
root((MVK))
PS[Persistent Storage]
LH[Longhorn]
ING[Ingress]
TRA[Traefik]
CM[cert-manager]
ETCD[etcd]
KA[keepalived]
root --> PS --> LH
root --> ING --> TRA --> CM
root --> ETCD --> KA
classDef default fill:transparent,color:#fff,stroke:#888
```
</div>
<div v-click>
We have in the build so far etcd and keepalived
there is still no persistent volume management or ingress
</div>