|
|
|
|
|
by seabrookmx
1553 days ago
|
|
Wanted to add another option to ushakov's comment: KNative (which is actually what CloudRun is built on). If you run k8s clusters anywhere, OpenFaaS and KNative are both solid options. OpenFaaS is seems better suited for short running, less compute intensive things. Whereas KNative is a great fit for API's.. it just removed a bunch of the complexity around deployment (like writing a helm chart, configuring an HPA, etc). |
|
And GCF v2 is running on KNative on Cloud Run... turtles all the way down.