Try our new research platform with insights from 80,000+ expert users

Amazon EKS vs Kubernetes comparison

 

Comparison Buyer's Guide

Executive SummaryUpdated on Oct 13, 2024

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
2nd
Average Rating
8.4
Reviews Sentiment
6.1
Number of Reviews
90
Ranking in other categories
Container Security (12th)
Kubernetes
Ranking in Container Management
4th
Average Rating
8.6
Reviews Sentiment
7.1
Number of Reviews
78
Ranking in other categories
No ranking in other categories
 

Mindshare comparison

As of October 2025, in the Container Management category, the mindshare of Amazon EKS is 11.9%, down from 14.1% compared to the previous year. The mindshare of Kubernetes is 6.2%, down from 6.5% compared to the previous year. It is calculated based on PeerSpot user engagement data.
Container Management Market Share Distribution
ProductMarket Share (%)
Amazon EKS11.9%
Kubernetes6.2%
Other81.9%
Container Management
 

Featured Reviews

Mahesh Dash - PeerSpot reviewer
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.
Venu Boddu - PeerSpot reviewer
Manage infrastructure automation and smooth application deployment with robust auto-scaling capabilities
Kubernetes is highly valuable for its node-based setup, which allows for the running of multiple pods. This feature is essential for infrastructure automation and application deployment. Kubernetes also offers rollback control and auto-scaling capabilities, which are crucial for maintaining an application's availability even if nodes or pods go down. Additionally, Kubernetes supports load balancing to distribute traffic efficiently across multiple pods.

Quotes from Members

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

Pros

"The features and capabilities of Amazon EKS have proven to be valuable, as we use EKS in most of our projects."
"The most valuable aspect of Amazon EKS, from my perspective as someone who has worked with on-premises solutions, is that it eliminates manual setup requirements, handles everything automatically, and removes the effort of manual configuration that is necessary with on-premises solutions."
"What I appreciate about Amazon EKS is the autoscaling feature; when you configure the Kubernetes cluster manually on the VMs and need to add new VMs or if you run out of storage for the VM, you don't have to worry about that with Amazon EKS because it automatically scales the nodes and provides another VM ready for you automatically, which is a great aspect of Amazon EKS."
"The integration with IAM enhances the authentication processes as it prevents multiple outages, failures, and mis-deletions from users."
"The solution has very good basic features."
"AWS cloud services are flexible and have thorough documentation. AWS also has data centers all over the world."
"The most important aspect of Amazon EKS is that it is easy to set up and very easy to upgrade."
"EKS provides autoscaling functionality."
"I like Kubernetes' scalability, built-in redundancy, and ease of deployment."
"The deployment is one of the most valuable feature."
"There's a lot of community support if you need to get help."
"The most valuable feature is the support for Docker containers."
"The most valuable features of Kubernetes are the integration with Docker and there is plenty of documentation available. We work with Docker as a container, and it is more integrated with Docker than VMware Tanzu."
"Kubernetes is easy to use, maintain resources, and configure YAML efficiently."
"This solution is cost effective and fast. We are able to use Kubernetes to orchestrate hundreds of container images which has been a major benefit."
"Kubernetes is highly valuable for its node-based setup, which allows for the running of multiple pods."
 

Cons

"I would like to see a cloud setup bank management feature."
"Amazon EKS can be improved by having the maintenance of Kubernetes versions managed better, as everything is handled by the Kubernetes team and possibly a separate team at AWS."
"Amazon EKS could improve in its pricing model, particularly for medium-sized customers who might find the support costs high."
"My first experience with Amazon EKS was difficult, and I would rate the initial setup as two because it was challenging without prior experience in microservices."
"I find the pricing for Amazon EKS to be quite expensive. The EKS service itself is free, but you will incur costs for the VMs used as nodes in that cluster."
"There is room for improvement in the interface of Amazon EKS."
"One area of Amazon EKS that could be improved in the future is related to the behavior of the cluster autoscaler."
"The product’s pricing needs improvement."
"Kubernetes could improve security. The security is really hard to deploy with proxies and other elements. Additionally, We have had some issues downloading repos and libraries."
"The dashboard, monitoring, and login need improvements."
"The solution does not work with third-party tools, or alternative cloud providers, which limits the extent that we can utilize it to."
"Kubernetes can be complicated to understand. Improved documentation would help in gaining scalable knowledge and making it more understandable."
"Honestly, there is not much I like about Kubernetes. It's very complicated to deal with. I just do it because I have to."
"The setup and operation of the product should be simplified."
"Kubernetes' VM functionality and security could be improved."
"I think that the GUI dashboard in Kubernetes is very simple and that there are no great options."
 

