Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now. Learn more →
Kubernetes-ingress Alternatives
Similar projects and alternatives to kubernetes-ingress
-
-
Kargo
Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
-
-
-
-
-
-
mkcert
A simple zero-config tool to make locally trusted development certificates with any names you'd like.
-
AppSignal
Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
-
-
-
-
-
-
gateway-api
Repository for the next iteration of composite service (e.g. Ingress) and load balancing APIs.
-
-
-
NGINX Unit
Discontinued NGINX Unit is a lightweight and versatile open-source web app server that has three core capabilities. It is a HTTP reverse proxy, a web server for static media assets, and an application server that can natively execute application code in seven different languages.
-
-
-
-
application-gateway-kubernetes-ingress
This is an ingress controller that can be run on Azure Kubernetes Service (AKS) to allow an Azure Application Gateway to act as the ingress for an AKS cluster.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
kubernetes-ingress discussion
kubernetes-ingress reviews and mentions
-
Comprendre IngressNightmare par l’exemple.
L’article de la faille : https://www.wiz.io/blog/ingress-nginx-kubernetes-vulnerabilities Les manifest dans k3s (on s’en lasse pas) : https://docs.k3s.io/installation/packaged-components Vagrant : https://developer.hashicorp.com/vagrant nginx ingress controller : https://docs.nginx.com/nginx-ingress-controller/ Doc nginx du paramètre client_body_in_file_only : https://nginx.org/en/docs/http/ngx_http_core_module.html#client_body_in_file_only
- Entendendo Kubernetes Ingress Controllers e as vulnerabilidades recentemente anunciadas do Nginx
-
Nginx Unit: open-source, lightweight and versatile application runtime
I wouldn't bet on that. :)
F5 isn't the most visible corporation in terms of grassroots engagement, but NGINX itself has remained F/OSS all these years and newer projects like the Kubernetes Ingress Controller [0], Gateway Fabric [1], and NGINX Agent [2] are all Apache 2.0 licensed. Just like Unit.
We do have commercial offerings, including the aforementioned NGINX Plus, but I think we've got a decent track record of keeping useful things open.
[0]: https://github.com/nginxinc/kubernetes-ingress
[1]: https://github.com/nginxinc/nginx-gateway-fabric
[2]: https://github.com/nginx/agent
-
☸️ Kubernetes NGINX Ingress Controller: 10+ Complementary Configurations for Web Applications
Everything in the YAML snippets below — except for ingress configuration — relates to configuring the NGINX ingress controller. This includes customizing the default configuration.
-
Breaking Terraform files into composable layers
In these examples, I assume that users have deployed an nginx-ingress-controller to their cluster through the eks layer. This controller is responsible for creating an nlb and exposing Elasticsearch and Kibana to the internet through their ingresses.
-
Implementing TLS in Kubernetes
Now, you need to install the Nginx Ingress Controller so that it can redirect incoming requests to your payment app to use HTTPS. Since you've exposed the app using nodePort, you need to install the Ingress using a custom value file that specifies the service type to NodePort.
-
Kubernetes cannot upload files larger than 1MB
Kubernetes We have a kubernetes cluster which has a dropwizard based web application running as a service. This application has a rest uri to upload files. It cannot upload files larger than 1MB. I get the following error: ERROR [2017-07-27 13:32:47,629] io.dropwizard.jersey.errors.LoggingExceptionMapper: Error handling a request: ea812501b414f0d9! com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' (code 60)): expected a valid value (number, String, array, object, 'true', 'false' or 'null')! at [Source: ! 413 Request Entity Too Large! ! 413 Request Entity Too Large! nginx/1.11.3! ! Hide resultsI have tried the suggestions given in https://github.com/nginxinc/kubernetes-ingress/issues/21. I have edited the Ingress to set the proxy-body-size annotation. Also, I have tried using the configMap without any success. we are using kubernetes version 1.5. Please let me know if you need additional information. Answer link : https://codehunter.cc/a/kubernetes/kubernetes-cannot-upload-files-larger-than-1mb
-
A Comprehensive Guide to API Gateways, Kubernetes Gateways, and Service Meshes
The example below shows how to configure a canary deployment using Nginx Ingress. The custom annotations used here are specific to Nginx:
-
Ingress controller for vanilla k8s
This: https://kubernetes.github.io/ingress-nginx/ Not this: https://docs.nginx.com/nginx-ingress-controller/
-
Assign an External IP to a Node
So far, i've been following the example here to set up an nginx Ingress Controller and some test services behind it. However, I am unable to follow Step 6 which displays the external IP for the node that the load balancer is running on as my node does not have an ExternalIP in the addresses section, only a LegacyHostIP and InternalIP.
-
A note from our sponsor - Kargo
akuity.io | 14 Sep 2026
Stats
nginx/kubernetes-ingress is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of kubernetes-ingress is Go.
Popular Comparisons
- kubernetes-ingress VS lua-nginx-module
- kubernetes-ingress VS application-gateway-kubernetes-ingress
- kubernetes-ingress VS njs
- kubernetes-ingress VS traefik
- kubernetes-ingress VS ingress-nginx
- kubernetes-ingress VS metallb
- kubernetes-ingress VS amicontained
- kubernetes-ingress VS ingress
- kubernetes-ingress VS gateway-api
- kubernetes-ingress VS NGINX Unit