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
91
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

"When we switched to Amazon EKS, we haven't faced any downtime in two years so far, which means no stop business growth for our type, and we can continue focusing on our business agility."
"AWS EKS provides flexibility and scalability compared to on-premises Kubernetes."
"Stability-wise, I rate the solution a ten out of ten."
"The most beneficial aspect of Amazon EKS is that it helps manage the Kubernetes master node, so I don't need to maintain the master node, including tasks like upgrading."
"The self-healing feature on Amazon EKS identifies when one of the nodes goes down and spawns a new node, degrading the older node, which helps to minimize our administrative burdens by reducing one stage of complexity on our SRE team."
"I manage not only networking, pods, or resources but also security, monitoring, the billing for the expenses, access to the cluster, and to the AWS account."
"It's the best option for medium or large enterprises."
"Amazon EKS is like Kubernetes, but it helps manage our nodes and scalability in AWS."
"Kubernetes allows us to update without downtime and to easily deploy new software, which is very beneficial for our operations."
"I like Kubernetes' scalability, built-in redundancy, and ease of deployment."
"It's really scalable and efficient for resource management."
"If you don't have resources, you can certainly add another worker node and expand the cluster."
"The implementation, and the way that they can, with a few clicks, load hundreds of machines without any trouble is very useful."
"The easy management of containers is one of the main features I have found useful."
"The best thing about Kubernetes is that most of the containerized applications are centralized."
"Kubernetes offers a lot of great features such as scalability and great portability of applications."
 

Cons

"I would like Amazon EKS to be easier to configure on various environments like Windows or Linux installations"
"I would like to see it a little more stable, more operational, and more convenient to develop."
"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."
"Basically, the problem was that we did not have enough IP addresses for the pods, and we had to change the network add-on in Amazon EKS."
"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."
"The goal and idea behind microservices are to always be available and capable of handling any load, no matter how many requests come through...All of these services are great, but I also think it would be useful to have the same technology available in a miniature resource size, enabling the same applications and services to run on a small machine."
"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."
"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."
"The Kubernetes dashboard can be improved. It is currently a mess. We were using Rancher earlier, and everyone was happy with the dashboard. Right now, we are using Kubernetes, and it's not working with Microsoft workstations. We still have problems with the dashboard. It's terrible."
"The plugins could be better. That is one pain point we had, and we had to get in with many other open standards, like Calico networking and more."
"I'm a beginner, and I recently started working with Kubernetes. As of now, I don't see any bugs. However, it would be better if it could be deployed without coding."
"Some Kubernetes technical support would be helpful."
"There is room for improvement in this area, as Kubernetes could benefit from having more integrations, such as for scanning vulnerabilities."
"The security of the solution is in its infancy and needs a lot of work."
"The solution does not work with third-party tools, or alternative cloud providers, which limits the extent that we can utilize it to."
"This solution is not very easy to use."
 

Pricing and Cost Advice

"The solution is quite costly and developers will start exploring other solutions or moving their workloads to other clouds if costs aren't reduced."
"The solution is more expensive than other competitors and does not require a license."
"The product pricing depends on the specific requirements."
"Pricing is dependent upon instance type."
"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 solution is pricey. The tool's pricing is monthly."
"Amazon EKS is expensive."
"I would like a cheaper version of it."
"Kubernetes is open-source. Kubernetes is free, but we're charged for AWS utilization."
"Kubernetes is an open-source solution that can be free. We have some distribution with licenses, such OpenShift and Tucows in Amazon. They are billing services."
"There is no licensing fee."
"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."
"There is a license to use Kubernetes."
"It's an affordable solution"
"This is an open-source solution, so there are no licensing costs associated with its use."
"Google Kubernetes Engine is free in the simplest setup, AWS Kubernetes Engine costs about $50 (depending on the region), in a three master setup, so it's almost the same as the cost of the EC2 instances and it's totally fine from my point of view."
report
Use our free recommendation engine to learn which Container Management solutions are best for your needs.
872,706 professionals have used our research since 2012.
 

Top Industries

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

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
By reviewers
Company SizeCount
Small Business32
Midsize Enterprise18
Large Enterprise39
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?
Regarding the pricing aspect and the licensing cost of Amazon EKS, sometimes it is not clear. Most discussions revolve around the data transfer costs from one region to another, and there are certa...
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.
872,706 professionals have used our research since 2012.