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
AI-powered service management for IT and enterprise teams Icon
AI-powered service management for IT and enterprise teams

Enterprise-grade ITSM, for every business

Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Try it 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