n25/pages/diagram-3node.md
jon brookes 09f36dff16 added gcloud intro
- Created a new script `instalL_asciinema.sh` to automate the installation of asciinema.
- The script detects the operating system and architecture to download the appropriate binary.
- Supports Linux (both musl and GNU) and macOS (Darwin).
- Sets executable permissions for the downloaded binary and verifies the installation by displaying the version.
2025-10-16 10:05:51 +01:00

1.3 KiB

level
2

MVK for pre-production

The V in MVK is for viable, so why is MVK viable for 3 or more nodes ?

%%{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