- 방법 1: Docker Compose 기반 (가장 가볍고 추천!)
EC2 Instance (t2.micro)
├── GitHub Actions Self-Hosted Runner
├── Docker Compose로 앱 실행
└── 간단한 배포 스크립트
- 방법 2: K3s + ArgoCD
EC2 Instance (t2.micro)
├── GitHub Actions Self-Hosted Runner
├── K3s (경량 Kubernetes)
└── ArgoCD (경량 설정)