Ingress NGINX Controller for Kubernetes
Find a file
2020-01-31 21:37:15 -03:00
.github Add missing bug label (#4900) 2020-01-08 12:13:58 -03:00
.travis Add travis script for docs (#4974) 2020-01-28 08:34:15 -03:00
build Fix release script (#4973) 2020-01-28 08:04:13 -03:00
cmd Refactor how to handle sigterm and nginx process goroutine (#4959) 2020-01-25 14:52:31 -03:00
deploy Fix image version (#4977) 2020-01-28 08:56:12 -03:00
docs Merge pull request #4949 from BrianKopp/same-site 2020-01-31 03:50:21 -08:00
hack Add script to check go version and fix output directory permissions (#4907) 2020-01-09 13:48:43 -03:00
images Update e2e image 2020-01-27 00:01:13 -03:00
internal Fix status update for clusters where networking.k8s.io is not available (#4996) 2020-01-31 21:37:15 -03:00
rootfs Add SameSite=None support and conditionally omit SameSite=None for backwards compatibility 2020-01-29 14:30:00 -07:00
test Dump kind logs after e2e tests (#4987) 2020-01-30 11:42:57 -03:00
vendor Update go dependencies 2020-01-27 00:01:13 -03:00
version Refactor version helper (#4437) 2019-08-13 13:46:16 -04: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 Improve safety of AWS-based builds 2019-11-27 11:07:26 +10:00
.luacheckrc lua randomseed per worker 2018-12-20 17:09:29 +04:00
.travis.yml Fix travis (#4976) 2020-01-28 08:48:28 -03:00
Changelog.md Release 0.28.0 (#4970) 2020-01-28 07:56:33 -03:00
code-of-conduct.md Update code-of-conduct.md (#1842) 2017-12-20 15:34:27 -03:00
CONTRIBUTING.md Fix CLA URLs 2018-12-27 18:54:51 +01:00
go.mod Update go dependencies 2020-01-27 00:01:13 -03:00
go.sum Update go dependencies 2020-01-27 00:01:13 -03: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 Release 0.28.0 (#4970) 2020-01-28 07:56:33 -03:00
mkdocs.yml Fix broken links in documentation (#4746) 2019-11-08 16:22:52 -03:00
OWNERS add cmluciano to owners 2019-11-08 11:06:23 -05:00
OWNERS_ALIASES Update OWNERS [skip ci] (#3205) 2018-10-08 15:40:25 -03:00
README.md Remove travis-ci badge (#4223) 2019-06-24 15:23:09 -04:00
requirements-docs.txt Fix docs build due to an invalid link (#4389) 2019-08-01 19:57:09 -04:00
SECURITY_CONTACTS Update embargo doc link in SECURITY_OWNERS and changes PST to PSC 2019-03-08 10:23:48 -07:00

Help us to improve the NGINX Ingress controller completing the survey


NGINX Ingress Controller

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

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 post to the Kubernetes Forum. 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