---
level: 2
---
# MVK for pre-production
The **V** in MVK is for *viable*, so why is MVK viable for 3 or more nodes ?
```mermaid
%%{init: {'theme': 'dark', 'themeVariables': { 'darkMode': true }}}%%
flowchart LR
root((3-node))
PS[Persistent Storage]
LH[Longhorn]
ING[Ingress]
TRA[Traefik]
MET[cert-manager]
ETCD[etcd]
KA[keepalived]
root --> PS --> LH
root --> ING --> TRA
ING --> MET
root --> ETCD --> KA
classDef default fill:transparent,color:#fff,stroke:#888
```
close to production - storage and multi node