Google cloud gave ma a generous 2000 USD in credits for my startup so I gave the docker running solutions a try
1. `Cloud Run` Service <- good for persistent micro services
2. `Cloud Run` Jobs <- auto scale, 100% clean slate between runs
3. GKE (Google Kubernetes Engine) <- You admin the cluster
1. `Cloud Run` Service <- good for persistent micro services
2. `Cloud Run` Jobs <- auto scale, 100% clean slate between runs
3. GKE (Google Kubernetes Engine) <- You admin the cluster
Comments