▲ | coding123 13 hours ago | |
Cloud Run and K8S are not in the same space. One is to make the infra generic, Cloud Run ONLY works on GCP. | ||
▲ | mitjam 8 hours ago | parent [-] | |
Yes, but it's based on KNative (actually it's a managed KNative service[1]) which is based on K8s. You can get a dev experience similar to CloudRun with KNative on K8s. [1]: https://cloud.google.com/blog/products/serverless/knative-ba... |