Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.1 KB

DigitalOceanSetup.md

File metadata and controls

39 lines (31 loc) · 1.1 KB

Digital Ocean Setup

Best practices

Network setup

graph TD
    Fastly --> DOCluster
    subgraph DOCluster
        DO_Loadbalancer --> Nginx_LB
        Nginx_LB --> Node1
        Nginx_LB --> Node2
        Nginx_LB --> Node3
    end
    subgraph Node1
        Node1_Service1[Node 1 Services]
    end
    subgraph Node2
        Node2_Service1[Node 2 Services]
    end
    subgraph Node3
        Node3_Service1[Node 3 Services]
    end
Loading

We run 3 Nginx Ingress Load balancers, and will eventually setup so one per node, but they will load balance across all 3 nodes.

Database

Disk volumes