https://github.com/tale/nginx-backend
A custom backend for Kubernetes NGINX Ingress Controller
https://github.com/tale/nginx-backend
Last synced: about 1 year ago
JSON representation
A custom backend for Kubernetes NGINX Ingress Controller
- Host: GitHub
- URL: https://github.com/tale/nginx-backend
- Owner: tale
- License: mit
- Created: 2022-12-20T21:14:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T18:05:33.000Z (almost 3 years ago)
- Last Synced: 2025-02-05T23:53:56.469Z (over 1 year ago)
- Language: TypeScript
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NGINX Backend
*A custom backend for the Kubernetes NGINX Ingress Controller.*
This acts as the default-backend for the ingress controller. This allows you to customize the default NGINX error pages when the ingress controller attempts to route to a URL that isn't configured or cannot resolve to a service. This is more or less a private service that I use for myself, but I felt like open sourcing it in case anyone else wanted to peek around. It's written using Node.js and TypeScript.
## Setup/Installation
- Enable Custom Errors on the Ingress Controller ([Instructions](https://kubernetes.github.io/ingress-nginx/user-guide/custom-errors/))
- Enable the default-backend and point it to the docker image `tale.me/library/nginx-backend` ([Instructions](https://kubernetes.github.io/ingress-nginx/user-guide/default-backend/))
> Copyright (c) 2022 Aarnav Tale.