ingress-nginx is an Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer. It is built around the Kubernetes Ingress resource, using a ConfigMap to store the NGINX configuration. The goal of this Ingress controller is the assembly of a configuration file (nginx.conf). The main implication of this requirement is the need to reload NGINX after any change in the configuration file. Though it is important to note that we don't reload Nginx on changes that impact only an upstream configuration (i.e Endpoints change when you deploy your app). We use lua-nginx-module to achieve this. Check below to learn more about how it's done. Usually, a Kubernetes Controller utilizes the synchronization loop pattern to check if the desired state in the controller is updated or a change is required. To this purpose, we need to build a model using different objects from the cluster, in particular (in no special order) Ingresses, Services, Endpoints, Secrets, and Configmaps.

Features

  • Create a list of NGINX Servers
  • Create a list of NGINX Upstreams
  • Annotations are applied to all the paths in the Ingress
  • Multiple Ingresses can define different annotations
  • The goal of this Ingress controller is the assembly of a configuration file
  • Order Ingress rules by CreationTimestamp field, i.e., old rules first

Project Samples

Project Activity

See All Activity >

License

Apache License V2.0

Follow NGINX Ingress Controller

NGINX Ingress Controller Web Site

Other Useful Business Software
Our Free Plans just got better! | Auth0 Icon
Our Free Plans just got better! | Auth0

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of NGINX Ingress Controller!

Additional Project Details

Programming Language

Go

Related Categories

Go Load Balancers, Go Reverse Proxy Server

Registered

2021-06-02