---
level: 2
---
# MVK for development
The **V** in MVK is for *viable*, so why is MVK viable for single 'dev' nodes ?
```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
```
Locally attached storage - single node implementation
Ingress can represent that of prodution environmetns that use cert-manager