2017-10-06 17:24:23 +00:00
# NGINX Ingress
2016-11-25 01:51:05 +00:00
[](https://travis-ci.org/kubernetes/ingress)
[](https://coveralls.io/github/kubernetes/ingress)
[](https://goreportcard.com/report/github.com/kubernetes/ingress)
2017-08-10 03:19:08 +00:00
[](https://godoc.org/github.com/kubernetes/ingress)
2016-11-25 01:51:05 +00:00
## Description
This repository contains controllers built around the [Kubernetes Ingress resource ](http://kubernetes.io/docs/user-guide/ingress/ ).
It is currently in a state of flux as project maintainers port code over from [its previous home ](https://github.com/kubernetes/contrib/tree/master/ingress ).
2017-10-06 17:24:23 +00:00
The GCE ingress controller was moved to [github.com/kubernetes/ingress-gce ](https://github.com/kubernetes/ingress-gce ).
2016-11-25 01:51:05 +00:00
## Navigation
* Learn more about using Ingress
* See our user documentation on [k8s.io ](http://kubernetes.io/docs/user-guide/ingress/ )
2016-12-26 08:36:29 +00:00
* Follow through to the respective platform specific [examples ](examples/README.md )
2016-11-25 01:51:05 +00:00
* Write your own Ingress controller
2016-12-26 08:36:29 +00:00
* See our [developer documentation ](docs/dev/README.md )
2016-11-25 01:51:05 +00:00
* Deploy existing Ingress controllers
* See our [admin documentation ](docs/admin.md )
* Contribute
* See the [contributor guidelines ](CONTRIBUTING.md )
* Debug
2016-12-16 22:02:42 +00:00
* Peruse the [FAQ section ](docs/faq/README.md )
2016-11-25 01:51:05 +00:00
* Ask on one of the [user-support channels ](CONTRIBUTING.md#support-channels )