# README
golang-microservice-best-practices
A very simple Go microservice filled with "best practices" aimed to run safely and reliably in the cloud.
The goal is to help you improve your Production checklist by concepts and perhaps adapt this as a skeleton.
Deployments
Cloud Run
Run gcloud run deploy
, follow the on-screen instructions, and you are good to go.
TODO:
- Health and readiness checks
- Connect with external dependency
- 12 factor app
- Make compatible with multiple container solutions (Cloud Run, K8s, Lambda...)
- CD pipeline
- Tests
- Config environments
# Packages
No description provided by the author