---
title: Kubernetes Reviews
meta_title: 'Kubernetes Reviews 2026: Details, Pricing, & Features | G2'
meta_description: Filter 11 reviews by the users' company size, role or industry to
  find out how Kubernetes works for a business like yours.
aggregate_rating:
  rating_value: 4.7
  review_count: 11
  scale: '5'
date_modified: '2026-05-05'
parent_category:
  name: Containerization
  url: https://www.g2.com/categories/containerization
---

# Kubernetes Reviews
**Vendor:** American Cloud  
**Category:** [Container Management Software](https://www.g2.com/categories/container-management)  
**Average Rating:** 4.7/5.0  
**Total Reviews:** 11
## About Kubernetes
ACKS empowers you to build resilient and highly available clusters within a native Kubernetes environment, giving you the peace of mind to run your workloads without any worries. You can leverage the power of Kubernetes to span clusters across various cloud environments, including public, private, hybrid, and on-premises data centers. This makes ACKS the perfect solution for supporting cloud-native applications that require fast scaling and containerized deployments in production environments.




## Kubernetes Reviews
  ### 1. Steep learning curve but very powerful and useful

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Leisure, Travel & Tourism | Enterprise (> 1000 emp.)

**Reviewed Date:** May 16, 2024

**What do you like best about Kubernetes?**

Kubrnetes is an insustry standard tool that makes it easy to deploy and manage high availabilty clusters of docker containers grouped into pods and deployments. I use it daily when I am releasing code in to a new environment and I can see the new containers and pods starting up and scaling as needed. It takes a lot of knowledge to implement this in production but once it's there it's easy to intergate the features into your developmnent/deployment workflow.

**What do you dislike about Kubernetes?**

It's pretty hard to get going as there are a lot of things you need to understand, and then a lot of configuration files needed to set up a production ready  system. You really have to be a specialist or go slowly with it.

**What problems is Kubernetes solving and how is that benefiting you?**

The biggest problem it solves is how to manage the deployment and operation of a number of services running together without disruption and downtime. It means a fully commercial high volume service can run without glitches.

  ### 2. Best for Deploying software

**Rating:** 5.0/5.0 stars

**Reviewed by:** Pratikesh G. | Software Engineer - 2, Mid-Market (51-1000 emp.)

**Reviewed Date:** May 21, 2024

**What do you like best about Kubernetes?**

I loved how we can do automatic rollouts and even rollbacks in Kubernetes.
It is best for small-size startups where most of the managing is handled automatically inside the software.
It automatically restarts the failing nodes and manages the containers such as restarting, killing, and rescheduling them.

**What do you dislike about Kubernetes?**

Setting up clusters can consume time.
lot of resources required for Kubernetes to manage all the nodes and containers.

**What problems is Kubernetes solving and how is that benefiting you?**

It manages my containers automatically.
Whenever a container is failing or having any issues, it will automatically restart and reschedule that container and it also manages the failing nodes by killing them or running them again this helps in managing the containers where a lot of time is required to manage multiple containers.
This is time saving for sure.

  ### 3. Best container orchestration tool

**Rating:** 5.0/5.0 stars

**Reviewed by:** Atishay J. | SDE1, Mid-Market (51-1000 emp.)

**Reviewed Date:** May 26, 2024

**What do you like best about Kubernetes?**

It helps to manager enterprise level deployment.
As a Backend developer I use kubernetes to upscale load balancing and vice versa.

Namespace is one of the key features which kubernetes provide, which helps to seperate clusters easily on common nodes.

**What do you dislike about Kubernetes?**

Kubernetes is meant for large scale solution, so it may be difficult to learn in starting.

**What problems is Kubernetes solving and how is that benefiting you?**

We need multi site deployment on same client server, so we use namespace feature of kubernetes, which helps to seperate and manage clusters easily.

  ### 4. Best for container management

**Rating:** 4.5/5.0 stars

**Reviewed by:** Mohit G. | Senior Software Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** May 18, 2024

**What do you like best about Kubernetes?**

We use k8 to manage application containers in our company.
Interface of kubernetes is very user friendly and easy to use.
It is open so continous improvements are there always.
We can easily configure pods, deployments everything by just writing yaml's.

**What do you dislike about Kubernetes?**

We have not encountered any disliking so far as per our use.

**What problems is Kubernetes solving and how is that benefiting you?**

It acts as the container management tool for our backend and frontend applications.
We use it to decalare services, deployments and handle scalibility.

  ### 5. Containerization made simpler using kubernetes!

**Rating:** 4.5/5.0 stars

**Reviewed by:** Rohan  K. | Security Analyst, Mid-Market (51-1000 emp.)

**Reviewed Date:** May 14, 2024

**What do you like best about Kubernetes?**

Best solution for development of microservice based application, using kubernetes reduced the workload on developers as it provides auto scaling, and allows seamless connectivity with AWS codepipeline, a CI/CD tool for automating the process of building and deployment of microservice based web application.

**What do you dislike about Kubernetes?**

Not much to dislike about it but more customisation and suggestions can be provided for creation of container for web application.

**What problems is Kubernetes solving and how is that benefiting you?**

Using it for creation and management of microservice based e commerce and web application, it provides seamless tools for creating containers and managing also helps in its integration with other services and containers.

  ### 6. Seamless Container Orchestration and Management Tool

**Rating:** 4.5/5.0 stars

**Reviewed by:** Arun Kumar Jain K. | Vice President, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 25, 2023

**What do you like best about Kubernetes?**

1. Cluster Autoscaler - The ability to automatically scale application.
2. Optimal Usage and Management of Infra Resources - The ability to run one/more application on a single VM
3. Extensive Community Support online
4. Rolling Updates of Pods, Deployments, Services, Stateful Sets helps in ensuring uninterrupted availability

**What do you dislike about Kubernetes?**

1. Network Configuration could be really challening like setting up network policies (netpol) to set ingress and egress.
2. There is a lot of operational overhead in managing multi cluster environment and its components. 
3. Constant Updates to kops and backward compatibility is also a major challenge

**What problems is Kubernetes solving and how is that benefiting you?**

It helps ensuring resource optimal usage which cuts the infra cost significantly.
Ensures Availability of Services which helps us with our SLA

  ### 7. Powerfull Container Orchestration Tool

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Consulting | Small-Business (50 or fewer emp.)

**Reviewed Date:** May 14, 2024

**What do you like best about Kubernetes?**

Kubernetes changes all the development cycle. We can divede our application into small pieces and do development independently and develop application make it live fast. Best part of k8s is zero down time, self healing, scalling, security, automatic rollback.

**What do you dislike about Kubernetes?**

In intial its little bit hard to understand the way it works. There is so much learning curve for in beginning.

**What problems is Kubernetes solving and how is that benefiting you?**

Kubernetes almost solve all aspects of business needs while developing the application. It make faster release and make application highly available and self healing, security, easy rollback like we have so many benefits with Kubernetes.

  ### 8. Enterprise Level Container Orchestrator  - Kubernetes

**Rating:** 5.0/5.0 stars

**Reviewed by:** Sagar M. | Founder, Mid-Market (51-1000 emp.)

**Reviewed Date:** May 27, 2024

**What do you like best about Kubernetes?**

- Container Management
- Aut-recovery of Containers
- Uptime of application on K8s
- Auto-Scaling
- RBAC
- Ease of Use
- Many more..

**What do you dislike about Kubernetes?**

Not much, Engineers needs to learn in to use Kubernetes effectively.

**What problems is Kubernetes solving and how is that benefiting you?**

- Enterpise Level Container Management
- Uptime of Applications
- Auto-recovery of Containers
- Auto-Scaling

  ### 9. Kubernetes Review

**Rating:** 5.0/5.0 stars

**Reviewed by:** Yuvaraj P. | Voip Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 11, 2023

**What do you like best about Kubernetes?**

Kubernetes is the best  option if you want to manage complex containerized application or if you are developing  a robust highly scalable, high availability application kubernetes is the right choice. It's better than docker and other counterparts and  kubernetes has a large community.

**What do you dislike about Kubernetes?**

Kubernetes can be little complex to setup and configure, Also the  networking part is hard to  understand around if you're a beginner and  support for running it on windows environment is very little. Kubernetes doesn't offer any builtin solutions for monitoring and logging.

**What problems is Kubernetes solving and how is that benefiting you?**

Kubernetes makes is easy to manage , run, scale , load balance and deploy containerized applications. It has several features like self healing , high availability and one of  most important features of kubernetes i.e Rolling updates and roll backs, if anything goes wrong when you update a application running on kubernetes you can always roll back to previous versions without breaking anything.

  ### 10. Kubernetes: Captain America for IT Cloud Industry

**Rating:** 4.5/5.0 stars

**Reviewed by:** Ninad K. | Senior Manager, Mid-Market (51-1000 emp.)

**Reviewed Date:** November 27, 2023

**What do you like best about Kubernetes?**

Kubernetes is a complete architerural management of number of projects, processes and programs. 
Many complex integrations and cross functional systems can be easily simplified, implemeted and managed through Kubernetes. Me and My team use kubernetes for most of our projects deployments and management.
Customizations according to specific requirement of project and process is important feature of kubernetes.

**What do you dislike about Kubernetes?**

Nothing much. But I expect use of AI and ML in future updrages of Kubernetes.

**What problems is Kubernetes solving and how is that benefiting you?**

We have many projects in specific Container architectures. Kubernetes is managing all containers infra at one stop. 
Its like a best buddy of our Infra team.

  ### 11. Kubernetes: Best container orchestration tool

**Rating:** 5.0/5.0 stars

**Reviewed by:** ANKIT S. | Technical Lead - Product Development, Enterprise (> 1000 emp.)

**Reviewed Date:** October 16, 2023

**What do you like best about Kubernetes?**

There are many features/benefits of using kubernetes:
- easy to manage containers
- autoscaling feature
- easy deployments
- Cost reduction compare to VM's
and many more...

**What do you dislike about Kubernetes?**

If you use managed kubernetes service its all good however if you deploy your own kubernetes cluster its a bit hard to manage specifically during upgrades.

**What problems is Kubernetes solving and how is that benefiting you?**

It help us to manage containers with very good features. We deployed our 250+ applications to kubernetes which were running on VM's earlier. This specific activity saves a lot of costs.
And also other benifits like quick testing and deployments.



- [View Kubernetes pricing details and edition comparison](https://www.g2.com/products/american-cloud-kubernetes/reviews?section=pricing&secure%5Bexpires_at%5D=2026-06-27+16%3A12%3A07+-0500&secure%5Bsession_id%5D=90551b92-9d92-4e04-b7b9-b79934edab01&secure%5Btoken%5D=8d41eab52efe23dce87ecdb5a642d7501b89e4cde776e20c9dd68460de2af084&format=llm_user)

## Kubernetes Features
**Management**
- Access Control
- Network Isolation
- File Isolation

**Organization**
- Packaging 
- Container Networking
- Orchestration

**Development**
- Developer Toolkit
- Architecture
- Datacenter
- Virtualization

## Top Kubernetes Alternatives
  - [DigitalOcean](https://www.g2.com/products/digitalocean/reviews) - 4.6/5.0 (738 reviews)
  - [Akamai Cloud Computing](https://www.g2.com/products/akamai-cloud-computing/reviews) - 4.6/5.0 (387 reviews)
  - [Red Hat OpenShift](https://www.g2.com/products/red-hat-red-hat-openshift/reviews) - 4.5/5.0 (289 reviews)

