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

You Might Also Like
Top-Rated Free CRM Software Icon
Top-Rated Free CRM Software

216,000+ customers in over 135 countries grow their businesses with HubSpot

HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
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