TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Google Cloud Functions

    Score8.7 out of 10
    N/AGoogle Cloud Functions enables users to run code in the cloud with no servers or containers to manage. Cloud Functions is a scalable, pay-as-you-go functions as a service (FaaS) product to help build and connect event driven services with simple, single purpose code.N/A

    Google Cloud Run

    Score8.7 out of 10
    N/AGoogle Cloud Run enables users to build and deploy scalable containerized apps written in any language (including Go, Python, Java, Node.js, .NET, and Ruby) on a fully managed platform. Cloud Run can be paired with other container ecosystem tools, including Google's Cloud Build, Cloud Code, Artifact Registry, and Docker. And it features out-of-the-box integration with Cloud Monitoring, Cloud Logging, Cloud Trace, and Error Reporting to ensure the health of an application.N/A
    Pricing
    Google Cloud FunctionsGoogle Cloud Run
    Editions & Modules
    No answers on this topic
    No answers on this topic
    Offerings
    Pricing Offerings
    Google Cloud FunctionsGoogle Cloud Run
    Free Trial
    NoYes
    Free/Freemium Version
    NoYes
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    Google Cloud FunctionsGoogle Cloud Run
    Considered Both Products
    Google
    No answer on this topic
    Google
    Chose Google Cloud Run
    The Goolge docs for their products as well as the UI is a lot nicer than AWS or Azure and in general I found it much easy to work with. We selected Google mainly because of startup credits and the support offered but can confidently say we would choose them again without that …
    Incentivized
    Key User Insights
    Would buy again
    No answers on this topic
    100%
    Would buy again
    17 Answers
    Delivers good value for the price
    No answers on this topic
    100%
    Delivers good value for the price
    16 Answers
    Happy with the feature set
    No answers on this topic
    100%
    Happy with the feature set
    17 Answers
    Lived up to sales and marketing promises
    No answers on this topic
    100%
    Lived up to sales and marketing promises
    11 Answers
    Implementation went as expected
    No answers on this topic
    100%
    Implementation went as expected
    14 Answers
    Features
    Google Cloud FunctionsGoogle Cloud Run
    Access Control and Security
    Comparison of Access Control and Security features of Google Cloud Functions and Google Cloud Run
    Feature
    Google Cloud Functions
    7.5
    2 Ratings
    12% below category average
    Google Cloud Run
    -
    Ratings
    Multiple Access Permission Levels (Create, Read, Delete)7.52 Ratings00 Ratings
    Single Sign-On (SSO)7.52 Ratings00 Ratings
    Reporting & Analytics
    Comparison of Reporting & Analytics features of Google Cloud Functions and Google Cloud Run
    Feature
    Google Cloud Functions
    7.5
    2 Ratings
    13% above category average
    Google Cloud Run
    -
    Ratings
    Dashboards7.52 Ratings00 Ratings
    Standard reports7.52 Ratings00 Ratings
    Custom reports7.52 Ratings00 Ratings
    Function as a Service (FaaS)
    Comparison of Function as a Service (FaaS) features of Google Cloud Functions and Google Cloud Run
    Feature
    Google Cloud Functions
    7.3
    2 Ratings
    13% below category average
    Google Cloud Run
    -
    Ratings
    Programming Language Diversity7.02 Ratings00 Ratings
    Runtime API Authoring6.52 Ratings00 Ratings
    Function/Database Integration8.52 Ratings00 Ratings
    DevOps Stack Integration7.52 Ratings00 Ratings
    Container Management
    Comparison of Container Management features of Google Cloud Functions and Google Cloud Run
    Feature
    Google Cloud Functions
    -
    Ratings
    Google Cloud Run
    7.3
    17 Ratings
    11% below category average
    Security and Isolation00 Ratings8.017 Ratings
    Container Orchestration00 Ratings7.616 Ratings
    Cluster Management00 Ratings6.41 Ratings
    Storage Management00 Ratings2.71 Ratings
    Resource Allocation and Optimization00 Ratings8.517 Ratings
    Discovery Tools00 Ratings7.313 Ratings
    Update Rollouts and Rollbacks00 Ratings8.216 Ratings
    Self-Healing and Recovery00 Ratings8.614 Ratings
    Analytics, Monitoring, and Logging00 Ratings8.017 Ratings
    Best Alternatives
    Google Cloud FunctionsGoogle Cloud Run
    Small Businesses
    IBM Cloud Functions
    Score6.5 out of 10
    Mirantis Kubernetes Engine
    Score8 out of 10
    Medium-sized Companies
    AWS Lambda
    Score8.3 out of 10
    Amazon Elastic Container Service (Amazon ECS)
    Score8.6 out of 10
    Enterprises
    AWS Lambda
    Score8.3 out of 10
    SUSE Rancher
    Score9.4 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Google Cloud FunctionsGoogle Cloud Run
    Likelihood to Recommend
    8.7
    (3 ratings)
    8.5
    (17 ratings)
    Likelihood to Renew
    -
    (0 ratings)
    9.0
    (1 ratings)
    Usability
    7.0
    (3 ratings)
    7.8
    (2 ratings)
    Availability
    -
    (0 ratings)
    8.0
    (1 ratings)
    Performance
    -
    (0 ratings)
    8.0
    (1 ratings)
    Support Rating
    10.0
    (1 ratings)
    -
    (0 ratings)
    Implementation Rating
    -
    (0 ratings)
    8.0
    (1 ratings)
    Configurability
    -
    (0 ratings)
    8.0
    (1 ratings)
    Contract Terms and Pricing Model
    -
    (0 ratings)
    8.0
    (1 ratings)
    Product Scalability
    -
    (0 ratings)
    8.0
    (1 ratings)
    Professional Services
    -
    (0 ratings)
    8.0
    (1 ratings)
    Vendor post-sale
    -
    (0 ratings)
    8.0
    (1 ratings)
    Vendor pre-sale
    -
    (0 ratings)
    9.0
    (1 ratings)
    User Testimonials
    Google Cloud FunctionsGoogle Cloud Run
    Likelihood to Recommend
    Google
    Any sort of transaction or complex logic that is going to take longer than 250ms or accesses resources that are protected by permissions, secrets, etc. is a great use case for a GCF. Some sort of "helper function" associated strictly with the UI inside browser would not be a good application of a GCF. It would not be crazy to create/debug some fairly complicated logic inside the browser/IDE and when perfected package it up as a Google Cloud Function. I have done that many times.
    Incentivized
    Read full review
    Google
    Microservices and RestFul API application as it is fast and reliant. Seamless integration with event triggers such as pubsub or event arc, so you can easily integrate that with usecases with file uploads, database changes, etc. Basically great with short-lived tasks, if however, you have long-running processses, Cloud Run might not be idle for this. For example if you have a long running data processing task, other solutions such as kubeflow pipelines or dataflow are more suited for this kind of tasks. Cloud Run is also stateless, so if you need memory, you will have to connect an external database.
    Incentivized
    Read full review
    Pros
    Google
    • integration with oAuth
    • integration with Firebase
    • integration with React Frontend
    Incentivized
    Read full review
    Google
    • Auto scaling is the best one
    • provide direct VPC connectivity and rigid network
    • Cloud SQL and Pub/Sub services
    • Handling latency issues
    Incentivized
    Read full review
    Cons
    Google
    • Needing a zip file is problematic (when wanting to automate deployment for example).
    • Requires another solution to execute automatically (ex. cloud scheduler).
    Incentivized
    Read full review
    Google
    • The UI can be made simpler. Currently the UI is bloated and it takes time to find out what you want
    • More integrations with container registry providers (ECR, dockerhub)
    • Better permissions UX. Currently GCP requires service accounts to be used with cloud products, the experience adding/removing permissions is difficult to navigate
    Incentivized
    Read full review
    Likelihood to Renew
    Google
    No answers on this topic
    Google
    We definitely need to renew it because we dont own our own infrastructure and storage and we are happy with Cloud Run features
    Incentivized
    Read full review
    Usability
    Google
    The console UI is pretty nasty. Managing various authentication/permissions configurations is just a nightmare. On the other hand, once you are over the hump it's not so bad. AWS Lambda is no better.
    Incentivized
    Read full review
    Google
    The UI/console is great... the documentation is top-notch for developers, but the CLI itself when you have to script around it is very complex and easy to forget some options... the downside of a generic command line client.
    Incentivized
    Read full review
    Reliability and Availability
    Google
    No answers on this topic
    Google
    Not seen any major issues when we run applications its good
    Incentivized
    Read full review
    Performance
    Google
    No answers on this topic
    Google
    Initially we felt slow but slowly it picked up and easy to manage
    Incentivized
    Read full review
    Support Rating
    Google
    Documentation is provided and clear for this service. Although GCP support is included in the current contract we didn't get to use it since the process is pretty straightforward.
    Incentivized
    Read full review
    Google
    No answers on this topic
    Implementation Rating
    Google
    No answers on this topic
    Google
    I was involved in the initial implementation setup, Its easy with the given documentaiton we can do ourself. Not that critical
    Incentivized
    Read full review
    Alternatives Considered
    Google
    It is easier to keep everything in house when we are using GCP or AWS. To mix Lambda with google cloud is not a best practice and will cause problems ahead. The segmentation is clear, if you are using google, you use Google Cloud Functions. if you are on Amazon, you use all AWS tools. You can't mix them. The price is set.
    Incentivized
    Read full review
    Google
    AWS Lambda supports code zip package, enabling lower cold start time. Also, AWS Lambda pricing is much simpler, easier to understand.
    Other than that, the 2 products are very similar, including the Docker image support: the image must be built based on proprietary base image.
    Obviously, if your other services are running in GCP, then Google Cloud Run is your only choice for tight integration, & private networking.
    Incentivized
    Read full review
    Contract Terms and Pricing Model
    Google
    No answers on this topic
    Google
    Not part of purchase.
    Incentivized
    Read full review
    Scalability
    Google
    No answers on this topic
    Google
    It has good auto scale feature and reliable also
    Incentivized
    Read full review
    Professional Services
    Google
    No answers on this topic
    Google
    We have very good support when needed
    Incentivized
    Read full review
    Return on Investment
    Google
    • For training purposes, it is free
    • Budgeting makes it cap the use
    • monitoring makes it predictable
    Incentivized
    Read full review
    Google
    • Built in support for auto scaling helps reduce operational overhead
    • Any application performance issues can be addressed quickly by allocating more resources while a proper fix can be planned and rolled out later
    • Using Google Cloud Run enables development of microservices which provides granular control for scaling critical services in the platform
    Incentivized
    Read full review
    ScreenShots