더북(TheBook)

5.2가 완료되었습니다. 현재 아키텍처는 다음과 같습니다.

[인터넷] → [Gateway API (35.216.xxx.xxx)]
                ↓ HTTPRoute (/ → notiflex-api)
            [notiflex-api Service]
                ↓
            [notiflex-api Pod × 2]

GKE: notiflex-cluster
├── notiflex namespace
│   ├─ Gateway: notiflex-gateway (외부 IP)
│   ├─ HTTPRoute: notiflex-route
│   ├─ HealthCheckPolicy: notiflex-healthcheck
│   └─ notiflex-api (Deployment, 2 replicas)
├── monitoring namespace
│   ├─ Prometheus + Grafana + Alertmanager
│   └─ Loki + Fluent Bit × 2
└── argocd namespace → ArgoCD

외부에서 접근할 수 있게 되었으니, 이제 무중단 배포를 설정할 차례입니다.