# Google Cloud Run으로 사이드 프로젝트들 거의 무료로 운영하기

> Clean Markdown view of GeekNews topic #1288. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1288](https://news.hada.io/topic?id=1288)
- GeekNews Markdown: [https://news.hada.io/topic/1288.md](https://news.hada.io/topic/1288.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-01-14T10:54:42+09:00
- Updated: 2020-01-14T10:54:42+09:00
- Original source: [alexolivier.me](https://alexolivier.me/posts/deploy-container-stateless-cheap-google-cloud-run-serverless)
- Points: 7
- Comments: 1

## Topic Body

GCR=스케일러블하고 저렴한 도커 컨테이너 플랫폼

서비스를 Stateless 하게 만들어두면 요청시에만 이미지 실행.

아직 트래픽이 많지 않은 사이드 프로젝트들의 경우는 여러개 만들어도 돈이 거의 들지 않는다고.

## Comments



### Comment 940

- Author: heycalmdown
- Created: 2020-01-18T11:08:44+09:00
- Points: 1

저는 요즘 AWS 람다로 비슷한 취미 프로젝트들을 돌리고 있는데, 도커 컨테이너로 만들면 환경 구축이 더 편하긴 하겠군요.
