When comparing nuclio vs Cloud Run, the Slant community recommends nuclio for most people. In the question“What are the best serverless frameworks?” nuclio is ranked 8th while Cloud Run is ranked 11th. The most important reason people chose nuclio is:
Most of Nuclio is written in Go.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Fast
Most of Nuclio is written in Go.
Pro Multiple platforms
Supports Docker, Google Container Engine, Azure Container Service and Kubernetes.
Pro Multiple languages
Examples available for Go, Python, NodeJS, .NET Core and Java.
Pro Flexible
The system supports arbitrary code and dependencies, since it is based in containers rather than a particular programming language. This makes it far more flexible than most of the other options which require a specific language.
Pro Portable
The code doesn't need to make any Google-specific assumptions and can be easily deployed in other kinds of environments and frameworks.
Pro Secure
Cloud Run includes Identity & Access Management (IAM) integration, so that it is possible to limit access to specific microservices rather than granting wide access.
Pro Cost effective
Google's pricing for Cloud Run involves only charging when the service is in use, with the ability for the service to scale-down-to-zero, making it economical to use Cloud Run with microservices and websites that receive relatively low or spiky traffic.