Ingress NGINX Controller for Kubernetes
Find a file
Kyle Michel 1cfbacc237
Fix definition order of modsecurity directives for controller to match PR 5315 (#6940)
* Fix definition order of modsecurity directives for controller to match PR 5315

* Add a test
2021-07-05 08:30:54 -07:00
.github Drop v1beta1 from ingress nginx (#7156) 2021-06-23 14:20:10 -07:00
build Prepare to release v0.47.0 (#7209) 2021-06-06 08:32:38 -07:00
charts/ingress-nginx chart: using Helm builtin capabilities check (#7190) 2021-06-27 14:51:24 -07:00
cmd Handle named (non-numeric) ports correctly (#7311) 2021-07-04 14:06:18 -07:00
deploy Drop v1beta1 from ingress nginx (#7156) 2021-06-23 14:20:10 -07:00
docs Updated v1beta1 to v1 as its deprecated (#7308) 2021-07-04 14:08:19 -07:00
hack Add Exoscale in the documentation 2021-04-23 16:28:45 +02:00
images remove mercurial from build (#7031) 2021-07-04 20:08:20 -07:00
internal use listen to ensure the port is free (#6990) 2021-07-04 15:24:18 -07:00
rootfs Fix definition order of modsecurity directives for controller to match PR 5315 (#6940) 2021-07-05 08:30:54 -07:00
test Fix definition order of modsecurity directives for controller to match PR 5315 (#6940) 2021-07-05 08:30:54 -07: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
.gitignore Ensure krew plugin includes license 2020-04-10 09:46:30 -04:00
.luacheckrc Enable lj-releng tool to lint lua code. 2020-06-09 18:01:35 +08:00
Changelog.md Update changelog and matrix table for v1.0.0-alpha.1 (#7274) 2021-06-23 15:22:11 -07:00
cloudbuild.yaml Update cloudbuild gcb-docker-gcloud image 2020-12-25 21:16:11 -03:00
code-of-conduct.md Update code-of-conduct.md (#1842) 2017-12-20 15:34:27 -03:00
CONTRIBUTING.md Fix broken get started link in contributing doc (#7248) 2021-06-19 12:40:50 -07:00
go.mod Add configuration to disable external name service feature (#7314) 2021-07-04 13:24:19 -07:00
go.sum Add configuration to disable external name service feature (#7314) 2021-07-04 13:24:19 -07:00
LICENSE Initial commit 2016-11-04 23:54:14 +01:00
Makefile Update the base nginx image for the 1.20.1 update (#7189) 2021-06-01 14:53:51 -07:00
mkdocs.yml Remove "Development" from Welcome page (#7150) 2021-05-23 06:39:38 -07:00
OWNERS Add tao12345666333 to reviewers (#7287) 2021-06-26 07:41:23 -07:00
OWNERS_ALIASES aledbf step down from ingress-nginx 2021-02-05 09:59:58 -03:00
README.md Update changelog and matrix table for v1.0.0-alpha.1 (#7274) 2021-06-23 15:22:11 -07:00
RELEASE.md Add file containing stable release (#7313) 2021-07-01 11:59:42 -07:00
SECURITY.md Add SECURITY.md 2020-07-27 16:01:17 -06:00
SECURITY_CONTACTS aledbf step down from ingress-nginx 2021-02-05 09:59:58 -03:00
stable.txt Add file containing stable release (#7313) 2021-07-01 11:59:42 -07:00
TAG Prepare for v1.0.0-alpha.1 release 2021-06-23 18:24:59 -03:00

NGINX Ingress Controller

Go Report Card GitHub license GitHub stars GitHub stars FOSSA Status

Overview

ingress-nginx is an Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer.

Learn more about Ingress on the main Kubernetes documentation site.

Get started

See the Getting Started document.

Troubleshooting

If you encounter issues, review the troubleshooting docs, file an issue, or talk to us on the #ingress-nginx channel on the Kubernetes Slack server.

Contributing

Thanks for taking the time to join our community and start contributing!

  • This project adheres to the Kubernetes Community Code of Conduct. By participating in this project, you agree to abide by its terms.
  • See CONTRIBUTING.md for information about setting up your environment, the workflow that we expect, and instructions on the developer certificate of origin that we require.
  • Check out the open issues.
  • Join our Kubernetes Slack channel for developer discussion : #ingress-nginx-dev.

Changelog

See the list of releases to find out about feature changes. For detailed changes for each release; please check the Changelog.md file. For detailed changes on the ingress-nginx helm chart, please check the following CHANGELOG.md file.

Support Versions table

Ingress-nginx version k8s supported version Alpine Version Nginx Version
v1.0.0-alpha.1 1.21, 1.20, 1.19 3.13.5 1.20.1
v0.47.0 1.21, 1.20, 1.19 3.13.5 1.20.1
v0.46.0 1.21, 1.20, 1.19 3.13.2 1.19.6
v0.45.0 1.21, 1.20, 1.19 3.13.2 1.19.6

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 in the #ingress-nginx-users channel to ask questions to get support from the maintainers and other users.
    • The github issues in the repository are exclusively for bug reports and feature requests.
  • Discuss: Tweet using the #IngressNginx hashtag.

Issues

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

License

Apache License 2.0