Ingress NGINX Controller for Kubernetes
![]() nginx_ingress_controller_nginx_process_connections returns four elements for each pod, one for each "state" (active, reading, waiting, writing). The value of the element with state "active" is the sum of the other three elements of other states: active = reading + waiting + writing So sum() returns a value that is 2x of the actual amount of connections. To fix this we simply select elements with state "active". |
||
---|---|---|
.github | ||
build | ||
charts/ingress-nginx | ||
cmd | ||
deploy | ||
docs | ||
hack | ||
images | ||
internal | ||
rootfs | ||
test | ||
version | ||
.codecov.yml | ||
.gitignore | ||
.luacheckrc | ||
Changelog.md | ||
cloudbuild.yaml | ||
code-of-conduct.md | ||
CONTRIBUTING.md | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
mkdocs.yml | ||
OWNERS | ||
OWNERS_ALIASES | ||
README.md | ||
SECURITY.md | ||
SECURITY_CONTACTS | ||
TAG |
Help us to improve the NGINX Ingress controller completing the survey
NGINX Ingress Controller
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: #ingress-nginx
Changelog
See the list of releases to find out about feature changes For detailed changes for each release; please check the Changelog.md
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
- Read
- Support: Join to Kubernetes Slack in the #ingress-nginx 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.