Ingress NGINX Controller for Kubernetes
Find a file
Jennifer Kirsch 390bd257e7
Add documentation for monitoring without helm (#7455)
* Add documentation for monitoring without helm

As someone who is currently learning Kubernetes without using helm, I wasn't able to get the ingress controller to export metrics without asking someone more experienced for help.

I think a bit more information would be a good addition for my fellow Kubernetes newcomers.  
If there are any wording/ formatting issues, I will be happy to update this.

* Fix typo
2021-08-06 11:57:30 -07:00
.github run k8s job ci pipeline with 1.21.2 in main br (#7452) 2021-08-06 08:25:19 -07:00
build Enable session affinity for canaries (#7371) 2021-07-29 14:23:19 -07:00
charts/ingress-nginx Helm - Enable configuring request and limit for containers in webhook jobs (#7434) 2021-08-05 15:31:41 -07:00
cmd [Cherry Pick] - Add configuration to disable external name service feature (#7314) (#7321) 2021-07-05 21:50:18 -07:00
deploy Removed tabs and one extra-space (#7426) 2021-08-03 10:18:48 -07:00
docs Add documentation for monitoring without helm (#7455) 2021-08-06 11:57:30 -07:00
hack Update ci main (#7351) 2021-07-14 12:14:40 -07:00
images Prepare for go v1.16 (#7451) 2021-08-06 07:35:19 -07:00
internal Enable session affinity for canaries (#7371) 2021-07-29 14:23:19 -07:00
rootfs Enable session affinity for canaries (#7371) 2021-07-29 14:23:19 -07:00
test Add http request test to annotaion ssl cipher test (#7431) 2021-08-05 05:05:22 -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 v0.48.1 (#7350) 2021-07-14 12:06:19 -07:00
cloudbuild.yaml Update ci main (#7351) 2021-07-14 12:14:40 -07: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 Rewrite clean-nginx-conf.sh in Go to speed up admission webhook (#7076) (#7322) 2021-07-06 10:50:19 -07:00
go.sum [Cherry Pick] - Add configuration to disable external name service feature (#7314) (#7321) 2021-07-05 21:50:18 -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 update OWNERS and aliases files (#7365) 2021-07-16 06:24:09 -07:00
OWNERS_ALIASES update OWNERS and aliases files (#7365) 2021-07-16 06:24:09 -07:00
README.md reorder contributing infos (#7394) 2021-07-27 06:18:45 -07:00
RELEASE.md update docs with supported version of k8s, alpine and nginx (#7214) 2021-06-08 09:21:34 -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 update v0.48.1 (#7350) 2021-07-14 12:06:19 -07:00
TAG Release v0.48.1 2021-07-11 10:33:40 -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.

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.2 1.22, 1.21, 1.20, 1.19 3.13.5 1.20.1
v1.0.0-alpha.1 1.21, 1.20, 1.19 3.13.5 1.20.1
v0.48.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

Get Involved

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.

  • Contributing: Contributions of all kind are welcome!

    • Read 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, especially help-wanted ones.

    • Join our Kubernetes Slack channel for developer discussion : #ingress-nginx-dev.

    • Submit github issues for any feature enhancements, bugs or documentation problems. Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

  • Support: Join the the #ingress-nginx-users channel inside the Kubernetes Slack to ask questions or 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.

License

Apache License 2.0