No more typing reviews! Try our Samantha, our new voice AI agent.

Amazon EKS vs Google Cloud Run comparison

 

Comparison Buyer's Guide

Executive Summary

Review summaries and opinions

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Categories and Ranking

Amazon EKS
Ranking in Container Management
1st
Average Rating
8.4
Reviews Sentiment
6.2
Number of Reviews
97
Ranking in other categories
Container Security (11th)
Google Cloud Run
Ranking in Container Management
14th
Average Rating
8.6
Reviews Sentiment
2.2
Number of Reviews
5
Ranking in other categories
Containers as a Service (CaaS) (5th)
 

Featured Reviews

Mahesh Dash - PeerSpot reviewer
DevOps Consultant at US Contract | Freelancer
Has enabled seamless infrastructure configuration while improving identity integration and monitoring capabilities
It has been since 2019 that I started using Amazon EKS. At that time, it was completely new, and many people were not using it just yet; it started from version 1.21, and right now we are on 1.33. Recently, 1.34 has been launched, but it's not yet available in the service catalog; we can see only 1.33. A lot of improvements have been made. We had numerous add-ons to install manually because Kubernetes is a completely different service than AWS cloud provider, and everyone has opted to use it. After opting, there is an identity that you have to maintain—one at Kubernetes level and one at the AWS provider level. You have to maintain one identity at IAM level and one within the cluster, Amazon EKS. A few things do not make sense within the add-ons, many of the secret providers that read the secret from Secrets Manager and then mount it as a volume. We use a service called EBS CSI driver, which reads the secrets or sensitive data from Secrets Manager and then mounts it as a volume to the pod at runtime. However, that doesn't have a dynamic feature where, if any changes happen in the secrets, it can read and populate in the environment. Sometimes consider your RDS password or OpenSearch password rotates. Amazon EKS doesn't have that feature to read the dynamic one and consider that the password has changed overnight; there is no functionality from the provider to see the changes and then restart the pod or fetch the new value. This often leads to downtime of 12 or even 6 hours, depending on when you realize it, so that needs improvement. Nonetheless, mostly on the add-on side, they have developed a lot; earlier we were installing them manually, but now with EKS auto mode, many things VPC CLI and pod identity service—around four plugins—are installed by default, which is a good thing. However, I believe there should be some solution that is self-contained, covering generic use cases. With the 1.33 release, they have addressed most of my earlier concerns, but I am still looking for some improvements, particularly in CloudWatch monitoring. In IT, we manage two aspects: either the system or the application. Currently, the application logs and monitoring are not very robust in CloudWatch; you can only find things if you are familiar with them. Fortunately, we are familiar, as most of the monitoring involves two types of databases: one is a time series for monitoring data, and the other is an indexing solution for a streaming service. This means we need to get the logs from each node, index them, and populate them on a screen. That part remains a separate service, but if they managed it within Amazon EKS service, where the monitoring is consolidated in one place, you wouldn't need to rely on Prometheus, Grafana, or different services. It would be advantageous to have a consolidated platform for EKS, as Kubernetes is leveraged; monitoring and logging should also be integrated simply by enabling parameters or tags. This would create a self-contained platform where people can onboard and start using it. Currently, I still need to enable logging and monitoring among other things myself; that shouldn't be the case after six or seven years in the market. On a scale from 1 to 10, I would rate Amazon EKS tech support an eight. Some individuals have a deep understanding of the services and can identify potential bottlenecks, especially with load balancer endpoints and certificate management. The shift from NGINX to AWS load balancers has diminished many previous issues. However, not every support engineer meets the same level of expertise, hence why I rate it a solid eight, which I consider decent.
Vyas Shubham - PeerSpot reviewer
Senior Quality Analyst at a consultancy with 51-200 employees
Serverless containers have transformed how we deploy microservices and event-driven workloads
There are a few areas that could be improved. We have experienced cold start latency because when scaling from zero, the first request is slow. It also impacts user experience for real-time applications. The improvement we require is faster cold starts or smarter pre-warming options. There are also limitations with long-running workloads. It is not ideal for very long or always-running processes, and request timeouts are somewhat restrictive. The improvement we want is better support for persistent workloads without workarounds. We have also identified improvements needed in debugging and observability complexity because logs and monitoring are available, but they feel scattered at times, and debugging distributed microservices is harder. The improvement we require is more unified and developer-friendly debugging tools.

Quotes from Members

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Pros

