We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Docker Compose로 계획했던 초기 구상 대신 k3s(경량 쿠버네티스) + AWS EC2로 확정.
AWS EC2 (ap-northeast-2, Seoul) — 단일 노드 k3s 클러스터 ├── client (nginx, 정적 SPA) → Ingress "/" ├── server (Spring Boot, :8080) → Ingress "/api" ├── ai (FastAPI, :8000) → 클러스터 내부 전용, 외부 노출 안 함 └── postgres (postgres:16-alpine, PVC) → server가 클러스터 내부 DNS로 접근
ghcr.io/fowoco/<client|server|ai>
nip.io
fowoco.<EC2 퍼블릭 IP>.nip.io
server
ai
AiRuntimeClient
원본 매니페스트는 이 저장소의 k8s/ 디렉터리 참고.
k8s/