No more typing reviews! Try our Samantha, our new voice AI agent.

NGINX Ingress Controller vs Nutanix Kubernetes Engine NKE [EOL] comparison

 

Comparison Buyer's Guide

Executive SummaryUpdated on Sep 1, 2025

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

NGINX Ingress Controller
Average Rating
8.6
Reviews Sentiment
6.2
Number of Reviews
17
Ranking in other categories
Container Management (9th)
Nutanix Kubernetes Engine N...
Average Rating
7.6
Reviews Sentiment
6.9
Number of Reviews
14
Ranking in other categories
No ranking in other categories
 

Featured Reviews

Suleiman  Mohammed - PeerSpot reviewer
Senior Database Engineer, SRE at Interswitch Group
Routing for long-lived data connections has improved but protocol-aware checks still need work
NGINX Ingress Controller can be improved, and my team's concern would be database protocol-aware health checks for Transport Server since that is what NGINX is more focused on. Right now, even on Plus, a Transport Server health check is essentially a TCP connect or maybe a basic send-expect. For a database, that is a weak signal. The listener being up tells you almost nothing about whether Postgres is actually serving, whether a replica is lagging, or whether it is in recovery. I would love a way to define a health check that does something protocol-aware, even something as simple as you open a connection, run a SELECT one, which is the most popular test, and expect a row for Postgres or a PING for Redis. Without that, I am relying on the database's own infrastructure to pull bad replicas, and the ingress will happily continue routing to a replica that answers TCP but is serving stale reads. Better idle connection management for long-lived stream connections can also be improved. A pooled database connection sitting idle between transactions is healthy in my opinion, but the proxy's instinct is to reap idle connections. You can crank timeouts way up, but that is a blunt instrument. I would like to add that specifically for databases, the need for improvement becomes clearer. Every client connection through NGINX becomes a backend connection, one-to-one. A client connection through NGINX and a client connection through a connection pooler are sitting because they are going to get sent to the backend connection. It does not multiplex; it does not understand transaction boundaries. It cannot reuse a connection across clients. If you put it in front of Postgres without a real pooler behind it, you have just built a very efficient way to exhaust the max connection. The architecture is always client, ingress, connection pooler which is either pgBouncer or ProxySQL, then the actual engine which is Postgres or MySQL. Never let it be clients straight to the database. NGINX Ingress Controller's mode is one client connection to one backend connection with no multiplexing and no protocol awareness, which would be an issue for you.
reviewer2741271 - PeerSpot reviewer
Nutanix Administrator at a consultancy with 10,001+ employees
Has provided seamless upgrade experiences and robust technical support
I have heard there are many features added in NKP that are not available in Nutanix Kubernetes Engine NKE, such as load balancer features. The unified control plane feature is not being used in Nutanix Kubernetes Engine NKE. We are currently using a third-party tool for load balancing, but going forward, NKP will include load balancer, ingress, and egress features, making infrastructure management much easier. There is no auto-scaling feature in Nutanix Kubernetes Engine NKE; however, NKP offers it. In NKE, we created additional worker nodes and increased CPU and RAM capacity, but it required manual intervention. Concerning policy-driven governance in Nutanix Kubernetes Engine NKE, we have the ability to implement RBAC at the cluster level, which helps maintain security by not granting full admin privileges to every end user, thus restricting access effectively.

Quotes from Members

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

Pros

"NGINX Ingress Controller is a truly good tool that has proven its capability in the market."
"This shift away from manual config management has made my team's productivity and efficiency much easier."
"NGINX Ingress Controller has positively impacted my organization since I have been using it in production for over three to four years."
"NGINX Ingress Controller has positively impacted my organization by definitely improving my team's efficiency in terms of multiple load balancers and complex routing rules we can configure there, resulting in a single, easy-to-manage layer."
"The best features that NGINX Ingress Controller offers in my experience are that the ingress controller can perform content-based routing and SSL termination, which is usually not available on software-only solutions and typically comes with hardware-based solutions."
"In many ways, NGINX Ingress Controller has provided cost reduction by eliminating our per-service load balancers."
"However, the response, throughput, and solid performance we receive after implementation are often worth it."
"NGINX Ingress Controller has positively impacted my organization by allowing us to handle many requests from different applications and customers, serving as the frontier of all our backend applications."
"We can add some add-ons and plugins to the product if we need to."
"Nutanix is very stable and reliable, based on my experience with many customers, including large banks and telcos."
"We can do a lot of provisioning."
"Scalability-wise, I rate the solution a ten out of ten."
"The solution provides no downtime features. If we face issues, we create a new port, deploy it there, and then drop the existing one. This way, we avoid NKE downtime on our website."
"The technical support is excellent."
"The solution is easy to manage. You can get everything in a single platform. It is also easy to work with Terraform as a code."
"Karbon is embedded in the hypervisor, there are no deployment costs and the administration is via Prism Central."
 

