F5 NGINX Ingress Controller (Premium Edition) logo

    F5 NGINX Ingress Controller (Premium Edition)

    NGINX Ingress Controller (based on NGINX Plus) combines the speed and performance of NGINX with the trust and security behind the power of F5. NGINX Ingress Controller is high-performing, production-ready, and suitable for long-term deployment. We focus on providing stability across releases, with features that can be deployed at enterprise scale.

    Ratings and reviews

    4.4
    36 ratings
    2 star
    1 star
    69%
    28%
    3%
    0%
    0%
    9 AWS reviews
    |
    27 external reviews
    External reviews are from G2  and PeerSpot .

    Filters

    Review type

    AWS Marketplace reviews
    External reviews
    Reviews (36)
    Wisdom Shaibu

    Centralized ingress has reduced costs, simplified TLS management, and improves secure traffic routing

    Reviewed on Jul 29, 2026
    Review provided by PeerSpot

    What is our primary use case?

    My main use case for NGINX Ingress Controller is routing external traffic, HTTP or HTTPS into services inside a cluster, basically acting as a single entry point that replaces managing individual load balancer services per app. I also use it for host-based routing, TLS termination, and multi-service orchestration.

    A quick specific example of how I used NGINX Ingress Controller for routing or orchestration in a recent project is that I had TLS terminated at the edge for one of my ingress resources, and my services were routed by path, so no separate load balancer per service. That is majorly what I used it for.

    Additional use cases for NGINX Ingress Controller include using it for rate limiting via annotations, canary deployments which split traffic between stable and new service versions by weights, WebSocket support, and custom error pages.

    How has it helped my organization?

    NGINX Ingress Controller has positively impacted my organization by achieving cost reduction since we have just one load balancer instead of one per service, which cuts down our cloud spending. It has also enabled faster deployments with centralized security, simplified observability through single metrics endpoints covering all ingress traffic, reduced downtime, and provided developer autonomy, allowing teams to update their own ingress rules without needing infra team involvement.

    Regarding numbers on cost savings, I would say that eliminating multiple load balancers has roughly saved us between $150 to $250 per month. For deployment speed, ingress config changes deploy in seconds via GitHub Actions compared to the manual load balancer reconfiguration, which could take 10 to 30 minutes. Also, canary deployments have cut production incidents from bad releases by an estimated 60 to 70 percent compared to full cut-over deploys, and auto renewal for cert management eliminates expiry-related outages entirely, meaning we are not manually renewing certs every 60 to 90 days per domain.

    What is most valuable?

    Some of the best features NGINX Ingress Controller offers in my experience are annotation-driven config, which gives fine-grained control without actually touching the NGINX config file directly, TLS termination plus cert-manager integration, path and host-based routing, rate limiting, and connection throttling, as well as canary traffic splitting.

    Out of those features, I find myself relying on TLS termination plus cert-manager integration the most because it removes an entire class of operational burden. Certificates renew automatically, so we never chase expiry dates across eight services or more. Every service behind the ingress gets HTTPS without any app-level changes, which is essential since managing certs per service manually does not scale, especially on a multi-service platform.

    What needs improvement?

    I think NGINX Ingress Controller could be improved with a better native dashboard, simpler annotation discovery, faster reload times, a built-in canary UI, and better multi-tenant isolation.

    Regarding the needed improvements, there is also the hot reloading without connection drops, improved role-based access control granularity, and built-in circuit breaking.

    For how long have I used the solution?

    I have been using NGINX Ingress Controller for over two years, getting into three years now.

    What do I think about the scalability of the solution?

    I dropped two points for the annotation-heavy config approach that does not scale cleanly and the connection drop issue on config reloads.

    What other advice do I have?

    My advice for others looking into using NGINX Ingress Controller is to start with cert-manager from day one, learn the annotations thoroughly, set resource limits on the controller pod, enable Prometheus metrics immediately, and test config reloads under load.

    Regarding NGINX Ingress Controller's governance and security strength, it is solid due to the ModSecurity, WAF integrations, and TLS enforcement providing a solid baseline of security controls. However, there are gaps since there is no built-in secret management, meaning annotation-based config can be modified by anyone with cluster access if role-based access control is not tight. Additionally, the open-source version lacks some security features available in NGINX Plus.

    In terms of NGINX Ingress Controller's accuracy and reliability of output, I find it very reliable, as it is battle-tested at scale across thousands of production clusters. Routing decisions are deterministic and rule-based, so accuracy is essentially 100 percent when configured correctly. The main reliability concerns are config reload drops, not routing errors. I would give this review an overall rating of 8.

    Gajanan Dnyaneshwar Patil

    Simplified routing inside our clusters has improved traffic control but still needs finer rules

    Reviewed on Jul 22, 2026
    Review provided by PeerSpot

    What is our primary use case?

    I use NGINX Ingress Controller mainly for routing purposes inside the cluster. I connected our ALBs and NLBs with NGINX Ingress Controller. From that point onward, I used it for path-based routing. Some of the APIs and some of the UIs and the internal connectivity were hosted by NGINX Ingress Controller.

    What is most valuable?

    I think one of the interesting facts about NGINX Ingress Controller is the simplification of routing configuration. The routing configuration is very simple in the case of NGINX Ingress Controller in comparison with other service meshes or other routing tools. I would say that simplification of routing is one of the attractive parts that I find.

    What needs improvement?

    A negative point about NGINX Ingress Controller is configurational control over the traffic distribution. When the request comes in, it has given a bit light control over the configuration of how it is supposed to define its rules when it comes to traffic in the case of NGINX Ingress Controller. I think other service meshes, Istio, Envoy, they have it better.

    For how long have I used the solution?

    I have been using NGINX Ingress Controller for almost four to five years.

    What do I think about the stability of the solution?

    In terms of stability regarding crashing, it used to happen sometimes. NGINX Ingress Controller needs to give more traffic configurational control to the user. If there is a spike, I have seen that the pod sometimes creates a bottleneck, or sometimes it rejects some requests. I have seen some bottleneck issues and some spike issues.

    What do I think about the scalability of the solution?

    Regarding scalability, I think NGINX Ingress Controller is in the middle. It is not too much good, it is not too much bad. It is in the middle.

    How was the initial setup?

    The initial deployment of NGINX Ingress Controller was easy. I would not compare it as difficult or medium difficult. It was easy.

    What's my experience with pricing, setup cost, and licensing?

    Regarding the pricing of NGINX Ingress Controller, I think till now it was free. Nowadays, I think since last March, they have started charging. Till March 2026, I think it was free. Then later on, they told us that they are going to stop the end of life support in March 2026. That is when I started looking out for another controller. I cannot say that I have an opinion on its pricing.

    Which other solutions did I evaluate?

    I have done POCs with Istio, Istio ambient mode, then traffic controller, Envoy gateway controller, then Kubernetes's own gateway API controller.

    What other advice do I have?

    I do not think NGINX Ingress Controller requires that much maintenance. In the case of maintenance, it is one of the best tools I have. With the version it comes with, and even if it does a version upgrade, it comes with very light configurational changes that need to happen. I have had only a few times when I had to really go and manage some annotations and other things. It is really easy maintenance. I would give NGINX Ingress Controller a score of 7.5 on a scale from 1 to 10.

    Wshaibu Wshaibu

    Consolidated traffic routing has reduced costs and now needs safer configuration and feedback

    Reviewed on Jun 09, 2026
    Review provided by PeerSpot

    What is our primary use case?

    I use NGINX Ingress Controller for reverse proxy, forwarding client requests while placing it in front of my backend servers. This removes my app from direct internet exposure. I also use it for load balancers to distribute incoming traffic across multiple backend instances using various strategies, which improves availability and throughput.

    For example, we run multiple backend services in Docker containers, each running on different internal ports. Instead of exposing each service directly, I place NGINX Ingress Controller in front as a reverse proxy. It handles my SSL termination by managing HTTPS at the NGINX layer using a Let's Encrypt certificate, so the backend containers only speak plain HTTP internally. This simplified the app code and centralized certificate management in one place. It also helps with routing by path, allowing a single domain to route to different services based on path prefix. Without NGINX Ingress Controller, I would have had to separate the domains or expose my ports to the outside. Additionally, it has helped with stability under load.

    Since I work with Kubernetes, NGINX Ingress Controller is a natural extension of what the standalone version does. Instead of writing the config manually, I define Ingress resources in YAML files, and the controller reconciles them into NGINX config automatically. The same concepts apply: reverse proxying, path-based routing, and SSL termination. However, it is now managed declaratively and integrates with Kubernetes' native tooling.

    I remember one instance when we had a Python Flask inference endpoint running behind NGINX Ingress Controller on Kubernetes. The service processed documents and returned structured data, with some requests taking thirty to sixty seconds depending on document size. The problem we faced was users were intermittently getting gateway timeout errors. The Flask service logs showed the request completing successfully, but clients were still getting the error before the response came back. We diagnosed it by pulling the NGINX Ingress Prometheus metrics into Grafana and filtering by upstream response time per Ingress. This showed clearly that requests beyond sixty seconds were being dropped. The default proxy read timeout on NGINX Ingress Controller is sixty seconds, and nobody had changed it. The app was fine, but NGINX was cutting the connection first. The fix was one annotation on the Ingress resource to increase the timeout. We did not change anything on the app, no redeployment, and no global config map modifications. The timeout was scoped only to that specific Ingress. This resulted in zero timeouts from that endpoint. Since the fix was annotation-based, it did not affect any other services' timeout behavior in the cluster.

    What is most valuable?

    The path and host-based routing that NGINX Ingress Controller offers allows me to route traffic to different backend services based on URL path or hostname. There is SSL/TLS termination, which handles HTTPS at the Ingress layer. I pair it with cert-manager and Let's Encrypt for fully automated certificate provisioning and renewal with zero manual certificate management. There are annotations for fine-grained control, which allows me to customize behavior per Ingress without touching global config. Additionally, there is rate limiting, authentication, WebSocket support, and observability. NGINX Ingress Controller exposes Prometheus metrics out of the box.

    In many ways, NGINX Ingress Controller has provided cost reduction by eliminating our per-service load balancers. Instead of each service having their own load balancer, we consolidated them behind NGINX Ingress Controller. There are faster deployments, as routing changes previously required infrastructure-level changes, updating DNS, and provisioning new load balancers. With NGINX Ingress Controller, we can apply all these changes in YAML files and reduce the deployment time drastically. There is centralized SSL management, which helped us centralize our certificate provisioning and renewal. Additionally, there is improved reliability with better observability across our services.

    What needs improvement?

    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. Better error feedback is needed, as when an annotation is wrong or unsupported, the controller often ignores it with no clear error surfaced back to the engineer. Observability depth should be increased. Performance at very high scale should be improved. At extreme scale with hundreds of Ingress resources, the controller can experience reload latency.

    Three specific things stand out. The reload problem is architectural, not fixable with a config tweak. The annotation model has no safety net, so if I type an annotation incorrectly, the controller silently ignores it. Configuration snippets are effectively disabled in serious multi-tenant clusters, as those are among the first things security-conscious platform teams turn off.

    For how long have I used the solution?

    I have been using NGINX Ingress Controller for over a year.

    What do I think about the stability of the solution?

    NGINX Ingress Controller is stable.

    What do I think about the scalability of the solution?

    NGINX Ingress Controller scales well in horizontal pod autoscaling. The controller itself scales horizontally, and you can run multiple replicas behind the cloud load balancer. There is solid connection handling.

    How are customer service and support?

    I have had a pretty good experience with customer service. They respond when I reach out and help resolve whatever support issues we have.

    Which solution did I use previously and why did I switch?

    I evaluated three main alternatives before settling on NGINX Ingress Controller: Traefik Ingress Controller, the AWS ELB Ingress Controller, and Istio Ingress Gateway.

    How was the initial setup?

    The initial setup was very fair with no major complications and no overcharging.

    What about the implementation team?

    The implementation was handled through a vendor relationship only.

    What was our ROI?

    For direct cost savings, after consolidating our services behind NGINX Ingress Controller, we were previously spending approximately twelve hundred dollars per year but have significantly reduced those costs.

    What's my experience with pricing, setup cost, and licensing?

    Each service was previously using its own cloud load balancer. After consolidating every service behind NGINX Ingress Controller, this actually cut down our costs significantly.

    What other advice do I have?

    I would give NGINX Ingress Controller a rating of six. I recommend starting with the community version. My overall review rating for this product is eight.

    Harsh Goenka

    Centralized ingress has reduced costs and has improved traffic control for complex Kubernetes workloads

    Reviewed on Jun 04, 2026
    Review from a verified AWS customer

    What is our primary use case?

    NGINX Ingress Controller is my primary solution for managing traffic requests to my Kubernetes workloads. Most of my projects are based on containerization, meaning the applications are completely built on Kubernetes and require traffic routing from the external world to my Kubernetes infrastructure.

    I worked on a project with more than 200 microservices where we needed a single entry point solution into the Kubernetes cluster. I deployed one NGINX Ingress Controller and configured HTTP routes for multiple domains through which clients can browse the application. We also implemented some internal private NGINX Ingress Controller instances where internal applications communicate with each other based on domain names. NGINX Ingress Controller allowed us to set up path-based routing and traffic splitting.

    In another interesting use case, we had multiple GCP projects and used NGINX Ingress Controller as a single source of truth. We deployed a cluster in one common project with NGINX Ingress Controller and navigated requests to other Kubernetes clusters. All Kubernetes clusters were connected through a mesh called Anthos.

    What is most valuable?

    NGINX Ingress Controller offers several valuable features. Unlike other native ingress solutions, we get only one load balancer in the background, which means no matter how many ingresses we create, we receive only one IP address. This significantly saves costs. Additionally, we get all the native NGINX features in NGINX Ingress Controller, including proxy functionality, upstream configuration, rate limiting, header passing, and header control capabilities. These are features that other ingress solutions do not provide to the same extent.

    The cost-saving feature of NGINX Ingress Controller is excellent, and the rate-limiting and header control features work very well together. I use these three combinations frequently as they help me control costs and manage headers. Rate limiting also helps secure NGINX Ingress Controller by preventing DDoS and phishing attacks.

    Cost was significantly reduced compared to launching another load balancer. We configured NGINX Ingress Controller to work as a gateway. When something breaks, we have a single point of truth for troubleshooting instead of investigating different load balancer stacks. These improvements helped my team troubleshoot issues more efficiently. The time to solve an issue was reduced from thirty to forty minutes to ten to twelve minutes. NGINX Ingress Controller is lightweight, which enhances performance and reduces network request latency.

    What needs improvement?

    Some ingress controllers are becoming outdated, and if the features that gateways offer nowadays could be integrated into NGINX Ingress Controller, it would be greatly beneficial.

    The main feature I want to see included is the ability to reduce namespace specifications. Currently, gateways are not namespace-specific in Kubernetes, whereas ingresses are namespace-specific. If these namespace specifications could be reduced, it would be a great addition.

    For how long have I used the solution?

    I have been using NGINX Ingress Controller for quite a long time because it is an ingress-based solution that works on top of Kubernetes.

    What do I think about the stability of the solution?

    NGINX Ingress Controller is stable in my experience. I have not faced many issues with NGINX Ingress Controller so far.

    What do I think about the scalability of the solution?

    NGINX Ingress Controller is scalable because it is deployed in the form of pods. When additional traffic arrives and NGINX Ingress Controller cannot handle it, it scales based on CPU and memory percentage.

    How are customer service and support?

    I have not experienced significant issues requiring customer service. When issues do arise, we go through the Marketplace and receive resolutions via email. Since we have not faced substantial issues, the customer service experience has been good.

    Which solution did I use previously and why did I switch?

    We were using native cloud solutions and ingresses. We also used other ingresses such as Kong. We compared other ingress solutions in the market including Kong, Apigee, and cloud-native ingresses.

    What other advice do I have?

    NGINX Ingress Controller is a truly good tool that has proven its capability in the market. I advise others who are looking for solutions to seriously consider NGINX Ingress Controller.

    Concerning AI governance and security, there should be proper guardrails around AI capabilities so that I know what components NGINX Ingress Controller is accessing and what things are involved. I am more concerned about the guardrails surrounding NGINX AI Controller capabilities.

    Those AI capabilities are reliable because they are AI-based and would be faster than humans. However, I am more concerned about accuracy because all AI capabilities, including NGINX AI capabilities, are based on data. I am aligned with the idea that these are reliable, but sometimes they may produce false positives. This is the main thing that concerns me.

    I gave NGINX Ingress Controller a rating of 8 out of 10.

    reviewer2846268

    Routing traffic securely in cloud clusters has reduced costs and simplified configuration

    Reviewed on Jun 01, 2026
    Review provided by PeerSpot

    What is our primary use case?

    I have used NGINX Ingress Controller in a couple of projects as a controller that is supposed to route traffic to Kubernetes clusters. One of the main reasons I chose it is because it is a free product with a lot of documentation that is very easy to set up. It has a great community around it to help with answering questions and providing feedback on architecture.

    In one of the projects where I used NGINX Ingress Controller to route traffic in Kubernetes clusters, we have a cluster running in Azure AKS with several services deployed as pods on a multi-node cluster. An F5 NGINX controller routes the traffic that comes through the load balancer, the Azure Standard Load Balancer, and then routes it using the ingress controller to the different pods. There is a lot of configuration involved, including whitelisting specific IP ranges and headers in order to add an additional security layer to the traffic routing mechanism.

    What is most valuable?

    NGINX Ingress Controller offers a lot of different configurations, making it very flexible in terms of how you can configure the routing and traffic steering. It supports all kinds of header-based routing, regex capabilities, canary releases, and TLS terminations. I have used it a few times as a reverse proxy as well, and many security controls can be configured.

    Out of all those features, including flexible configurations, header-based routing, regex, TLS termination, and security controls, I find myself using the routing and security controls the most.

    The obvious positive impact of NGINX Ingress Controller is the cost saving. I have seen those savings in terms of cost compared to other enterprise products which come with a cost to implement, maintain, and support.

    What needs improvement?

    I do not see anything that frustrates me about NGINX Ingress Controller or that I wish was different. There are a few gimmicks that need learning, such as annotations and precedence over annotations and config maps that could be a bit clearer at times, but other than that, I do not see a lot of other things that would annoy me in my work with NGINX Ingress Controller.

    For how long have I used the solution?

    I have used NGINX Ingress Controller for approximately four to five years, give or take, in different projects.

    What do I think about the stability of the solution?

    NGINX Ingress Controller is stable.

    What do I think about the scalability of the solution?

    NGINX Ingress Controller scales very effectively because it can be deployed on a cluster, so it performs pretty much the same as anything running on Kubernetes.

    How are customer service and support?

    I have not used the customer support for NGINX Ingress Controller.

    Which solution did I use previously and why did I switch?

    I have used different solutions before, but I have not switched between them. Those were different projects with different requirements.

    How was the initial setup?

    NGINX Ingress Controller is very easy to set up, easy to deploy, and easy to maintain.

    What about the implementation team?

    I did not purchase NGINX Ingress Controller through the Azure marketplace.

    What was our ROI?

    The only measurable thing I can say about return on investment is money saved in comparison to other commercial products.

    What's my experience with pricing, setup cost, and licensing?

    I do not have any experience with pricing, setup cost, and licensing because I have used the open-source version.

    Which other solutions did I evaluate?

    I have evaluated other options before choosing NGINX Ingress Controller, including Traffic and Kong.

    What other advice do I have?

    Regarding NGINX Ingress Controller's AI capabilities, I do not have any experience with its governance and security. I have not used NGINX Ingress Controller's AI capabilities, so I cannot speak to the accuracy and reliability of its output. My overall review rating for NGINX Ingress Controller is 9.

    reviewer2813076

    Routing microservices has become streamlined and now saves our team significant time

    Reviewed on May 29, 2026
    Review provided by PeerSpot

    What is our primary use case?

    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 microservices and different endpoints that we wanted to route requests to, so we specified all the paths we wanted to route to in the YAML files.

    Apart from my current projects, I have also used NGINX Ingress Controller in some open-source deployments where I needed to route requests.

    How has it helped my organization?

    The overall time and manual work have been reduced since we started using NGINX Ingress Controller. Earlier we used some other routing tools, but NGINX fits quite well in our Kubernetes cluster setup, making it easy to deploy and get running. NGINX Ingress Controller has helped my team reduce workload, particularly in the time saved.

    What is most valuable?

    The best part of NGINX Ingress Controller is how it works, particularly the annotation feature, which allows us to specify all our details through annotations, making it quite easy to integrate with our system.

    The rewrite path is one of the annotations provided by NGINX Ingress Controller, which lets us route requests to a different path based on specified weights. For example, we can send 50% of the requests to one endpoint and 50% to another.

    What needs improvement?

    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. However, there is a new project called Gateway APIs that has solved that problem.

    The annotation part itself could be improved, as overall it was good but sometimes having everything in the annotation section can be a bit cumbersome.

    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.

    For how long have I used the solution?

    I have been using NGINX Ingress Controller for more than three years now across my different projects.

    What do I think about the stability of the solution?

    NGINX Ingress Controller is stable in my experience.

    What do I think about the scalability of the solution?

    The scalability of NGINX Ingress Controller is overall good for our needs.

    How are customer service and support?

    The customer support for NGINX Ingress Controller is good. I would rate the customer support for NGINX Ingress Controller around a 7 or 8.

    Which solution did I use previously and why did I switch?

    We were earlier using HAProxy to route requests, but we found it quite confusing and complicated, which is why we switched to NGINX Ingress Controller.

    How was the initial setup?

    The main advantage of NGINX Ingress Controller is the deployment and ease of use. The way we deploy NGINX Ingress Controller is quite easy, as we just need the Helm install command or we can directly apply the YAMLs, which makes it unique.

    What was our ROI?

    We have seen a return on investment from using NGINX Ingress Controller, specifically in needing fewer people.

    What's my experience with pricing, setup cost, and licensing?

    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.

    Which other solutions did I evaluate?

    Before choosing NGINX Ingress Controller, we evaluated options such as F5 and HAProxy, but we eventually started with NGINX.

    What other advice do I have?

    NGINX Ingress Controller's governance and security features of AI capabilities are good, with all the basic guardrails available.

    The accuracy and reliability of NGINX Ingress Controller's AI capabilities are not 100%. Sometimes it hallucinates and requires more prompting to get what I want exactly, but overall it is a good feature that still needs improvements.

    NGINX Ingress Controller is a good tool to use. If you have a Kubernetes cluster, then it is easy to deploy and use, though you might face issues with the annotation part. I would give this review a rating of 9.

    Mohammad_Hasan

    Centralized routing has simplified API traffic and has reduced DevOps overhead for our teams

    Reviewed on May 24, 2026
    Review provided by PeerSpot

    What is our primary use case?

    My main use case for NGINX Ingress Controller is load balancing as well as an API Gateway to perform reverse proxy for our backend applications.

    A specific example of how I use it as a load balancer and API Gateway in my environment is that we have our own DNS resolver, which we use ACME with as a free DNS resolving service. We bind it to the Ingress Controller and add our own rules and hosts to specific Ingress resources to bypass and forward all requests to the specific backends. This helps balance the load by making replicas on-demand.

    Regarding my main use case, we implement custom configurations as well as custom port mappings and annotations. We use specific server snippets and follow security best practices to drop SSL terminations at the Ingress level instead of in the backend.

    What is most valuable?

    The best features NGINX Ingress Controller offers for my team include all of the commonly available features in the community version. The community version is now obsolete, and Kubernetes wants to move users to something else like the API Gateway feature, but we are still using NGINX Ingress Controller. The features are excellent.

    While the features are exceptional, ease of use is not as straightforward because certain configurations probably require the paid version. We are using the free version, and in some cases, features like DNS Route 53 are not available in the free version, so we have to address that use case with alternative solutions.

    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. It performs very well and is both scalable and lightweight. It integrates easily with Kubernetes, so it can be configured and used effectively.

    What needs improvement?

    NGINX Ingress Controller can be improved with better documentation. Good documentation in the Bitnami Helm chart would have made implementation easier for us, as we had to search for many things back and forth. Most of the information we found was confused with the community version of NGINX Controller, which created confusion initially. I would appreciate an AI-based solution so that we could easily find the actual use case relevant to our situation.

    For how long have I used the solution?

    I have been using NGINX Ingress Controller for five years.

    What do I think about the stability of the solution?

    In my experience, NGINX Ingress Controller is stable.

    What do I think about the scalability of the solution?

    Scalability and lightweight design have helped my team greatly. We recently had issues when multiple backend applications were accessed simultaneously from the same client browser, which caused slowdowns after a certain number of requests, around four or five of the same backend application or different backend applications from the same client. We configured this using a custom annotation configuration with HTTP/2, which solved the overall slow performance easily. NGINX Ingress Controller scales well and is very lightweight. The product manager appreciated the solution because it requires just a simple configuration in the Ingress resource, so no backend application changes are needed. NGINX Ingress Controller scales effectively to support whole load balancing scenarios, routing everything to the specific backend services.

    Which solution did I use previously and why did I switch?

    I have not previously used a different solution before NGINX Ingress Controller. Plain NGINX was my first experience, and we stick with it because it serves all our purposes.

    What was our ROI?

    I have seen a return on investment from using NGINX Ingress Controller, as I need fewer employees. I do not have to maintain a large DevOps team for this purpose. Any developer can set up and configure NGINX Ingress Controller if they have adequate knowledge on how to set up an Ingress Controller. It saves time because it is easier to set up, though I am uncertain how it translates to monetary savings.

    What other advice do I have?

    My advice to others looking into using NGINX Ingress Controller is to review the documentation first and ensure it serves your purpose. On a scale of one to ten, I rate NGINX Ingress Controller overall as a nine. I chose nine because I do not know the complete use case of the product, so I do not give it a perfect ten. That is my opinion, and while I have encountered some problems and hurdles, I have overcome all of them. It has worked very well for my purposes.

    reviewer2843991

    Centralized access has simplified public services but documentation still needs improvement

    Reviewed on May 21, 2026
    Review provided by PeerSpot

    What is our primary use case?

    My main use case for NGINX Ingress Controller is as a single point of entry in a public exposed service. I have a service exposed with a public IP through the internet with NGINX Ingress Controller.

    How has it helped my organization?

    NGINX Ingress Controller has positively impacted my organization since I have been using it in production for over three to four years. The positive impact of NGINX Ingress Controller is that it has simplified the configuration at scale for multiple teams.

    It has simplified things for multiple teams by creating templates so that each team could use basic Ingress templates, allowing this to be scaled.

    What is most valuable?

    The best features NGINX Ingress Controller offers include TLS termination and some annotations. TLS termination and annotations help my workflow or setup because I don't need to create certificate objects, and I could use NGINX Ingress Controller along with cert-manager to do it.

    What needs improvement?

    I think NGINX Ingress Controller can be improved by not being deprecated. Better documentation could be an improvement as well.

    For how long have I used the solution?

    I have been using NGINX Ingress Controller for six years.

    What do I think about the stability of the solution?

    NGINX Ingress Controller is stable.

    What do I think about the scalability of the solution?

    NGINX Ingress Controller's scalability is acceptable with HPA.

    How was the initial setup?

    The setup process was straightforward.

    What other advice do I have?

    My advice to others looking into using NGINX Ingress Controller is to evaluate other options, perhaps with Gateway API instead.

    Freddy D. Alvarez Pinto

    Improving Cloud Workload Security Through Smarter Traffic Routing and Observability

    Reviewed on May 20, 2026
    Review from a verified AWS customer

    What is our primary use case?

    My main use case for NGINX Ingress Controller has been in Kubernetes-based consulting work, especially when a team needs a controlled and observable entry point for application traffic.

    In a typical setup, a user or client application sends a request to a public endpoint. That request first reaches an external load balancer, depending on the environment — for example, a cloud load balancer, MetalLB in a lab or bare-metal setup, or another external load-balancing layer. From there, the traffic is forwarded to the NGINX Ingress Controller running inside the Kubernetes cluster.

    That is where NGINX Ingress Controller becomes important. It evaluates the Kubernetes Ingress rules, applies routing decisions based on hostnames and paths, and forwards the request to the right Kubernetes Service. The Service then sends the traffic to the correct backend pods, such as web pods, API pods, or authentication pods.

    What I value most is that NGINX Ingress Controller is not just a way to expose services. It gives teams a practical control point for TLS termination, HTTP routing, rewrites, annotations, timeouts, security headers, rate limits, and observability. But it needs to be operated carefully. In production, the biggest risk is usually not NGINX itself, but weak configuration, missing monitoring, unclear ownership, or unsafe upgrades.

    How has it helped my organization?

    NGINX Ingress Controller helped by giving teams a predictable entry point for Kubernetes workloads. Instead of exposing services one by one, traffic could be routed through a controlled layer for TLS, host/path routing, rewrites, headers, logs, and metrics. The main benefit was operational clarity: better visibility, safer exposure of services, and fewer ad hoc networking decisions.

    What is most valuable?

    The best features are Kubernetes-native routing, TLS termination, flexible host/path rules, annotations, ConfigMaps, and observability when metrics and logs are configured well. In practice, it turns ingress into a clear control point for HTTP/HTTPS traffic. The trade-off is governance: annotations, rate limits, certificates, and upgrades need discipline.

    What needs improvement?

    I would improve diagnostics and guardrails. A built-in support bundle command that safely collects controller config, events, logs, versions, certificate status, and redacted error data would help teams troubleshoot faster. I would also like stronger policy controls around risky annotations, rate limits, TLS expiry, and upgrade validation. It should help security, but not pretend to replace Zero Trust or vulnerability management.

    For how long have I used the solution?

    I have been using NGINX Ingress Controller for more than two years.

    What do I think about the stability of the solution?

    I consider it stable when deployed with disciplined configuration. In my experience, the controller itself is not usually the weak point. Problems tend to come from unclear annotations, certificate issues, poor observability, under-sized resources, or upgrades without staging. With good operational practices, it is reliable.

    What do I think about the scalability of the solution?

    Scalability is strong because it fits naturally into Kubernetes. You can run multiple controller replicas, use resource requests/limits, autoscaling, and a load balancer in front of it. The important point is to test the whole path: controller capacity, backend services, TLS, rate limits, observability, and failure behavior under load.

    How are customer service and support?

    My experience with support was mostly community/self-managed. In the environments I worked with, the client did not use NGINX Plus or premium support, so issues were handled through internal expertise, documentation, and consulting help when needed. For mission-critical production use, I would consider paid support or a supported controller path.

    Which solution did I use previously and why did I switch?

    Yes. Before using NGINX Ingress Controller, I worked with more traditional network controls such as Layer 3 firewalls and manual routing rules. They were useful, but not enough for cloud-native workloads because Kubernetes needs application-aware routing by host, path, TLS, and service. That gap pushed me toward an ingress controller.

    How was the initial setup?

    The initial setup is usually straightforward for a basic lab or small environment, but production setup is more complex. Installing the controller is not the hard part. The real work is DNS, TLS, load balancer integration, annotations, observability, resource sizing, security headers, staging, and upgrade/rollback discipline.

    What about the implementation team?

    In the implementations I worked with, I did not rely on a dedicated integrator or reseller. The solution was deployed as part of the Kubernetes environment, and in one context it was obtained through AWS Marketplace. Most of the value came from internal/consulting implementation discipline rather than from a third-party integrator.

    What was our ROI?

    Yes. The ROI comes from reducing networking complexity and improving the safety of exposing Kubernetes services. Instead of handling every service separately, teams get a consistent ingress layer for TLS, routing, headers, logs, and metrics. The value is strongest when it prevents downtime, misrouting, expired certificates, or insecure exposure.

    What's my experience with pricing, setup cost, and licensing?

    My experience was positive because the implementation I worked with was deployed as part of the Kubernetes stack, without premium NGINX support. That made the initial cost low. The real cost is operational: proper configuration, monitoring, certificate management, testing, upgrades, and people who understand Kubernetes ingress behavior.

    Which other solutions did I evaluate?

    I considered lower-level approaches such as iptables and traditional firewall/load-balancer rules. They can work, but they become hard to maintain as the number of services grows. NGINX Ingress Controller is easier to operate in Kubernetes because routing lives closer to the application model. The trade-off is that annotations and controller configuration must be governed carefully.

    What other advice do I have?

    I would rate it 9/10 when it is operated intentionally. My advice is not to treat it as just a YAML shortcut. Use it with clear ownership, staging, controlled annotations, TLS monitoring, logs, metrics, resource limits, and rollback plans. For new designs or long-term roadmaps, also evaluate Gateway API or a supported controller path.

    Which deployment model are you using for this solution?

    Hybrid Cloud

    If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

    Amazon Web Services (AWS)
    Adnan F

    Routing and security have improved as it manages complex traffic and canary releases efficiently

    Reviewed on May 19, 2026
    Review from a verified AWS customer

    What is our primary use case?

    NGINX Ingress Controller serves our organization primarily for routing, SSL/TLS termination, and load balancing.

    A specific example of how I used NGINX Ingress Controller for routing is that we define the paths and the applications inside the NGINX.conf. The traffic routes to the services, and we set up the load balancing at their own configurations level. Apart from that, we see limitations in NGINX Ingress Controller, as we have multiple services. We need to define the configurations in the annotation section, which causes a mess. Regarding SSL/TLS termination, since the traffic comes from outside to inside, the load balancer reads it out and redirects it to NGINX. We terminate that traffic at the NGINX configuration and then redirect the traffic to the services and ports without SSL/TLS. We used it for a long time before we shifted towards ALB for the last six months.

    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. It is not straightforward. NGINX documentation is friendly and very handy, but with a large cluster, as we have a company running around 70 plus services, it is very difficult for us to manage these things.

    What is most valuable?

    NGINX Ingress Controller offers several best features, including SSL/TLS and flexible routing, which are the most powerful features. In the Ingress we define path-based routing, and we can define host-based routing; in NGINX, we can also define path-based routing and redirect to service level. The same applies to host-based routing in NGINX. The canary deployments feature allows us to shift a specific amount or percentage toward the new version when a new version is released. These are the very best features that I value in NGINX Ingress Controller.

    My experience using canary deployments with NGINX Ingress Controller worked really well, by simply adding canary annotations in the NGINX sections, such as nginx.ingress.kubernetes.io/canary. When we define those annotations in the NGINX configurations, it works well. By adding those, we are able to route a specific percentage of traffic toward the new versions while keeping the remaining percentage on the stable version. This gives us confidence to release the new version without risking the entire user base. The setup is straightforward, though we had to manually monitor the canary traffic since there are no built-in analytics.

    NGINX Ingress Controller has positively impacted our organization by efficiently routing the traffic. Previously, we were planning to move toward Traefik, but we see that NGINX is a widely used open-source controller that is easy to deploy in Kubernetes. NGINX documentation is very friendly, making traffic management easy. Managing load balancing configurations does not require significant effort, and deployments are smoother and faster. Managing SSL certificates is also simple. I think it has significantly impacted our organization.

    What needs improvement?

    NGINX Ingress Controller can be improved in multiple ways according to my suggestions. First, it takes time when we have many services, making routing complex. It is very difficult to manage the configurations using annotations, as we need to define the annotations of each service separately. A small mistake can break the whole routing policies and structure, making it challenging to debug deployments at large scale, which takes time. I also suggest integrating with Prometheus and Grafana for better visibility into traffic and performance. Overall, pairing NGINX with proper monitoring and GitOps practices makes it much more powerful and manageable.

    From a security perspective, we can implement a WAF. That might work to tune the processes. For automation, adopting GitOps strategies instead of manual configurations can mitigate risks. These are improvements that can be added.

    In my experience, NGINX Ingress Controller is very reliable and stable. It is very handy during our tenure with NGINX Ingress Controller, and it manages things easily. However, as I mentioned, with a very large cluster, it is challenging to spend time on adding and managing configurations. These are what I suggest could be improved in NGINX Ingress Controller, especially considering it is deprecated in March 2026.

    For how long have I used the solution?

    I have been using NGINX Ingress Controller since I started my working profession when I used Ingress Controller in a Texan company, and then in this company, we are using Kubernetes. We deploy our applications on Kubernetes, and at that time we were using Ingress Controller for a long time. Then we decided that we should go with the ALB because we heard news that NGINX Ingress Controller is now deprecated and is going to be deprecated. We used it for one to two years.

    What do I think about the scalability of the solution?

    NGINX Ingress Controller scalability is excellent. It is highly available and scalable, designed to manage high traffic in Kubernetes. The features include horizontal scaling, so we can scale the controllers by increasing the number of replicas in our deployments. It handles traffic effectively. Since my organization has a large cluster, we utilized this feature. The optimization is good, with a build on NGINX web binaries leveraging an asynchronous event-driven architecture that handles thousands of concurrent connections. The load balancing algorithm is supportive, with options such as round robin and least connections to distribute incoming traffic effectively across backend services.

    How are customer service and support?

    Regarding customer support for NGINX Ingress Controller, I do not think we had a chance to sync with them. Given its high performance and dynamic reconfigurations, we handle it by our own expertise. We are using the community edition, which is open source, so support is primarily self-service via GitHub issues, Stack Overflow, or the Kubernetes Slack community. We did not get an opportunity to connect with customer support.

    What other advice do I have?

    From my experience, if someone is a startup and does not want to spend money, I definitely recommend NGINX as a best option. For medium-tier companies also planning to implement an ingress controller, I think NGINX is the best for that. For enterprises seeking a cost-effective solution, NGINX is excellent in that case. The configurations, routing policies, and load balancing management are straightforward, so I highly recommend using NGINX. Additionally, since it has more features, we can implement management tools that do not require manually managing DNS records or SSL certificates. Fine-tuning performance is very good, as NGINX is fast, and the keep-alive feature reduces the overhead of TCP and TLS handshakes. Always set CPU and memory requests for your ingress to reduce throttling or OOM kills during traffic spikes. These are the recommendations I have.

    It has been a great experience with NGINX Ingress Controller, and I am definitely looking forward to its return with new features and possibly a new name. We will certainly work with them. I would rate my overall experience with this product as an 8 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)