37 lines
595 B
Markdown
37 lines
595 B
Markdown
---
|
|
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>
|