Cons

"NGINX Ingress Controller can be improved with better documentation."
"The core dynamics and core features for databases involve the paywall; the paywall is what concerns me."
"In my use case with NGINX Ingress Controller, when we have multiple services, it becomes messy and overburdened to add the annotations to define the policy and the annotations of each service, making it a bit complex."
"I think NGINX Ingress Controller could be improved by adding many features and functions regarding firewalls, similar to what a professional API gateway offers, so those functionalities can be integrated with NGINX Ingress Controller."
"I think NGINX Ingress Controller can be improved by not being deprecated."
"The main feature I want to see included is the ability to reduce namespace specifications."
"Nowadays, the quality has been degrading, and I do not expect the same level of service."
"When it comes to how NGINX Ingress Controller can be improved, I think we can add documentation as one of the points."
"We need a backup of production clusters."
"In the next release, I would like to have automatic dynamic scaling, both upscaling and downscaling."
"Nutanix has limitations compared to VMware, particularly in testing and industry tie-ups with different OEMs. Deploying virtual machines, especially for industrial automation, can be challenging due to compatibility issues."
"Areas for improvement in Nutanix Kubernetes Engine (NKE) include upgrading management capabilities and enhancing the user interface for improved usability."
"NKE could benefit from additional features that support more advanced Kubernetes functionalities and configurations."
"GUI lacks sufficient information to help with understanding the installation and process."
"One major issue we faced was that appliances couldn't migrate from VMware to the tool. However, this seems to be a common problem across platforms. We've seen the same issue when migrating from VMware to RHV or other solutions. It's not specifically a Nutanix problem but rather an issue migrating appliances from one VM infrastructure to another. Some kernel-level and storage-level issues impact this process."
"There have been cases where we've deployed with Karbon and haven't seen that it includes errors."
 

Pricing and Cost Advice

Information not available
"The platform is averagely priced. I rate the pricing as four out of ten."
"I rate the product price a five on a scale of one to ten, where one is cheap, and ten is expensive."
"I rate NKE's pricing a six out of ten."
"The product's licenses are included in the software version deployed in our data center."
"While deploying Kubernetes clusters on Nutanix is cost-effective, there may be additional costs for remote branch offices where Kubernetes is less common."
report
Use our free recommendation engine to learn which Container Management solutions are best for your needs.
900,747 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Outsourcing Company
14%
Computer Software Company
13%
Manufacturing Company
10%
Financial Services Firm
9%
Manufacturing Company
12%
Computer Software Company
11%
Government
11%
Financial Services Firm
9%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
By reviewers
Company SizeCount
Small Business8
Midsize Enterprise3
Large Enterprise8
By reviewers
Company SizeCount
Small Business10
Midsize Enterprise2
Large Enterprise4
 

Questions from the Community

What is your experience regarding pricing and costs for NGINX Ingress Controller?
The pricing for NGINX Ingress Controller is overall acceptable, and I would not say it is great. The setup cost was also acceptable, and the licensing was straightforward.
What needs improvement with NGINX Ingress Controller?
The annotation part of NGINX Ingress Controller is good, but it can be tedious when there are many features to specify in the annotation section, which sometimes gets messy and could be improved. H...
What is your primary use case for NGINX Ingress Controller?
NGINX Ingress Controller is primarily used for routing in my team's Kubernetes cluster where we run multiple microservices. We deployed NGINX Ingress Controller on a cluster with around 20 microser...
What needs improvement with Nutanix Kubernetes Engine NKE?
In terms of features, I cannot comment technically, but the real value is the consolidated out-of-the-box solution that Nutanix offers. Nutanix has built great branding and a lot of credibility and...
What is your primary use case for Nutanix Kubernetes Engine NKE?
I have experience with OpenShift, Kubernetes, and Nutanix, as we are one of the largest Nutanix resellers in the Middle East. We handle Kubernetes on the cloud as well, so we manage most of the Kub...
What advice do you have for others considering Nutanix Kubernetes Engine NKE?
I don't have a technical role, but we are a system integrator, so we sell solutions such as OpenShift and Kubernetes as part of the sales team. We are a reseller called eSky IT, and I serve as the ...
 

Also Known As

No data available
Nutanix Karbon
 

Overview

 

Sample Customers

Information Not Available
JetBlue, International Speedway Corporation, SAIC Volkswagen
Find out what your peers are saying about Red Hat, Amazon Web Services (AWS), Kubernetes and others in Container Management. Updated: June 2026.
900,747 professionals have used our research since 2012.