Ingress NGINX Controller for Kubernetes
Find a file
2018-06-11 00:06:14 +02:00
.github Update GitHub pull request template 2018-04-28 23:43:54 +02:00
.travis Add scripts and tasks to publish docs to github pages 2018-04-26 20:05:08 -03:00
cmd/nginx Update documentation for sort-backends flag 2018-06-02 17:36:08 -04:00
deploy Simplify installation and e2e manifests (#2515) 2018-05-17 17:50:21 -04:00
docs Document how the NGINX Ingress controller build nginx.conf (#2479) 2018-06-04 09:08:56 -04:00
hack Simplify installation and e2e manifests (#2515) 2018-05-17 17:50:21 -04:00
images Bump nginx influxdb module to f8732268d44aea706ecf8d9c6036e9b6dacc99b2 2018-06-05 04:33:33 +02:00
internal Add use-forwarded-headers configmap option. 2018-06-11 00:06:14 +02:00
rootfs Add use-forwarded-headers configmap option. 2018-06-11 00:06:14 +02:00
test access_log should be off for internal /configuration endpoint 2018-05-31 16:01:54 -04:00
vendor Update go dependencies 2018-05-26 16:27:45 -04:00
version Remove GenericController and add tests 2017-11-05 17:51:05 -03:00
.codecov.yml Migrate to codecov.io (#2120) 2018-02-20 08:27:02 -08:00
.dockerignore Move nginx to root directory 2017-10-06 16:58:36 -03:00
.gitignore Add scripts and tasks to publish docs to github pages 2018-04-26 20:05:08 -03:00
.luacheckrc refactor balancer into more testable and extensible interface 2018-05-28 15:51:58 -04:00
.travis.yml refactor balancer into more testable and extensible interface 2018-05-28 15:51:58 -04:00
Changelog.md typo fix futher to further && preformance to performance 2018-06-04 19:24:44 +08:00
code-of-conduct.md Update code-of-conduct.md (#1842) 2017-12-20 15:34:27 -03:00
CONTRIBUTING.md Add KubeCon Europe 2018 Video to documentation 2018-05-13 12:19:21 -05:00
Gopkg.lock Update go dependencies 2018-05-26 16:27:45 -04:00
Gopkg.toml Update go dependencies 2018-05-26 16:27:45 -04:00
labels.yaml add labels.yaml file 2017-02-09 00:54:30 -05:00
LICENSE Initial commit 2016-11-04 23:54:14 +01:00
Makefile Use lua-platform-path symlink for all platforms 2018-06-04 18:15:59 -05:00
mkdocs.yml Add google analytics [ci skip] 2018-04-30 12:59:41 -03:00
OWNERS Update owners 2018-04-13 20:08:13 -03:00
OWNERS_ALIASES Update owners 2018-04-13 20:08:13 -03:00
README.md fix changelog link in README.md 2018-06-04 18:56:28 +07:00
requirements-docs.txt Configure mkdocs with mkdocs-material and friends 2018-04-26 13:57:18 +03:00
SECURITY_CONTACTS Add security contacts file [ci skip] (#2564) 2018-05-24 10:59:49 -04:00

Help us to improve the NGINX Ingress controller completing the survey


NGINX Ingress Controller

Build Status Coverage Status Go Report Card GitHub license GitHub stars GitHub stars

Get Involved

  • Contributing: Pull requests are welcome!
    • Read CONTRIBUTING.md and check out help-wanted issues
    • Submit github issues for any feature enhancements, bugs or documentation problems
  • Support: Join to Kubernetes Slack to ask questions to get support from the maintainers and other developers
  • Discuss: Tweet using the #IngressNginx hashtag

Description

This repository contains the NGINX controller built around the Kubernetes Ingress resource that uses ConfigMap to store the NGINX configuration. Make Ingress-Nginx Work for you, and the Community from KubeCon Europe 2018 is a great video to get you started!!

Learn more about using Ingress on k8s.io

What is an Ingress Controller?

Configuring a webserver or loadbalancer is harder than it should be. Most webserver configuration files are very similar. There are some applications that have weird little quirks that tend to throw a wrench in things, but for the most part you can apply the same logic to them and achieve a desired result.

The Ingress resource embodies this idea, and an Ingress controller is meant to handle all the quirks associated with a specific "class" of Ingress.

An Ingress Controller is a daemon, deployed as a Kubernetes Pod, that watches the apiserver's /ingresses endpoint for updates to the Ingress resource. Its job is to satisfy requests for Ingresses.

Documentation

To check out Live Docs

Questions

For questions and support please use the #ingress-nginx channel in the Kubernetes Slack or kubernetes-users mailing list. The issue list of this repo is exclusively for bug reports and feature requests.

Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

Changelog

Detailed changes for each release are documented in the Changelog.md

Contribution

Please make sure to read the Contributing Guide before making a pull request.

Thank you to all the people who already contributed to NGINX Ingress Controller!

Code of Conduct

This project adheres to the Kubernetes Community Code of Conduct. By participating in this project you agree to abide by its terms.

License

Apache License 2.0