Revise MVK documentation: replace mermaid diagrams with images, add new sections for single node and three node viability, and enhance the usage slide with additional context.

This commit is contained in:
jon brookes 2025-10-21 15:47:15 +01:00
parent 563e6333dc
commit 072e2998ae
12 changed files with 212 additions and 77 deletions

View file

@ -8,34 +8,12 @@ The **V** in MVK is for *viable*, so why is MVK viable for single 'dev' nodes ?
<div class="grid grid-cols-1">
```mermaid
%%{init: {'theme': 'dark', 'themeVariables': { 'darkMode': true }}}%%
flowchart LR
root((1-node))
PS[Persistent Storage]
LH[Local attached]
ING[Ingress]
TRA[Traefik]
MET[cert-manager]
ETCD[etcd]
root --> PS --> LH
root --> ING --> TRA
ING --> MET
root --> ETCD
classDef default fill:transparent,color:#fff,stroke:#888
```
<img src="/k8s-2.drawio.png">
</div>
<div v-click>
Locally attached storage - single node implementation
Ingress can represent that of prodution environmetns that use cert-manager
</div>
<!--