flowchart LR
A[fa:fa-users WHM]
A --> B["fa:fa-user cPanel (user 1 - “classic” setup)"]
A --> C["fa:fa-user cPanel (user 2 - major web needs; DNS/mail handled via registrar)"]
A --> D["fa:fa-user cPanel (user 3 — complex needs)"]
B --> E["Web"]
B --> F["Email"]
B --> G["MySQL"]
B --> H["DNS"]
C --> I["Web 1"]
C --> J["Web 2"]
C --> K["Web 3"]
C --> L["Web 4"]
C --> M["HA Replicated Mongo DB (not avail externally)"]
I --> N["Simple/Complex HA Load Balance"]
J --> N
K --> N
L --> N
M --> I
M --> J
M --> K
M --> L
D --> O["TODO"]
Last active
January 28, 2022 01:55
-
-
Save drmuey/5895849d70ac7c02590158a0edb607a1 to your computer and use it in GitHub Desktop.
Diagram of containers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.