Pricing and Cost Advice

"The product pricing depends on the specific requirements."
"The solution's pricing is fair enough and a little less costly."
"Amazon EKS is expensive."
"The tool's pricing is good."
"Cloud based pay-as-you-go pricing"
"I rate Amazon EKS’s pricing a nine out of ten."
"I would like a cheaper version of it."
"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."
"Kubernetes is open source. But we have to manage Kubernetes as a team, and the overhead is a bit high. Compared with the platforms like Cloud Foundry, which has a much less operational overhead. Kubernetes, I have to manage the code, and I have to hire the developers. If someone has a product, a developer should know exactly what he's writing or high availability, and all those things may differ the costs."
"If you have a solid AKS and a solid DevOps process, you'll automatically get an ROI, not just in terms of cost but also in how quickly you can see your business application progress."
"We use the solution's open-source version."
"This is an open-source solution, so there are no licensing costs associated with its use."
"The management layer is free, which is perfect. You don't need to pay money for the management layer, but in AWS develop service, you need to pay. I think it is €75 per month for the management layer. It is free here, so you can have as many Kubernetes clusters as you need. You are paying just for the workload, that is, for the machine, CPU, memory, and everything."
"Kubernetes is free; it's open-source software."
"I would say the solution is worth the money, but it depends on the required workloads, the type of workload, and the scaling requirements etc."
"The solution is affordable."
report
Use our free recommendation engine to learn which Container Management solutions are best for your needs.
871,358 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Financial Services Firm
21%
Computer Software Company
11%
Insurance Company
7%
Government
6%
Computer Software Company
14%
Financial Services Firm
9%
Government
8%
Manufacturing Company
8%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
By reviewers
Company SizeCount
Small Business32
Midsize Enterprise18
Large Enterprise38
By reviewers
Company SizeCount
Small Business25
Midsize Enterprise9
Large Enterprise47
 

Questions from the Community

What do you like most about Amazon EKS?
The product's most valuable features are scalability, observability, and performance.
What is your experience regarding pricing and costs for Amazon EKS?
My opinion on the pricing and licensing of Amazon EKS is that it is quite varied, especially when doing projects in the African continent. It's quite expensive considering the local currency with r...
What needs improvement with Amazon EKS?
I have experience with Azure, and in comparison to Azure, a downside of Amazon EKS is that even if you want to deploy a dev workload or do some experimentation, we have to pay the charges for the c...
What do you like most about Kubernetes?
There are many good features. I feel that the scale-out features, like replica sets, are very good. The number of running containers can be autoscaled.
What is your experience regarding pricing and costs for Kubernetes?
Since we use Kubernetes on-premises, the costs are related to our expertise and the personnel we hire.
What needs improvement with Kubernetes?
Although we face issues when migrating to new versions of Kubernetes, such as misunderstandings on using new features or integration with proxy services, these issues can be addressed with proper p...
 

Also Known As

Amazon Elastic Kubernetes Service
K8
 

Overview

 

Sample Customers

GoDaddy, Pearson, FICO, Intuit, Verizon, Honeywell, Logicworks, RetailMeNot, LogMeIn, Conde Nast, mercari, Trainline, Axway
China unicom, NetEase Cloud, Nav, AppDirect
Find out what your peers are saying about Amazon EKS vs. Kubernetes and other solutions. Updated: September 2025.
871,358 professionals have used our research since 2012.