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
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
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