diff --git a/public/develop/cicd-pipeline-flow.html b/public/develop/cicd-pipeline-flow.html new file mode 100644 index 0000000..3404491 --- /dev/null +++ b/public/develop/cicd-pipeline-flow.html @@ -0,0 +1,417 @@ + + +
+ + +Development Documentation Portal
+| Public Subnet | +10.0.1.0/24 | +
| Private Subnet | +10.0.2.0/24 | +
| IDC Network | +172.16.1.0/24 | +
| VPN Gateway | +10.0.0.1 | +
| DNS Server | +8.8.8.8, 8.8.4.4 | +
| Web SG | +80, 443 (Public) | +
| DB SG | +3306 (Private Only) | +
| Redis SG | +6379 (Private Only) | +
| SSH SG | +22 (VPN Only) | +
| Admin SG | +8080 (VPN Only) | +
| 인바운드 | +Internet → FW → LB | +
| 웹 트래픽 | +LB → Web (RR) | +
| DB 쿼리 | +Web → DB (Private) | +
| 캐시 | +Web → Redis | +
| 관리 | +VPN → Admin | +
| 서비스 | +프로토콜 | +포트 | +소스 | +대상 | +접근 레벨 | +
|---|---|---|---|---|---|
| HTTP | +TCP | +80 | +0.0.0.0/0 | +Load Balancer | +Public | +
| HTTPS | +TCP | +443 | +0.0.0.0/0 | +Load Balancer | +Public | +
| SSH | +TCP | +22 | +172.16.1.10 | +All Servers | +Private | +
| MySQL | +TCP | +3306 | +10.0.1.0/24 | +DB Servers | +Internal | +
| Redis | +TCP | +6379 | +10.0.1.0/24 | +Redis Server | +Internal | +
| Admin Panel | +TCP | +8080 | +VPN Users | +HP DL360 | +Private | +
| GitLab | +TCP | +8090 | +VPN Users | +GitLab Server | +Private | +
| Monitoring | +TCP | +3000 | +VPN Users | +HP DL210 | +Private | +
| 구분 | +서버명 | +타입/모델 | +사양 | +용도 | +위치 | +예상 월 비용 | +
|---|---|---|---|---|---|---|
| 클라우드 | +운영 서버 A | +Standard | +4vCore / 8GB RAM | +Web Service + DB Master | +Cloud | +₩88,000 | +
| 클라우드 | +운영 서버 B | +Standard | +4vCore / 8GB RAM | +Web Service + DB Standby | +Cloud | +₩88,000 | +
| 클라우드 | +개발 서버 C | +Play | +2vCore / 4GB RAM | +Staging Service | +Cloud | +₩44,000 | +
| 코로케이션 | +HP DL360 #1 | +Physical | +기존 보유 장비 | +CI/CD Runner, Admin(통계) | +IDC | +₩150,000 (상면비) | +
| 코로케이션 | +HP DL210 #2 | +Physical | +기존 보유 장비 | +백업, DR, 모니터링 | +IDC | +₩150,000 (상면비) | +