--- title: Amazon Elastic Kubernetes Service (Amazon EKS) Reviews meta\_title: 'Amazon Elastic Kubernetes Service (Amazon EKS) Reviews 2026: Details, Pricing, & Features | G2' meta\_description: Filter 110 reviews by the users' company size, role or industry to find out how Amazon Elastic Kubernetes Service (Amazon EKS) works for a business like yours. aggregate\_rating: rating\_value: 4.5 review\_count: 110 scale: '5' date\_modified: '2026-08-09' parent\_category: name: Containerization url: https://www.g2.com/categories/containerization ---

# Amazon Elastic Kubernetes Service (Amazon EKS) Reviews & Product Details

Claimed

###### Profile Status

This profile is currently managed by Amazon Elastic Kubernetes Service (Amazon EKS) but has limited features.  
  
Are you part of the Amazon Elastic Kubernetes Service (Amazon EKS) team? [Upgrade your plan](https://sell.g2.com) to enhance your branding and engage with visitors to your profile!

Amazon Elastic Container Service for Kubernetes (Amazon EKS) makes it easy to deploy, manage, and scale containerized applications using Kubernetes on AWS. Amazon EKS runs the Kubernetes management infrastructure for you across multiple AWS availability zones to eliminate a single point of failure. Amazon EKS is certified Kubernetes conformant so you can use existing tooling and plugins from partners and the Kubernetes community. Applications running on any standard Kubernetes environment are fully compatible and can be easily migrated to Amazon EKS.

* * *

Seller
[Amazon Web Services (AWS)](https://www.g2.com/sellers/amazon-web-services-aws-3e93cc28-2e9b-4961-b258-c6ce0feec7dd)
Discussions
[Amazon Elastic Kubernetes Service (Amazon EKS) Community](https://www.g2.com/products/amazon-elastic-kubernetes-service-amazon-eks/discuss)
Solution Type

Best-of-Breed

Overview by
John Miranda (Digital Marketing Specialist at Amazon Web Services)

Show More

## Value at a Glance

Averages based on real user reviews.

### Time to Implement

3 months

### Return on Investment

14 months

[
View More Pricing Information
](https://www.g2.com/products/amazon-elastic-kubernetes-service-amazon-eks/pricing)

## Top-Rated Alternatives

[

 ![Red Hat OpenShift](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Red Hat OpenShift")

Red Hat OpenShift

4.5/5(306)

](https://www.g2.com/products/red-hat-red-hat-openshift/reviews)

[

 ![Azure Kubernetes Service (AKS)](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Azure Kubernetes Service (AKS)")

Azure Kubernetes Service (AKS)

4.4/5(116)

](https://www.g2.com/products/azure-kubernetes-service-aks/reviews)

[

 ![Oracle Cloud Infrastructure Container Engine for Kubernetes](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Oracle Cloud Infrastructure Container Engine for Kubernetes")

Oracle Cloud Infrastructure Container Engine for Kubernetes

3.8/5(10)

](https://www.g2.com/products/oracle-cloud-infrastructure-container-engine-for-kubernetes/reviews)

[
View All Alternatives
](https://www.g2.com/products/amazon-elastic-kubernetes-service-amazon-eks/competitors/alternatives)

## User Insights

Average based on 110 real user reviews.

Implementation Time

3 months

Perceived Cost

$$$$$

[Log in to unlock pricing and user insights](/login)

## Amazon Elastic Kubernetes Service (Amazon EKS) Integrations
(6)

What do users say about integrations?

Integration information sourced from real user reviews.

[

 ![Product Avatar Image](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Product Avatar Image")

Amazon Elastic Container Registry (ECR)

](https://www.g2.com/products/amazon-elastic-container-registry-ecr/reviews)[

 ![Product Avatar Image](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Product Avatar Image")

Amazon Virtual Private Cloud (Amazon VPC)

](https://www.g2.com/products/amazon-virtual-private-cloud-amazon-vpc/reviews)[

 ![Product Avatar Image](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Product Avatar Image")

AWS App Mesh

](https://www.g2.com/products/aws-app-mesh/reviews)[

 ![Product Avatar Image](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Product Avatar Image")

AWS CloudTrail

](https://www.g2.com/products/aws-cloudtrail/reviews)[

 ![Product Avatar Image](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Product Avatar Image")

AWS Elastic Load Balancing

](https://www.g2.com/products/aws-elastic-load-balancing/reviews)[

 ![Product Avatar Image](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Product Avatar Image")

IBM Terraform (formerly HashiCorp Terraform)

](https://www.g2.com/products/ibm-terraform-formerly-hashicorp-terraform/reviews)

Show More

 ![Atharva P.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Atharva P.")
AP

Atharva P.

Cloud BI Engineer

Enterprise (\> 1000 emp.)

7/18/2026

"Amazon EKS: Managed Kubernetes with Seamless AWS Integration"

4.5/5

What do you like best about Amazon Elastic Kubernetes Service (Amazon EKS)?

What I like most about Amazon EKS is how it removes much of the operational burden of running Kubernetes while still preserving the flexibility and portability of upstream Kubernetes. With AWS managing the control plane, high availability, and upgrades, teams can spend their time deploying and operating applications instead of maintaining the underlying Kubernetes infrastructure.

I also appreciate the seamless integration with other AWS services such as IAM, VPC, Load Balancers, CloudWatch, Auto Scaling, and ECR. That tight integration makes EKS a strong platform for running production-grade, containerized workloads. Review collected by and hosted on G2.com.

What do you dislike about Amazon Elastic Kubernetes Service (Amazon EKS)?

Although AWS manages the Kubernetes control plane, Kubernetes still comes with a significant learning curve. Areas like networking, RBAC, ingress controllers, storage classes, and cluster upgrades often require experienced administrators to handle properly. Costs can also add up quickly, especially for larger production clusters. Review collected by and hosted on G2.com.

What problems is Amazon Elastic Kubernetes Service (Amazon EKS) solving and how is that benefiting you?

Amazon EKS helps address container orchestration and application scalability challenges.

Example:

We deployed multiple microservices on EKS using Horizontal Pod Autoscaling and the AWS Load Balancer Controller. When traffic spiked, Kubernetes automatically scaled the application pods, while the Cluster Autoscaler provisioned additional worker nodes as needed. Rolling deployments helped ensure zero downtime, and any unhealthy pods were automatically replaced.

Overall, this improved application availability, made deployments easier to manage, and reduced the effort required for infrastructure management. Review collected by and hosted on G2.com.

Show More

Our network of Icons are G2 members who are recognized for their outstanding contributions and commitment to helping others through their expertise.G2 IconCurrent UserValidated ReviewerIncentivizedSource: G2 invite

 ![vinayak b.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "vinayak b.")
VB

vinayak b.

Jr cloud consultant 

Information Technology and Services

Enterprise (\> 1000 emp.)

4/26/2026

"Enterprise applications on AWS EKS Console and Add-Ons That Simplify Management"

4.5/5

What do you like best about Amazon Elastic Kubernetes Service (Amazon EKS)?

First things which i liked about EKS is the AWS EKS console, it is very user friendly

Second is the add ons available in EKS these examples ( cloudwatch, CSI, DNA ) these are actually really we don6neend to manually deploy or manage these components

Third is EKS gives us option to run nodes on a server or serverless which actually help us to save cost

These are few points which i liked about EKS Review collected by and hosted on G2.com.

What do you dislike about Amazon Elastic Kubernetes Service (Amazon EKS)?

EKS cluster is bit costly which is painful

Sometimes it becomes headache to debug IAM permission issues Review collected by and hosted on G2.com.

What problems is Amazon Elastic Kubernetes Service (Amazon EKS) solving and how is that benefiting you?

Running complex enterprise grade application on EKS is helping us as initially we were running it on EC2 but scaling is headache when you run on EC2 these big applications

But on EKS it becomes easy although deploying on kubernetes and debug is bit tough but once things are deployed then it becomes the best way to run these applications Review collected by and hosted on G2.com.

Show More

Current UserValidated ReviewerSource: Organic

MS

mani s.

data engineer

Enterprise (\> 1000 emp.)

5/29/2026

"EKS Makes Kubernetes Cluster Management Simple, Scalable, and Highly Available"

5/5

What do you like best about Amazon Elastic Kubernetes Service (Amazon EKS)?

The best thing I like about Amazon Elastic Kubernetes Service is that it simplifies Kubernetes cluster management while still providing scalability and flexibility. EKS helps me manage containerized ETL pipelines and data-processing applications efficiently, without having to deal with the complexity of maintaining the Kubernetes control plane. I also like its strong auto-scaling and high availability. Review collected by and hosted on G2.com.

What do you dislike about Amazon Elastic Kubernetes Service (Amazon EKS)?

I don’t have any major dislikes about EKs; overall, it’s a really good product. Review collected by and hosted on G2.com.

What problems is Amazon Elastic Kubernetes Service (Amazon EKS) solving and how is that benefiting you?

It has benefited me a lot in managing and scaling containerized applications. As a data engineer, I’d say it has especially helped me run ETL pipelines and related workloads in containers, with better scalability and improved resource management. Review collected by and hosted on G2.com.

Show More

Current UserValidated ReviewerIncentivizedSource: G2 invite

 ![Sandeep S.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Sandeep S.")
SS

Sandeep S.

Senior System Administrator

Mid-Market (51-1000 emp.)

5/18/2026

"Strong IAM Integration and Cost Savings with Spot Instances"

4.5/5

What do you like best about Amazon Elastic Kubernetes Service (Amazon EKS)?

Integration with IAM for best access and authorisation and reliable upgrade also best feature.

The most important i like is using of mixed series of spot instances which helpful for me to save cost and keep billing under control Review collected by and hosted on G2.com.

What do you dislike about Amazon Elastic Kubernetes Service (Amazon EKS)?

Troubleshooting issue sometimes takes extra effort because there are multiple aws services involved.

Example - last time i faced issue with coredns which basically take 4 hrs for me Review collected by and hosted on G2.com.

What problems is Amazon Elastic Kubernetes Service (Amazon EKS) solving and how is that benefiting you?

Managing my containerised application without worrying about scaling even both horizontal and vertical scaling.

I have not to think/manage about kubernetes master/control plane Review collected by and hosted on G2.com.

Show More

Current UserValidated ReviewerIncentivizedSource: G2 invite

 ![Ishan A.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Ishan A.")
IA

Ishan A.

Senior Developer 

Internet

Mid-Market (51-1000 emp.)

5/15/2026

"AWS EKS: Effortless Kubernetes Scalability with Deep AWS Integration"

4.5/5

What do you like best about Amazon Elastic Kubernetes Service (Amazon EKS)?

1. What I like most about AWS EKS is that it automatically manages the availability and scalability of Kubernetes.

2. It also offers deep integration with AWS services, including AWS security, networking, and compute. Review collected by and hosted on G2.com.

What do you dislike about Amazon Elastic Kubernetes Service (Amazon EKS)?

The cost is on the expensive side. To start with, it feels very technical and complex, which creates friction and makes it harder to get going. Review collected by and hosted on G2.com.

What problems is Amazon Elastic Kubernetes Service (Amazon EKS) solving and how is that benefiting you?

It helps us deploy our containerized applications. With AWS ECR, we can easily push and deploy our Docker images into our EKS cluster, which makes the overall deployment process smoother. Review collected by and hosted on G2.com.

Show More

Current UserValidated ReviewerSource: G2 invite

 ![Diogo L.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Diogo L.")
DL

Diogo L.

Head of DevOps

Mid-Market (51-1000 emp.)

1/6/2026

"Effortless Kubernetes Management with EKS"

4.5/5

What do you like best about Amazon Elastic Kubernetes Service (Amazon EKS)?

I like how Amazon EKS is easy to set up and fully integrated into the AWS cloud and services ecosystem. Lots of good tweaks on how it integrates with other services, and I find the AWS CLI quite good. The AWS CLI makes it easy to manage EKS, reducing the operational burden. Integration with IAM is especially great, allowing for a proper zero trust environment. Review collected by and hosted on G2.com.

What do you dislike about Amazon Elastic Kubernetes Service (Amazon EKS)?

I feel that the UI does not properly reflect node groups when they are managed by Karpenter. Review collected by and hosted on G2.com.

What problems is Amazon Elastic Kubernetes Service (Amazon EKS) solving and how is that benefiting you?

Amazon Elastic Kubernetes Service (Amazon EKS) solves easy setup of Kubernetes fully integrated in AWS. The AWS CLI simplifies EKS management, reducing operational burden. Integration with IAM enhances a zero-trust environment. Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Andrés L.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Andrés L.")
AL

Andrés L.

Customer Success LEad

Mid-Market (51-1000 emp.)

4/30/2026

"Seamless AWS Integration with Strong Security, Networking, and Monitoring"

4/5

What do you like best about Amazon Elastic Kubernetes Service (Amazon EKS)?

I like the seamless integration with the AWS ecosystem, including security, networking, and monitoring services. Review collected by and hosted on G2.com.

What do you dislike about Amazon Elastic Kubernetes Service (Amazon EKS)?

If you’re not already familiar with Kubernetes, it can be complex to set up and manage effectively. Review collected by and hosted on G2.com.

What problems is Amazon Elastic Kubernetes Service (Amazon EKS) solving and how is that benefiting you?

AWS manages the control plane for you, so you don’t have to worry about setup, patches, or uptime. Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Verified User in Insurance](/assets/icons/anonymous-avatar-purple-4ae1032bdb50ee5682003170c8184aee790d25958bd397abbd384ba52c596a7b.svg "Verified User in Insurance")
AI

Verified User in Insurance

Enterprise (\> 1000 emp.)

5/17/2022

"Amazon EKS:managed k8s orchestrator service that's easy to set up, user-friendly and cost-effective"

5/5

What do you like best about Amazon Elastic Kubernetes Service (Amazon EKS)?

AWS EKS makes k8s easy to implement , setup , configurate,integrate and manage with quite low cost Review collected by and hosted on G2.com.

What do you dislike about Amazon Elastic Kubernetes Service (Amazon EKS)?

Upgrading the aws eks cluster version has become nighmare as there are atleast 2-3 updates in a year which need to be upgraded . If the aws comes up with a service/feature which takes care of these upgrade so that it can save a lot of time for us Review collected by and hosted on G2.com.

Recommendations to others considering Amazon Elastic Kubernetes Service (Amazon EKS):

Amazon EKS lets you run your Kubernetes applications on both Amazon Elastic Compute Cloud (Amazon EC2) and AWS Fargate. With Amazon EKS, you can take advantage of all the performance, scale, reliability, and availability of AWS infrastructure, as well as integrations with AWS networking and security services, such as application load balancers (ALBs) for load distribution, AWS Identity and Access Management (IAM) integration with role-based access control (RBAC), and AWS Virtual Private Cloud (VPC) support for pod networking. Review collected by and hosted on G2.com.

What problems is Amazon Elastic Kubernetes Service (Amazon EKS) solving and how is that benefiting you?

Reduces the maintainance overhead , integratd with multiple aws sevices, have support of user management and RBAC Review collected by and hosted on G2.com.

Show More

9/22/2025
Current UserValidated ReviewerIncentivizedSource: G2 invite

 ![Verified User in Computer Software](/assets/icons/anonymous-avatar-purple-4ae1032bdb50ee5682003170c8184aee790d25958bd397abbd384ba52c596a7b.svg "Verified User in Computer Software")
UC

Verified User in Computer Software

Enterprise (\> 1000 emp.)

1/25/2026

"Fully Managed EKS with High Availability and Reliable AWS Infrastructure"

4.5/5

What do you like best about Amazon Elastic Kubernetes Service (Amazon EKS)?

The best think about EKS is the fully managed kubernets control plane reducing operational overhead and most importantly the high availability and reliability of aws infrastructure Review collected by and hosted on G2.com.

What do you dislike about Amazon Elastic Kubernetes Service (Amazon EKS)?

I always wanted aws eks to be lesser complex personally but yeah it's complex due to the enormous features and controls it offers but console can me made easier to use Review collected by and hosted on G2.com.

What problems is Amazon Elastic Kubernetes Service (Amazon EKS) solving and how is that benefiting you?

Majority don't have to manually manager my kubernets clusters and worry about failures or downtime eks does it for me and scales well for production grade workloads Review collected by and hosted on G2.com.

Show More

Current UserValidated ReviewerSource: Organic

 ![Verified User in Information Technology and Services](/assets/icons/anonymous-avatar-purple-4ae1032bdb50ee5682003170c8184aee790d25958bd397abbd384ba52c596a7b.svg "Verified User in Information Technology and Services")
AI

Verified User in Information Technology and Services

Mid-Market (51-1000 emp.)

3/22/2026

"Managed Kubernetes Made Easy—No Manual Setup Needed"

4.5/5

What do you like best about Amazon Elastic Kubernetes Service (Amazon EKS)?

It's a managed kubernetes cluster. Don't have to manually setup from scratch Review collected by and hosted on G2.com.

What do you dislike about Amazon Elastic Kubernetes Service (Amazon EKS)?

nothing as of now things are good to me. Review collected by and hosted on G2.com.

What problems is Amazon Elastic Kubernetes Service (Amazon EKS) solving and how is that benefiting you?

It requires less manual intervention overall. When nodes become unhealthy, they are automatically replaced, which makes maintenance much easier. Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

## Questions about Amazon Elastic Kubernetes Service (Amazon EKS)? Ask real users or explore answers from the community

Get practical answers, real workflows, and honest pros and cons from the G2 community or share your insights.

[
Ask about Amazon Elastic Kubernetes Service (Amazon EKS)
](https://www.g2.com/products/amazon-elastic-kubernetes-service-amazon-eks/discussions/new)

GU

Guest User
•
Last activity over 3 years ago

How does Amazon EKS work?

0 Upvotes

1

[
Join the conversation
](https://www.g2.com/discussions/how-does-amazon-eks-work)

GU

Guest User
•
Last activity about 4 years ago

What is Kubernetes and EKS?

0 Upvotes

1

[
Join the conversation
](https://www.g2.com/discussions/what-is-kubernetes-and-eks)

[
View all Discussions
](https://www.g2.com/products/amazon-elastic-kubernetes-service-amazon-eks/discuss)

## Pricing Insights

Averages based on real user reviews.

### Time to Implement

3 months

### Return on Investment

14 months

### Average Discount

9%

[
View More Pricing Information
](https://www.g2.com/products/amazon-elastic-kubernetes-service-amazon-eks/pricing)

Amazon Elastic Kubernetes Service (Amazon EKS) Comparisons

 ![Product Avatar Image](https://images.g2crowd.com/uploads/product/image/small_square/small_square_2ec0fb3d6001279948ececb9e055314c/red-hat-red-hat-openshift.jpg "Product Avatar Image")

Red Hat OpenShift

4.5/5(306)

[
Compare Now
](https://www.g2.com/compare/amazon-elastic-kubernetes-service-amazon-eks-vs-red-hat-red-hat-openshift)

 ![Product Avatar Image](https://images.g2crowd.com/uploads/product/image/small_square/small_square_8cb0527d9a9dd7d09b7f083028b1cbb5/suse-rancher.png "Product Avatar Image")

SUSE Rancher

4.4/5(151)

[
Compare Now
](https://www.g2.com/compare/amazon-elastic-kubernetes-service-amazon-eks-vs-suse-rancher)

 ![Product Avatar Image](https://images.g2crowd.com/uploads/product/image/small_square/small_square_b3390b4cc3d92e87d570895f7358c003/aws-lambda.jpg "Product Avatar Image")

AWS Lambda

4.6/5(1,051)

[
Compare Now
](https://www.g2.com/compare/aws-lambda-vs-amazon-elastic-kubernetes-service-amazon-eks)

##### 
##### Amazon Elastic Kubernetes Service (Amazon EKS) Features

Management

Access Control

Network Isolation

File Isolation

Organization

Packaging 

Container Networking

Orchestration

Development

Developer Toolkit

Architecture

Datacenter

[
View More Features
](https://www.g2.com/products/amazon-elastic-kubernetes-service-amazon-eks/features)

##### Categories on G2

[Container Orchestration](https://www.g2.com/categories/container-orchestration)[Container Management](https://www.g2.com/categories/container-management)

##### Explore More

[What application portfolio management tools and options exist for a team just starting to understand the landscape before committing to a platform?](https://www.g2.com/discussions/what-application-portfolio-management-tools-and-options-exist-for-a-team-just-starting-to-understand-the-landscape-before-committing-to-a-platform)[What platform offers the best integration with productivity tools?](https://www.g2.com/discussions/what-platform-offers-the-best-integration-with-productivity-tools)[What implementation timeline and disruption risk do teams face with quote to cash consulting engagements in regulated industries?](https://www.g2.com/discussions/what-implementation-timeline-and-disruption-risk-do-teams-face-with-quote-to-cash-consulting-engagements-in-regulated-industries)

[Best live chat software for small businesses](https://www.g2.com/discussions/what-s-the-best-live-chat-software-for-small-businesses-in-2025)[What release notes management solutions are most reliable based on reviews from users running long-term SaaS products?](https://www.g2.com/discussions/what-release-notes-management-solutions-are-most-reliable-based-on-reviews-from-users-running-long-term-saas-products%20)[Pros and Cons Details](https://www.g2.com/products/amazon-elastic-kubernetes-service-amazon-eks/reviews?qs=pros-and-cons)

[Show MoreShow Less](javascript:void(0);)