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

NGINX Ingress Controller vs VMware Tanzu Platform comparison

 

Comparison Buyer's Guide

Executive Summary

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
Ranking in Container Management
9th
Average Rating
8.6
Reviews Sentiment
6.2
Number of Reviews
17
Ranking in other categories
No ranking in other categories
VMware Tanzu Platform
Ranking in Container Management
10th
Average Rating
8.0
Reviews Sentiment
6.6
Number of Reviews
23
Ranking in other categories
Build Automation (16th), PaaS Clouds (13th), Cloud Management (31st), Development Platforms (5th), Service Mesh (8th), Agile and DevOps Services (3rd)
 

Mindshare comparison

As of June 2026, in the Container Management category, the mindshare of NGINX Ingress Controller is 1.7%, up from 0.8% compared to the previous year. The mindshare of VMware Tanzu Platform is 7.8%, down from 13.5% compared to the previous year. It is calculated based on PeerSpot user engagement data.
Container Management Mindshare Distribution
ProductMindshare (%)
NGINX Ingress Controller1.7%
VMware Tanzu Platform7.8%
Other90.5%
Container Management
 

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.
ErmiasGirma - PeerSpot reviewer
Cloud Infrastructure Engineer at Safaricom Ethiopia plc
Has supported container-based deployments and improved infrastructure visibility through monitoring tools
Aria Operations, formerly known as VMware vRealize Operations, has been renamed to vROps. We are currently using this for monitoring purposes. For orchestration, we are using VCD to automate Telco Cloud. VCD is an automation tool, and we are also using VMware Tanzu Platform for the Kubernetes environment, alongside TKG, Tanzu Kubernetes Grid. These are also other solutions for the Tanzu Kubernetes environment. For Telco Cloud, we are using it to automate our company's operations, which is for a telecom company. We are familiar with these products, especially vCenter, ESXi, VCD, vCF, and vROps. It is very easy to integrate applications when we deploy vCenter and ESXi since we can enable vSphere with Tanzu feature. We can build namespaces and provide application developers the platform to deploy their applications on pods within containerization. We can easily manage, pull results, and create containers efficiently, making it a simple way to handle applications. We provide namespace labels for application developers, and we can manage their resources along with other aspects easily. Regarding security, we use many tools such as CDX and LDAP, AD for integrating our Kubernetes cluster with the developer teams. We can manage roles and permissions simply. It is very straightforward to integrate with EDX and other third-party tools, Active Directory, to the Kubernetes cluster, allowing easy access and management.

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 very easy to set up, easy to deploy, and easy to maintain."
"However, the response, throughput, and solid performance we receive after implementation are often worth it."
"NGINX Ingress Controller is a truly good tool that has proven its capability in the market."
"NGINX Ingress Controller has positively impacted our organization by efficiently routing the traffic."
"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."
"We are using NGINX Ingress Controller for the past three to four years, and it is very reliable for us and it can handle the traffic based on our load as well."
"In many ways, NGINX Ingress Controller has provided cost reduction by eliminating our per-service load balancers."
"From my experience, I think the main benefit NGINX Ingress Controller provides to the end user is the reliability of NGINX Ingress Controller itself."
"We never experienced any problems with scalability."
"The most popular feature of VMware Tanzu Mission Control is its graphical user interface for describing network policies on the Service Mesh, which is highly integrable with other tools commonly used in supply chains such as security."
"The Tanzu platform is highly available, scalable, and flexible."
"A feature we find valuable is that other products can also be integrated with Mission Control. This means that we can see the status of specific clusters, as well as view the monitoring application logs all from one point."
"We feel very good about these features."
"The Day 2 operations support is the most vital feature"
"Tanzu is easy to upgrade and scale, whether we're talking about horizontal or vertical scaling. It is as smooth as possible without any downtime. The platform maintenance, upgrading, and operations part is very smooth."
"The solution is integrated very well with a lot of other systems. Also, its GUI is very good."
 

Cons

"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."
"The main feature I want to see included is the ability to reduce namespace specifications."
"NGINX Ingress Controller itself is a great product, but when considering a complete solution, there are limitations."
"There is annotation overload. We could move toward a better API annotation work, though currently the annotations are stringy-typed YAML with no validation, making it easy to create typos."
"When it comes to how NGINX Ingress Controller can be improved, I think we can add documentation as one of the points."
"Overall NGINX Ingress Controller is a good tool to use, but the main drawback is the annotation part, as managing many paths and features can get quite tedious and complicated."
"NGINX Ingress Controller can be improved by implementing faster deployment of new services, simplifying SSL or TLS management, and enhancing faster troubleshooting by providing more logs."
"NGINX Ingress Controller can be improved with better documentation."
"The solution's initial setup process was complex...The solution could benefit from improved customization and visibility for its users."
"The cost is a major factor in this solution; anything above the standard version comes at a high price."
"Having a unified dashboard to manage all infrastructure, whether it involves additional IT infrastructure or modern apps, would be highly advantageous"
"The implementation is not easy, it is very complex and can take a day or two to complete."
"Addressing the high upfront costs could improve the product. Implementing a subscription-based model with tiered service options could make it more accessible to a broader range of customers."
"The solution is currently focused on VMware infrastructure and I would like to see more options made available."
"The solution could improve by having better integration with other solutions such as HPE."
"The price is very high compared to other Kubernetes environments because Kubernetes is open source."
 

Pricing and Cost Advice

Information not available
"Its pricing is very competitive. We get around 70% or 75%, sometimes even 80%, discount on the product. I would rate it a four out of five in terms of pricing."
"The least expensive licensing cost for VMware is around $350 per core."
"One of our Spanish customers told us that VMware Tanzu Service Mesh is a very expensive product for their data center."
"The solution is only for large or medium size enterprises because it is expensive."
"It is not the most expensive option, and I believe the capabilities align well with the value it provides."
"There are different licenses available. You have to upgrade your license if you want to scale the solution more."
"VMware Tanzu Mission Control is cheaper than Red Hat OpenShift."
"The solution is bundled in with Cloud Foundry so the pricing is not independent."
report
Use our free recommendation engine to learn which Container Management solutions are best for your needs.
900,644 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%
Financial Services Firm
15%
Computer Software Company
9%
Manufacturing Company
9%
Healthcare Company
6%
 

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 Business9
Midsize Enterprise3
Large Enterprise11
 

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...
Which is better - OpenShift Container Platform or VMware Tanzu Mission Control?
Red Hat Openshift is ideal for organizations using microservices and cloud environments. I like that the platform is auto-scalable, which saves overhead time for developers. I think Openshift can b...
What is your experience regarding pricing and costs for VMware Tanzu Mission Control?
The price of VMware Tanzu Mission Control is greater than that of Red Hat's competitor solution. I would rate the pricing of VMware Tanzu Mission Control as four out of ten.
What needs improvement with VMware Tanzu Mission Control?
The product should support integration with Google Cloud Platform (GCP). The tool's flexibility in onboarding different clusters needs to improve, it's presently limited to a few clusters on the li...
 

Also Known As

No data available
Tanzu Application Catalog, Application Platform, Application Service, Hub, Mission Control, Service Mesh, Build Service, Concourse for VMware Tanzu
 

Overview

 

Sample Customers

Information Not Available
Verizon, Cerner, Zipcar, Avarteq
Find out what your peers are saying about NGINX Ingress Controller vs. VMware Tanzu Platform and other solutions. Updated: June 2026.
900,644 professionals have used our research since 2012.