Hacker News new | ask | show | jobs
by umvi 988 days ago
I use GCP, and it's hard for me to imagine something simpler than docker containers in Cloud Run which works for most of my use cases.
1 comments

Cloud Run is just Knative which is also Kubernetes, so in the end it comes out to about the same. I used to use Cloud Run, but in the end there were usually always some things that ended up making GKE the more convenient choice (e.g. access to Helm charts).