"Amazon EKS is simple due to its support for diverse AWS tools and various integrations, significantly influencing my application development and management processes."
"The best features of Amazon EKS are simplicity and the management portal; it is a neat solution, so you don't have to fiddle around with too many open-source tools."
"The most important aspect of Amazon EKS is that it is easy to set up and very easy to upgrade."
"Based on my experience, the best features are backed up with extensive security that AWS allows and is firmly integrated into their entire AWS cloud."
"Amazon EKS is very scalable."
"I like its auto-scale feature very much."
"What I appreciate best about Amazon EKS is that it's a great solution, especially for teams who search for flexibility and who are in active development of microservices architecture."
"If we put it on Kubernetes clusters, it is highly reliable as well as easy to monitor, manage, and operate."
"Google Cloud Run has positively impacted our organization by saving us five thousand dollars per month based on scheduling our infrastructure from nine p.m. to nine a.m. for shutdown and starting, as well as stopping the MongoDB clusters."
"Google Cloud Run and the Google Cloud environment positively impact my organization by providing almost 99.9% availability for applications, which instills confidence in the organization and users by reducing the dependency on the physical network and allowing access to applications and data."
"Google Cloud Run has positively impacted my organization in numerous ways, such as significant cost efficiency and reduced overhead since we only pay for the resources that we use."
"Google Cloud Run has impacted my organization positively through faster deployment and development, where developers can deploy applications quickly without worrying about infrastructure, push the app live with just containers, speed up time to market significantly, launch features faster and iterate more often, pay only when code runs without maintaining idle servers, reduce cloud costs dramatically for applications with low or unpredictable traffic, automatically scale based on traffic spikes to handle sudden loads without manual intervention so our business does not lose users during peak hours, and let developers focus on business logic instead of DevOps."
"Google Cloud Run is a very good tool that I use for deploying applications; its ease of deployment, auto scaling features, and resource optimization are very nice features that help individuals deploy their apps and solutions into the cloud without any hiccups."
 

Cons

"I think if new features, especially AI capabilities, are developed for Amazon EKS, it will enhance the product as it allows us to continually improve our applications."
"It is very cumbersome to assign permissions to users to interact with a cluster."
"I'd like to see the solution add a service catalog."
"We have problems with setting up virtual environments and installing the right packages. I believe the initial setup could be a better experience and faster customer support."
"Improvement is needed in reducing the complexity of using EKS. While services like EC2 are user-friendly, EKS and ECS present a steep learning curve with significant responsibilities."
"We have not automated patches to be applied for the Amazon EKS cluster because it will resolve live production services."
"I would like to see it a little more stable, more operational, and more convenient to develop."
"There is room for improvement for Amazon EKS because we initially had some issues getting the logging out of it, since what they're providing into CloudTrail is what we get."
"When it starts from idle to full run, it scales slowly, causing slowness in the service deployed; sometimes some of the APIs fail to respond."
"One area where Google Cloud Run could be better is the cold start; when a container scales, it starts from zero and takes a moment to boot up before it can serve the request."
"If speaking about improvements for Google Cloud Run, I think they could reduce the cold starts and manage to configure a set number of minimum instances to keep the instances in a warm phase."
"There are a few areas where Google Cloud Run could improve."
"There are a few areas that could be improved. We have experienced cold start latency because when scaling from zero, the first request is slow."
 

Pricing and Cost Advice

"I rate Amazon EKS’s pricing a nine out of ten."
"Amazon EKS is expensive."
"The product is available at such a huge scale in the market since the resources that are offered under the tool are competitively priced and available at a much cheaper rate compared to other solutions."
"The price can be a problem for small-sized businesses."
"I would like a cheaper version of it."
"The solution's pricing is fair enough and a little less costly."
"Amazon EKS is quite pricey, but the functionality it provides is worth it."
"Pricing is dependent upon instance type."
Information not available
report
Use our free recommendation engine to learn which Container Management solutions are best for your needs.
909,725 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Financial Services Firm
17%
Computer Software Company
9%
Manufacturing Company
8%
Construction Company
8%
No data available
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
By reviewers
Company SizeCount
Small Business37
Midsize Enterprise18
Large Enterprise49
By reviewers
Company SizeCount
Small Business6
Large Enterprise3
 

Questions from the Community

What is your experience regarding pricing and costs for Amazon EKS?
When purchasing Amazon EKS service for my application, if I have only one or two pods, I need to pay 75 dollars per month for that control plane regardless of what I am hosting, which can be challe...
What needs improvement with Amazon EKS?
In a minor enhancement sense, I just needed some documentation on that, which has already been provided, but in simple English language that is easy to understand for freshers as well. I also neede...
What advice do you have for others considering Amazon EKS?
Let me provide some additional context. Jenkins is one tool to consider. AWS DevOps is also available. For monitoring, Grafana and Prometheus are options. There are also some open-source tools that...
What needs improvement with Google Cloud Run?
If speaking about improvements for Google Cloud Run, I think they could reduce the cold starts and manage to configure a set number of minimum instances to keep the instances in a warm phase. Addit...
What is your primary use case for Google Cloud Run?
In my day-to-day work, I use Google Cloud Run for managing and running cluster and containerized applications on the Google Kubernetes Engine and Google Console. I have created multiple application...
What advice do you have for others considering Google Cloud Run?
If any organization has a lot of load on their Google Kubernetes Engine or on Google Cloud, they can easily switch to Google Cloud Run and should start using it because it will help them in many wa...
 

Also Known As

Amazon Elastic Kubernetes Service
Google Cloud Functions, Google Run, GCF
 

Overview

 

Sample Customers

GoDaddy, Pearson, FICO, Intuit, Verizon, Honeywell, Logicworks, RetailMeNot, LogMeIn, Conde Nast, mercari, Trainline, Axway
Information Not Available
Find out what your peers are saying about Amazon EKS vs. Google Cloud Run and other solutions. Updated: August 2026.
909,725 professionals have used our research since 2012.