https://github.com/aledbf/ingress-nginx-docs
https://github.com/aledbf/ingress-nginx-docs
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aledbf/ingress-nginx-docs
- Owner: aledbf
- Created: 2019-12-11T20:55:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-12T15:29:04.000Z (over 6 years ago)
- Last Synced: 2025-01-25T05:24:51.624Z (over 1 year ago)
- Language: HTML
- Size: 40 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ingress-nginx-docs
```
git clone https://github.com/aledbf/ingress-nginx-docs
cd ingress-nginx-docs
git submodule update --init --recursive
cd site
make serve
```
---
[](https://codecov.io/gh/kubernetes/ingress-nginx)
[](https://goreportcard.com/report/github.com/kubernetes/ingress-nginx)
[](https://github.com/kubernetes/ingress-nginx/blob/master/LICENSE)
[](https://github.com/kubernetes/ingress-nginx/stargazers)
[](https://github.com/kubernetes/ingress-nginx/blob/master/CONTRIBUTING.md)
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fkubernetes%2Fingress-nginx?ref=badge_shield)
## Overview
ingress-nginx is an Ingress controller for Kubernetes using [NGINX](https://www.nginx.org/) as a reverse proxy and load balancer.
Learn more about Ingress on the main [Kubernetes](https://kubernetes.io/docs/concepts/services-networking/ingress/) documentation site.
## Get started
See the [Getting Started](https://kubernetes.github.io/ingress-nginx/getting-started) document.
## Troubleshooting
If you encounter issues, review the [troubleshooting docs](/site/docs/master/troubleshooting.md), [file an issue](https://github.com/kubernetes/ingress-nginx/issue), or talk to us on the [#ingress-nginx channel](https://kubernetes.slack.com/messages/ingress-nginx) 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](https://git.k8s.io/community/code-of-conduct.md). By participating in this project, you agree to abide by its terms.
- See [CONTRIBUTING.md](/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](https://github.com/kubernetes/ingress-nginx).
- Join our Kubernetes Slack channel: [#ingress-nginx](https://kubernetes.slack.com/messages/CANQGM8BA/)
## Changelog
See [the list of releases](https://github.com/kubernetes/ingress-nginx/releases) to find out about feature changes
For detailed changes for each release; please check the [Changelog.md](Changelog.md)
# Get Involved
- **Contributing**: Pull requests are welcome!
- Read [`CONTRIBUTING.md`](CONTRIBUTING.md) and check out [help-wanted](https://github.com/kubernetes/ingress-nginx/labels/help%20wanted) issues
- Submit github issues for any feature enhancements, bugs or documentation problems
- **Support**: Join to [Kubernetes Slack](http://slack.kubernetes.io/) in the [#ingress-nginx](https://kubernetes.slack.com/messages/CANQGM8BA/) channel to ask questions to get support from the maintainers and other users
- The [github issues](https://github.com/kubernetes/ingress-nginx/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](https://github.com/kubernetes/ingress-nginx/blob/master/CONTRIBUTING.md#issue-reporting-guidelines) before opening an issue. Issues not conforming to the guidelines **may be closed immediately**.
## License
[Apache License 2.0](https://github.com/kubernetes/ingress-nginx/blob/master/LICENSE)