kubernetes-ingress

NGINX and NGINX Plus Ingress Controllers for Kubernetes (by nginx)

Kubernetes-ingress Alternatives

Similar projects and alternatives to kubernetes-ingress

  1. Socket.io

    Bidirectional and low-latency communication for every platform

  2. 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.

    Kargo logo
  3. git

    A fork of Git containing Windows-specific patches. (by git-for-windows)

  4. Caddy

    Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS

  5. helm

    The Kubernetes Package Manager

  6. ingress-nginx

    Discontinued Ingress NGINX Controller for Kubernetes

  7. kind

    Kubernetes IN Docker - local clusters for testing Kubernetes

  8. mkcert

    A simple zero-config tool to make locally trusted development certificates with any names you'd like.

  9. 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.

    AppSignal logo
  10. istio

    Connect, secure, control, and observe services.

  11. minikube

    Run Kubernetes locally

  12. envoy

    Cloud-native high-performance edge/middle/service proxy

  13. metallb

    A network load-balancer implementation for Kubernetes using standard routing protocols

  14. apisix

    The Cloud-Native API Gateway and AI Gateway

  15. gateway-api

    Repository for the next iteration of composite service (e.g. Ingress) and load balancing APIs.

  16. community

    52 kubernetes-ingress VS community

    Kubernetes Community Documentation

  17. caddy-l4

    Layer 4 (TCP/UDP) app for Caddy

  18. 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.

  19. smi-spec

    Discontinued Service Mesh Interface

  20. lua-nginx-module

    Embed the Power of Lua into NGINX HTTP servers

  21. ingress-gce

    Ingress controller for Google Cloud

  22. 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.

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better kubernetes-ingress alternative or higher similarity.

kubernetes-ingress discussion

Log in or Post with

kubernetes-ingress reviews and mentions

Posts with mentions or reviews of kubernetes-ingress. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-03-31.
  • Comprendre IngressNightmare par l’exemple.
    1 project | dev.to | 18 May 2025
    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
    4 projects | dev.to | 31 Mar 2025
  • Nginx Unit: open-source, lightweight and versatile application runtime
    8 projects | news.ycombinator.com | 31 May 2024
    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
    4 projects | dev.to | 16 Oct 2023
    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
    2 projects | dev.to | 14 Sep 2023
    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
    13 projects | dev.to | 1 Aug 2023
    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
    1 project | /r/codehunter | 2 Jul 2023
    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
    9 projects | dev.to | 8 Jun 2023
    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
    3 projects | /r/kubernetes | 4 May 2023
    This: https://kubernetes.github.io/ingress-nginx/ Not this: https://docs.nginx.com/nginx-ingress-controller/
  • Assign an External IP to a Node
    1 project | /r/codehunter | 15 Mar 2023
    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
    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 →

Stats

Basic kubernetes-ingress repo stats
31
5,075
9.8
6 days ago

Sponsored
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.
akuity.io

Did you know that Go is
the 4th most popular programming language
based on number of references?