DevOps Engineer | AWS and Terraform Specialist | Multicloud Experience at a agriculture with 11-50 employees
multi-application deployment using advanced networking and autoscaling features
Pros and Cons
- "Amazon EKS is very stable, and when properly configured, I rate it ten out of ten."
- "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."
What is our primary use case?
I use Amazon EKS to provide the computing power for my applications. We have over thirty clusters in Amazon EKS. Our team uses Amazon EKS to deploy new applications using Helm and to manage our infrastructure. We use Amazon EKS to scale and deploy more applications using different namespaces. Amazon EKS services help us provide clusters where we deploy APIs, services, cron jobs, and other applications to support our services.
What is most valuable?
The features I find most valuable in Amazon EKS include the VPC CNI, which provides networking inside the cluster, and the EBS CSI driver, which is an example of the add-ons used with Amazon EKS. Kube-proxy for DNS is also a valuable feature. The features we use for managing container applications, like scheduling and scaling, simplify our use of Amazon EKS.
What needs improvement?
I would like to see improvements in the management capabilities that are native to AWS for Amazon EKS. Our current use involves using a different tool to administer the management, and I believe enhancing this aspect would be beneficial.
For how long have I used the solution?
I have been using Amazon EKS for four or five years, mostly in financial services.
Buyer's Guide
Amazon EKS
March 2026
Learn what your peers think about Amazon EKS. Get advice and tips from experienced pros sharing their opinions. Updated: March 2026.
884,976 professionals have used our research since 2012.
What was my experience with deployment of the solution?
During the initial setup, I needed to learn about Docker, networking, and microservices, which was a challenge as I didn't have a background in microservices. My first application took three months to deploy, but now, with automation and CI/CD, we can deploy cycles of twenty applications swiftly. Initially, two people were required to deploy Amazon EKS.
What do I think about the stability of the solution?
Amazon EKS is very stable, and when properly configured, I rate it ten out of ten. In my notes, it's a nine. I did experience some challenges with network stability but was able to resolve them with AWS technical support.
What do I think about the scalability of the solution?
We use the Horizontal Pod Autoscaler (HPA) to provide elasticity to our applications. This allows us to scale our applications or APIs as needed, offering reliability through the automation of scaling processes. I rate the scalability as higher than eight.
How are customer service and support?
Technical support from AWS for Amazon EKS is excellent. I rate it eight out of ten. Recently, we faced a network issue, and AWS technical support provided guidance to resolve the problem successfully. Their support was crucial for directing our efforts and solving our IP-related issues.
How was the initial setup?
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. However, after the initial setup, my perception improved, and I now rate it as five or six.
What about the implementation team?
Two people were necessary to deploy my Amazon EKS.
What's my experience with pricing, setup cost, and licensing?
We are making a significant effort to transform our usage of Amazon EKS, which was previously rated as eight or nine in terms of cost. Now, it stands at six or seven due to optimizing our workload.
What other advice do I have?
Overall, I rate Amazon EKS as a nine out of ten. It's a very stable and reliable product.
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Amazon Web Services (AWS)
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
DevOps Engineer at hOS Inc
Simplification of Configurations and Seamless Integration Over the Years
Pros and Cons
- "What I find best about Amazon EKS is its simplicity and that I don't need to care about control plane."
What is our primary use case?
I describe my use cases as being for web applications and for API applications.
How has it helped my organization?
Simplified application deployments and infrastructure management
What is most valuable?
What I find best about Amazon EKS is its simplicity and that I don't need to care about control plane. IAM authentication has been a great feature, and with the latest changes, we don't need AWS ConfigMap.
The benefits I have seen from using it include simplified Terraform code, and the fact that we don't need to configure OIDC anymore. Additionally, we don't need to manage ConfigMap.
What needs improvement?
I don't know how Amazon EKS can be improved; it's ideal already.
For how long have I used the solution?
I have been using it for five years, since 2020.
What do I think about the stability of the solution?
I don't remember any issues at all regarding stability.
What do I think about the scalability of the solution?
The scalability is great with Carpenter; however, I don't know about the scalability of control plane, but worker nodes scalability with Carpenter is great.
How are customer service and support?
I have used their support team from Amazon a few times, and it was good, as I remember.
How would you rate customer service and support?
Positive
Which solution did I use previously and why did I switch?
I did not previously use a different solution.
How was the initial setup?
The initial setup was not complex.
What's my experience with pricing, setup cost, and licensing?
The pricing is cheap, around two USD per day for one cluster, and I think it's a good price.
Which other solutions did I evaluate?
AWS ECS
What other advice do I have?
I have used Amazon EKS integration with IAM.
I can't remember any challenges while using it, maybe in past years, but not now.
On a scale of 1 to 10, I would give Amazon EKS a rating of 9.
I would definitely recommend it to other people.
Which deployment model are you using for this solution?
Public Cloud
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Amazon Web Services (AWS)
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Last updated: Oct 5, 2025
Flag as inappropriateBuyer's Guide
Amazon EKS
March 2026
Learn what your peers think about Amazon EKS. Get advice and tips from experienced pros sharing their opinions. Updated: March 2026.
884,976 professionals have used our research since 2012.
DevOps Engineer at GFT Group
Offers a streamlined approach to application deployment and management
Pros and Cons
- "You can save in terms of time because you can raise up a cluster or more nodes, and you can raise up the storage of the particular node in a few minutes."
What is our primary use case?
I am using Amazon EKS as an integrator.
Regarding Amazon EKS integration with IAM, I do not use it.
To use Amazon EKS as a cloud provider and as a Kubernetes cluster managed by a cloud provider, it offers more benefits because you don't have to configure the cluster on your own. You can use the default configuration and just set the right networking space, set the subnet, and a few other things, but you don't have to raise up or configure your own cluster.
Self-healing nodes help to minimize administrative burdens in the organization. It helps to keep the nodes up and running. Then you can use other solutions to minimize costs or to keep the nodes running most of the time.
What is most valuable?
You can use Amazon EKS to raise up clusters and deploy applications in the cluster. The cluster is managed by Amazon, so you don't have to configure it. You can use the basic configuration of Amazon, and you don't have to interact with etcd or with the Kubernetes most inner parts. It's more simple to use.
Amazon EKS can give you more flexibility to configure on their own. In general, it's a good product. There are many different products that can fit the needs of the user or the customer in every part of AWS. In Amazon EKS, they can give a class that can be more configurable from the user or expert user rather than just using the default EKS.
Amazon EKS support for AWS tools integration has an impact on application development and management because everything is deployed on the cluster. You have to debug the various pods in Kubernetes. There isn't a direct impact, but there is an impact because everything you deploy through the pipelines goes to the cluster and there you have to integrate the cycle.
What needs improvement?
The main problem or area for improvement is flexibility in configuration. This is the only concerning part and nothing apart from this.
For how long have I used the solution?
I have been using solutions similar to Amazon EKS from other vendors. I used GKE from Google, the cluster of Azure, and I also used KMinikube. Of course, it's not the same thing, but in general, it can be compared. For testing, K3s are just different distributions. In general, I have used other cloud providers.
What was my experience with deployment of the solution?
It's quite easy to install Amazon EKS.
What do I think about the stability of the solution?
In Amazon EKS, I see it as a stable product. I don't see any particular issues in terms of nodes or performance.
What do I think about the scalability of the solution?
I believe Amazon EKS is scalable.
How are customer service and support?
I have never used the technical support from AWS.
How would you rate customer service and support?
Neutral
What was our ROI?
I see return on investment with Amazon EKS. You can save in terms of time because you can raise up a cluster or more nodes, and you can raise up the storage of the particular node in a few minutes. You don't have to take care of managing the machines directly. There is significant time-saving. You don't have to take care of the rack system because AWS has a team that works that part. You have just to pay. In terms of price saving and money saving, it depends on everything, but in general, you're going to save money.
What's my experience with pricing, setup cost, and licensing?
In general, the price of Amazon EKS is expensive, but it depends a lot on the user knowledge of the tool and how we can manage the cost, which solution offers better, which solutions they can use to reduce the cost. For example, the different VM types, the Preemptible VMs or the Preemptible nodes, or you can pay one time for the use, you can reserve the machines. There are many different ways to reduce the cost.
Which other solutions did I evaluate?
I see big differences between Amazon EKS and GKE. The way you install the cluster is different. In GKE, when you install the cluster, it raises the nodes for you. In AWS, you can install the cluster and then you have to raise up the node using Auto Scaling Group or whatever. It's more integrated maybe. Also in terms of documentation, Google is different from Amazon.
What other advice do I have?
Regarding the automated patching feature for Kubernetes clusters in Amazon EKS, I don't know any patching feature.
On a scale from one to ten, I rate Amazon EKS an eight.
Which deployment model are you using for this solution?
Public Cloud
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Amazon Web Services (AWS)
Disclosure: My company has a business relationship with this vendor other than being a customer. Integrator
Last updated: Aug 14, 2025
Flag as inappropriatePlatform Software Engineer 4 at Nexthink
Platform engineers configure for seamless microservices deployment and developers benefit from enhanced productivity
Pros and Cons
- "With numerous small services that you don't want to manage the backend infrastructure for, you can easily deploy and let it be with ECS; it is a more straightforward solution."
- "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."
What is our primary use case?
Our typical use case for Amazon EKS is that we have a number of applications and microservices that we host in EKS. We have a separate code base for the infrastructure platform, and the microservice team and the application team will be deploying their microservices on their own. We have configured it in a way that it could be easily accessible for developers as well as the platform engineers; we just platformize things. Earlier, I was using ECS, and the reason we use Amazon EKS is for better adaptation of Kubernetes, fitting our multi-tenant model.
What is most valuable?
The best features of Amazon EKS are that it is very plain by itself, but we use a number of optimizations, such as Carpenter for scaling and node auto-scaling, and Keda for application and microservices auto-scaling, as an event-based auto-scaler. Additionally, we use Portainer less, and for configuration, we utilize Cert Manager and Istio. It's not only Amazon EKS but a combination of various components within it.
By default, if you just install Amazon EKS, you can deploy your application, but to have it enterprise-ready, you have to configure a number of other things that will boost productivity.
What needs improvement?
Amazon EKS's deep integration with AWS services, such as IAM and elastic load balancing, has created some challenges. For example, we have something in place already, and there are some issues with enabling FIPS, which is FedRAMP compliant for the load balancers. You cannot change the SSL policy for the load balancer; I am not sure if it has been patched by AWS yet. However, apart from that, we use it effectively, and it is more flexible.
Regarding built-in observability in Amazon EKS, there is CloudWatch and CloudTrail. However, you cannot profile the applications; we can collect logs in S3, but there is no streaming solution available. Only CloudWatch exists, so we use other tools for observability and do not depend solely on CloudWatch, only relying on it for crucial workloads and infrastructure logs.
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. We have to constantly maintain upgrades and ensure EKS add-ons are up-to-date, requiring us to upgrade the Kubernetes version and releases. They could provide a managed service in the backend instead of making customers handle it; we are currently doing it, but it's a regular activity we do per quarter.
For how long have I used the solution?
I have around six years of experience with Amazon EKS.
What do I think about the stability of the solution?
Amazon EKS is a stable solution, as it is only available in AWS alone.
What do I think about the scalability of the solution?
It is a scalable solution for us.
Which solution did I use previously and why did I switch?
Before using Amazon EKS, I was using ECS. I switched from ECS to Amazon EKS because our product design changed. With numerous small services that you don't want to manage the backend infrastructure for, you can easily deploy and let it be with ECS; it is a more straightforward solution. However, considering cost with Amazon EKS, it may be pretty high, but it serves its purpose very effectively without management overhead.
If you are going with Amazon EKS, you must change your deployment strategy and develop applications for Kubernetes, writing deployments and pods, or stateful sets, which provides more flexibility. There are pros and cons to both solutions, and you have to evaluate which will suit your use case. In our situation, we had some applications in ECS as in Amazon EKS, and that was an architectural decision discussed internally within teams.
How was the initial setup?
The initial setup with Amazon EKS was hard initially, but being accustomed to it now, it's not that difficult; it's relatively easy.
What was our ROI?
We have seen ROI with Amazon EKS; we have a separate team actively working on it. We have cost explorer available, and a bill forecast based on usage allows us to determine whether resources are underutilized or overutilized. You can generate reports and analyze them. I have done this for ECS, but for Amazon EKS, I haven't worked on cost savings directly, as there is a separate team responsible for that.
What's my experience with pricing, setup cost, and licensing?
My experience with pricing for Amazon EKS is limited as there's a separate team for that, and I do not have much knowledge of specifics. However, the pricing is based on the instance type we use in the EKS node group, so it should cover that aspect; their pricing is generally easy to understand in terms of instances.
What other advice do I have?
We are using a cloud deployment model. On a scale of one to ten, I rate Amazon EKS an eight.
Which deployment model are you using for this solution?
Public Cloud
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Amazon Web Services (AWS)
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Devops Engineer at a tech vendor with 201-500 employees
High availability has boosted our AI reporting workflows but navigation and pricing still need work
Pros and Cons
- "Amazon EKS has positively impacted my organization by improving the efficiency and working capacity of my team."
- "Functionality-wise, Amazon EKS is acceptable, but navigation-wise, it could be improved in the AWS console; it could be more interactive and more intuitive for new users."
What is our primary use case?
My main use case for Amazon EKS is to host one of my AI agents which I built recently in my company. I use Amazon EKS to host my AI agent, which is a sprint report agent that fetches the company's data from Jira and prepares a sprint report for the complete team. The agent runs on Amazon EKS for high availability and reliability, hosted on nodes, and it is running on a GPT OS's model in the back end.
I have designed this agent for high availability on Amazon EKS because if I hosted it on any other platform, there would be chances of downtime. I have set it up in such a way that if there is any downtime, a new node is already up and running so that my use case is not affected and the users can use it seamlessly without any issues.
What is most valuable?
The best features Amazon EKS offers in my experience are its reliability and high availability, and also the support that AWS provides. The reliability and high availability have helped me specifically because there were some configuration issues at my end for the agent, which caused it to go down repeatedly. Due to the high availability features, every time a node downscaled, a new node was automatically scaled up, ensuring that the AI agent was up. I was able to check the logs and correct the issues accurately thanks to that high availability. Also, AWS support is very helpful; whenever I face issues regarding costing or anything else, I just create a ticket and they assist me in resolving the issues.
Amazon EKS has positively impacted my organization by improving the efficiency and working capacity of my team. It improved efficiency and working capacity because, based on how Amazon EKS works, we are more calm regarding functionality. The reliability allows us to focus on many other tasks, as the infrastructure is maintained by Amazon EKS; therefore, we can divert our attention to other tasks and perform well there as well.
What needs improvement?
Functionality-wise, Amazon EKS is acceptable, but navigation-wise, it could be improved in the AWS console; it could be more interactive and more intuitive for new users. Also, the pricing can be reviewed as it is sometimes a bit pricey, particularly regarding the extended support when new version upgrades occur that we cannot implement directly due to production workloads, as clusters running on extended support cost six times more, which is something that could be reduced.
I believe documentation could be improved on the AWS website so a new user who is starting with Amazon EKS could work much better with it.
For how long have I used the solution?
I have been working in my current field for three years.
What do I think about the stability of the solution?
In my experience, Amazon EKS is stable.
What do I think about the scalability of the solution?
The scalability of Amazon EKS is good.
How are customer service and support?
The customer support of Amazon EKS is good. I would rate the customer support on a scale of one to ten as a seven.
How would you rate customer service and support?
Positive
What was our ROI?
I have seen a return on investment because the reliability has helped me save time; I can rely on Amazon EKS's reliability and then divert my attention to other tasks, so it has definitely saved my time. I estimate that my team and I save roughly one to one and a half hours a day since using Amazon EKS.
What's my experience with pricing, setup cost, and licensing?
Regarding pricing, setup cost, and licensing, the pricing for the cluster part is a bit higher; the setup cost is acceptable, but the licensing part regarding extended support is also a bit pricey, which I think can be handled or reduced.
What other advice do I have?
Amazon EKS is a good product; if you are starting with Kubernetes, it is a good choice, but the pricing is a bit substantial, so you should review that. Also, regarding the support, there are sometimes cases where you need to upgrade your AWS plans for particular support, which can also be a bit pricey. I would rate this product a seven overall.
Which deployment model are you using for this solution?
Private Cloud
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Amazon Web Services (AWS)
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Last updated: Jan 12, 2026
Flag as inappropriateCo-Founder at Vsigma IT Labs Pvt Ltd
Facilitates efficient deployment and project execution through streamlined integration and robust features
Pros and Cons
- "From both operational management and project management angles, these tools address human as well as programming side hurdles, eliminating most gaps and enabling timely project execution without surprises and ensuring quick turnaround time while meeting delivery deadlines."
What is our primary use case?
As integrators, we are the user of Amazon EKS. Our customer's main use cases for Amazon EKS are mostly internal services automation and development and deployment automation, which we are using for the digital applications of our customers in the AWS cloud.
What is most valuable?
The most valuable features in Amazon EKS include a suite of different services, such as code versioning, pipelining, code deployment, and code quality checks; we are using the total suite of the Amazon EKS.
From a project management standpoint, the automated node provisioning feature in Amazon EKS helps to streamline the application deployment process because the benefit I see with this product is that our deployment turnaround time reduces considerably, and all compliance standards are met. Code quality is maintained, and there are specific indicators designed in the product to identify quality issues with minimal effort. The Agile mode of project execution methodologies can also be implemented due to the code version controls and pipelining controls.
Most importantly, the deployment side of code releases and release management features are maintained without major hassles, within a short span of time, and without delays to customer experience. From both operational management and project management angles, these tools address human as well as programming side hurdles, eliminating most gaps and enabling timely project execution without surprises and ensuring quick turnaround time while meeting delivery deadlines.
Amazon EKS's deep integration with AWS services such as Identity Access Management impacts the approach to security and compliance because it integrates with IAM authentication and the multi-factor authentication process, allowing access only to those who need it.
What needs improvement?
I recommend that Amazon EKS could be improved by integrating AI intelligence with its components because EKS or the Kubernetes cluster has not yet undergone an AI wrapper. An AI component integrated into Amazon EKS, such as failure analysis and intelligent recommendations when failures happen, would be very helpful. Although automation is present, this AI feature would enhance the overall capability.
For how long have I used the solution?
I have been working with Amazon EKS for almost four or five years now.
What was my experience with deployment of the solution?
I have not faced any challenges with Amazon EKS; it's good and quicker. Initially, implementation can be a bit time-consuming, but once set, it becomes a 'code it and forget it' sort of environment.
What do I think about the stability of the solution?
I have no complaints about the stability of Amazon EKS; it is good, with no concerns at this point in time.
What do I think about the scalability of the solution?
Amazon EKS is good regarding scalability; it suits conventional services and has room for improvement with upcoming agentic AI and GenAI resources.
How are customer service and support?
My experience with Amazon support is good; we always had a good association with them, so no concerns on that. I would rate the support of Amazon EKS above seven.
How would you rate customer service and support?
Positive
What was our ROI?
Customers have seen a return on investment with Amazon EKS because they are happy and see value in the services; however, as the volume grows, the OpEx cost also increases, so any respite on OpEx cost for customers with exponentially growing volumes would be helpful.
What's my experience with pricing, setup cost, and licensing?
Regarding the cost of Amazon EKS, I would say it's relative to the organization based on release management processes; for big organizations where customer experience matters, such as in the retail segment, the cost can be very high due to numerous daily changes. For companies in telecom and retail, as Amazon is a pay-per-use service, our usage levels are high, so I would desire if Amazon could provide certain discounts or credits for customers who utilize a lot of resources.
What other advice do I have?
Our customers use the solution on the Amazon AWS cloud. They purchase Amazon EKS through AWS only.
For those looking into using Amazon EKS, my advice is that it is a good product, although the downside is that if the volume grows, the OpEx cost increases significantly. I would strongly recommend it for small and medium companies. For big companies with more releases, it also attracts more OpEx costs, so if there is a mechanism to control costs, it can be suitable for everybody.
On a scale of one to ten, I rate Amazon EKS an eight out of ten.
Which deployment model are you using for this solution?
Public Cloud
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Amazon Web Services (AWS)
Disclosure: My company has a business relationship with this vendor other than being a customer. Integrator
Last updated: Aug 7, 2025
Flag as inappropriateSr Technical Architect at HCL Technologies
Has experienced seamless integration and robust support while benefiting from infrastructure automation
Pros and Cons
- "The biggest advantages of Amazon EKS include load balancing, auto scalability, and platform integration."
- "I think the monitoring part and observability part could be improved."
What is our primary use case?
The use cases for the product involve provisioning of infrastructure and auto provisioning of infrastructure.
I have managed on-premise deployments in my use case with a Helm chart.
What is most valuable?
The biggest advantages of Amazon EKS include load balancing, auto scalability, and platform integration.
The solution includes automated node provisioning features.
The integration with AWS services involves platform services only.
What needs improvement?
We usually get deployed and only need to tweak the source code; however, I think the monitoring part and observability part could be improved.
For how long have I used the solution?
I have been selling it for almost two years.
What do I think about the scalability of the solution?
The scalability of Amazon EKS deserves a perfect rating of ten.
How are customer service and support?
The technical support from Amazon deserves a rating of ten.
How would you rate customer service and support?
Positive
How was the initial setup?
I would rate the ease of installing Amazon EKS in the middle area, giving it a five.
What other advice do I have?
I have moved to pre-sales activity now.
I am selling Kubernetes Engine from Amazon.
I can rate Amazon EKS as nine because I just need to see some improvement.
I want to be a reference for Amazon.
The overall rating for Amazon EKS is 9 out of 10.
Which deployment model are you using for this solution?
Public Cloud
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Amazon Web Services (AWS)
Disclosure: My company has a business relationship with this vendor other than being a customer. Reseller
Technical Solutions Engineer at a leisure / travel company with 501-1,000 employees
Running critical financial workloads has delivered reliable low-latency deployments
Pros and Cons
- "Amazon EKS has very good scalability with 100% uptime and zero latency."
- "I have worked on several improvements, particularly regarding instances when Amazon goes down, which is the only time I see issues in Amazon EKS."
What is our primary use case?
I use Amazon EKS mainly for deploying my application onto the Kubernetes infrastructure, which is provided by the underlying Amazon infrastructure.
I have many services, many applications, and many web services and web applications which are deployed using Amazon EKS across different regions in Amazon web service locations and data centers.
Other than deploying applications onto Kubernetes infrastructure using Amazon EKS, I don't have any other use cases for this tool in my current organization.
What is most valuable?
Amazon EKS has very good scalability with 100% uptime and zero latency.
Amazon EKS is the most cost-effective solution that I am using currently. If I want to reduce my downtime, I can deploy it in a multiple region architecture, which can reduce the downtime.
It is a cloud-based solution which is managed by Amazon, a global cloud services provider. I have observed very negligible issues while running my applications on Amazon EKS.
It is very pocket-friendly, cost-effective, and the setup is very simple.
If you are running a few applications that require high scalability, you can go for Amazon EKS. It is a very good tool if you want a managed Kubernetes service. It will definitely work wonders for your project.
Currently I work for a financial global giant where a millisecond latency costs around a million dollars. With Amazon EKS, I have a lot of benefits.
What needs improvement?
The only thing I feel is keeping Amazon EKS updated with the current trends and requirements of the global giants which are using this tool.
For how long have I used the solution?
I have been using Amazon EKS for the past three years. It is very brilliant.
What do I think about the stability of the solution?
I have worked on several improvements, particularly regarding instances when Amazon goes down, which is the only time I see issues in Amazon EKS.
It is pretty good and pretty stable.
What do I think about the scalability of the solution?
I have not experienced any scalability issues.
How are customer service and support?
I have not had any issues with customer service.
How would you rate customer service and support?
Negative
Which solution did I use previously and why did I switch?
I have not used any previous solutions.
Which other solutions did I evaluate?
I don't have any alternate solutions.
What other advice do I have?
It is already a great tool. It is already a very good tool in the market. I would rate this product a 10 out of 10.
Which deployment model are you using for this solution?
Public Cloud
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Amazon Web Services (AWS)
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Last updated: Jan 12, 2026
Flag as inappropriateBuyer's Guide
Download our free Amazon EKS Report and get advice and tips from experienced pros
sharing their opinions.
Updated: March 2026
Popular Comparisons
Microsoft Defender for Cloud
Prisma Cloud by Palo Alto Networks
Red Hat OpenShift
CrowdStrike Falcon Cloud Security
Orca Security
Red Hat OpenShift Container Platform
VMware Tanzu Platform
Docker
Kubernetes
Rancher Labs
Nutanix Kubernetes Platform (NKP)
Google Kubernetes Engine
HashiCorp Nomad
Komodor
Amazon Elastic Container Service
Buyer's Guide
Download our free Amazon EKS Report and get advice and tips from experienced pros
sharing their opinions.
















