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

NGINX Ingress Controller vs VMware Tanzu Platform comparison

Why PeerSpot?
 

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

Mindshare comparison

As of September 2026, in the Container Management category, the mindshare of NGINX Ingress Controller is 1.7%, up from 1.3% compared to the previous year. The mindshare of VMware Tanzu Platform is 7.1%, down from 12.1% 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.1%
Other91.2%
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

"From my experience, I think the main benefit NGINX Ingress Controller provides to the end user is the reliability of NGINX Ingress Controller itself."
"NGINX Ingress Controller is a truly good tool that has proven its capability in the market."
"NGINX Ingress Controller has positively impacted my organization since I have been using it in production for over three to four years."
"The overall time and manual work have been reduced since we started using NGINX Ingress Controller."
"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."
"NGINX Ingress Controller has positively impacted the organizations where I have worked by providing a very easy and cost-free way to add layer 8 security to their infrastructure."
"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."
"However, the response, throughput, and solid performance we receive after implementation are often worth it."
"With Tanzu Mission Control, you get a total solution with only one provider."
"The multi-tenancy with the VCD is great."
"The most valuable feature of VMware Tanzu Mission Control is the management functionality of the cluster life cycle. Additionally, the solution integrates well with other vendors, such as Velero for backups and Sonobuoy for compliance. Additionally, it works well in multi-cluster environments."
"We can build namespaces and provide application developers the platform to deploy their applications on pods within containerization, and we can easily manage, pull results, and create containers efficiently, making it a simple way to handle applications."
"It has provided us with one central point where we can easily track our product QA, and our project resources, across multiple projects and multiple business units."
"We feel very good about these features."
"The Tanzu platform is highly available, scalable, and flexible."
"There are a lot of services available in VMware Tanzu Application Service, such as databases and application servers. You have everything you need in one application and you do not need to search outside of the solution."
 

Cons

"I dropped two points for the annotation-heavy config approach that does not scale cleanly and the connection drop issue on config reloads."
"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."
"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."
"However, there is still a major limitation in GUI capability to manage and observe."
"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."
"The main feature I want to see included is the ability to reduce namespace specifications."
"However, the limitations include that annotations can be difficult to govern, and a misconfiguration can put all your cloud infrastructure at risk."
"It is not easy to build a solution with containers. It has a graphical user interface, but you need to have a lot of knowledge of Linux and how to work in the command mode. Its support can also be improved. Currently, its biggest disadvantage is that it is a new product, and the clients prefer to go for a solution that has been in the market for a long time. There are not that many people who know this product."
"The infrastructure is quite challenging."
"Customers have noticed a considerable price increase after VMware's acquisition by Broadcom."
"Tanzu provides better manageability as compared to OCP, but when it comes to tagging it with other products, it's a bit rigid. If I have to bring in any new product or something out of the box from a different vendor, working with Tanzu becomes a little difficult. For example, if I want to use the F5 services, I have to add one more layer of Avi, but I don't want to do that. If I have a list of the products that I want to use, such as for firewall services, with Tanzu, I will have to go through another layer, which creates complexity."
"The price is very high compared to other Kubernetes environments because Kubernetes is open source."
"VMware Tanzu Service Mesh could add better integration with other cloud platforms, such as vRealize Automation or VMware vCloud Director for cloud providers."
"The solution could improve by having better integration with other solutions such as HPE."
"Another area of improvement is pricing."
 

Pricing and Cost Advice

Information not available
"The price of VMware Tanzu Mission Control is greater than that of Red Hat's competitor solution"
"The product is not expensive, but it is not cheap."
"One of our Spanish customers told us that VMware Tanzu Service Mesh is a very expensive product for their data center."
"There are different licenses available. You have to upgrade your license if you want to scale the solution more."
"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 solution is bundled in with Cloud Foundry so the pricing is not independent."
"The licensing cost is expensive."
"The least expensive licensing cost for VMware is around $350 per core."
report
Use our free recommendation engine to learn which Container Management solutions are best for your needs.
913,806 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Outsourcing Company
24%
Computer Software Company
13%
Manufacturing Company
8%
Financial Services Firm
7%
Financial Services Firm
15%
Outsourcing Company
8%
Computer Software Company
8%
Manufacturing Company
7%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
By reviewers
Company SizeCount
Small Business9
Midsize Enterprise3
Large Enterprise10
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?
NGINX Ingress Controller was used through the Azure Marketplace, allowing control over precious aspects including pricing, setup cost, and licensing for clients. The best cost-effective solution ca...
What needs improvement with NGINX Ingress Controller?
NGINX Ingress Controller can be improved as it has many features that could be further refined.
What is your primary use case for NGINX Ingress Controller?
NGINX Ingress Controller is used to manage traffic, including HTTPS traffic. For containerized-based applications, NGINX Ingress Controller can be enabled as an event-based request that goes to the...
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 Concourse for VMware Tanzu?
The least expensive licensing cost for VMware is around $350 per core. Pricing varies based on commitment and volumetric, with discounts provided for long-term commitments. VMware sells directly or...
What needs improvement with Concourse for VMware Tanzu?
The price is very high compared to other Kubernetes environments because Kubernetes is open source. We can easily work with Docker, and when we compare it with OpenShift, the price is very high. We...
 

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: September 2026.
913,806 professionals have used our research since 2012.