Commit 457210b1 authored by Administrator's avatar Administrator
Browse files

Update 금도 서버랙 구성 문서.md

parent 67794d72
...@@ -8,20 +8,22 @@ ...@@ -8,20 +8,22 @@
--- ---
```mermaid ```mermaid
%%{init: {"theme": "base", "themeVariables": { "fontSize": "18px", "lineHeight": "22px" }}}%% %%{init: {"theme": "base", "flowchart": {"nodeSpacing": 30, "rankSpacing": 40, "useMaxWidth": false}, "themeVariables": { "fontSize": "20px", "lineHeight": "24px" }}}%%
graph TB graph TB
subgraph "Rack Cabinet" subgraph "Rack Cabinet"
direction TB direction TB
R235["192.168.0.235\ngeumdo rack1 (R820)"] R235["192.168.0.235\nrack1 (R820)"]
R236["192.168.0.236\ngeumdo rack2 (R820-2)"] R236["192.168.0.236\nrack2 (R820-2)"]
MON["KVM/Monitor"] MON["KVM/Monitor"]
R102["192.168.0.102\nA100 서버 (R760xa)"] R102["192.168.0.102\nA100 (R760xa)"]
R166["192.168.0.166\nSub AI (PT620)"] R166["192.168.0.166\nSub AI (PT620)"]
R029["192.168.0.29\nDesktop 서버"] R029["192.168.0.29\nDesktop"]
R017["192.168.0.17\nSynology NAS"] R017["192.168.0.17\nSynology NAS"]
R066["192.168.0.66\nGitLab & Nginx Proxy (gds)"] R066["192.168.0.66\nGitLab & Nginx Proxy"]
end end
R235 --> R236 --> MON --> R102 --> R166 --> R029 --> R017 --> R066
style R102 fill:#e5f5ff,stroke:#1890ff,stroke-width:1.5px style R102 fill:#e5f5ff,stroke:#1890ff,stroke-width:1.5px
style R066 fill:#fff7e6,stroke:#fa8c16,stroke-width:1.5px style R066 fill:#fff7e6,stroke:#fa8c16,stroke-width:1.5px
style R017 fill:#f6ffed,stroke:#52c41a,stroke-width:1.5px style R017 fill:#f6ffed,stroke:#52c41a,stroke-width:1.5px
...@@ -35,7 +37,7 @@ graph TB ...@@ -35,7 +37,7 @@ graph TB
--- ---
```mermaid ```mermaid
%%{init: {"theme": "base", "themeVariables": { "fontSize": "18px", "lineHeight": "22px" }}}%% %%{init: {"theme": "base", "flowchart": {"nodeSpacing": 30, "rankSpacing": 40, "useMaxWidth": false}, "themeVariables": { "fontSize": "20px", "lineHeight": "24px" }}}%%
graph TB graph TB
INET[인터넷] INET[인터넷]
FW[게이트웨이/방화벽] FW[게이트웨이/방화벽]
...@@ -43,21 +45,18 @@ graph TB ...@@ -43,21 +45,18 @@ graph TB
INET --> FW --> PROXY INET --> FW --> PROXY
subgraph "Application Servers" subgraph APPS["Application Servers"]
A100["192.168.0.102 R760xa\n- rvtouch3d-api (3002,3003,8001,9092,5434,6381)\n- vnexa-abb-api (8000)\n- jupyter-gpu (8888)"] direction TB
RACK1["192.168.0.235 R820\n- 3DP (80,3000,3306,8080,8090,2212)\n- vnexa-api (3001,2213)\n- metaverse nodam (52530,52532-33,53306,2236)"] A100["192.168.0.102\nA100 (rvtouch3d, vnexa-abb, jupyter)"]
RACK2["192.168.0.236 R820-2\n- java WAS (8092,4446,33064,2233)"] RACK1["192.168.0.235\nrack1 (3DP, vnexa-api, metaverse)"]
DESK["192.168.0.29 Desktop\n- docker_centos (8091,4445,33063,2230)"] RACK2["192.168.0.236\nrack2 (java WAS)"]
SUBAI["192.168.0.166 PT620\n- posivibes (8084,2240)\n- db (9011,9013,33062,2228)\n- gitlab_web (8081,4430,2224)\n- 기타(docker_all)"] DESK["192.168.0.29\ndesktop (centos svc)"]
GDS["192.168.0.66 gds\n- fastapi(8000), fastapi_new(8001)\n- jupyter(8888), open-webui(9000), ollama(11434)\n- poste-io 메일(25,465,587,993,995,4190)\n- was(8080,4333), securedb(8090,9908)"] SUBAI["192.168.0.166\nsub ai (posivibes, db, gitlab_web)"]
GDS["192.168.0.66\ngds (fastapi, jupyter, webui, mail)"]
A100 --> RACK1 --> RACK2 --> DESK --> SUBAI --> GDS
end end
PROXY -->|HTTP/HTTPS 라우팅| A100 PROXY -->|HTTP/HTTPS 라우팅| APPS
PROXY --> RACK1
PROXY --> RACK2
PROXY --> DESK
PROXY --> SUBAI
PROXY --> GDS
NAS["192.168.0.17\nSynology NAS"] NAS["192.168.0.17\nSynology NAS"]
NAS -. 백업/스냅샷 .- A100 NAS -. 백업/스냅샷 .- A100
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment