27 lines
1.4 KiB
Markdown
27 lines
1.4 KiB
Markdown
# Ingress
|
|
|
|
[](https://travis-ci.org/kubernetes/ingress)
|
|
[](https://coveralls.io/github/kubernetes/ingress)
|
|
[](https://goreportcard.com/report/github.com/kubernetes/ingress)
|
|
[](https://godoc.org/github.com/kubernetes/ingress)
|
|
|
|
## 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).
|
|
|
|
## Navigation
|
|
|
|
* Learn more about using Ingress
|
|
* See our user documentation on [k8s.io](http://kubernetes.io/docs/user-guide/ingress/)
|
|
* Follow through to the respective platform specific [examples](examples/README.md)
|
|
* Write your own Ingress controller
|
|
* See our [developer documentation](docs/dev/README.md)
|
|
* Deploy existing Ingress controllers
|
|
* See our [admin documentation](docs/admin.md)
|
|
* Contribute
|
|
* See the [contributor guidelines](CONTRIBUTING.md)
|
|
* Debug
|
|
* Peruse the [FAQ section](docs/faq/README.md)
|
|
* Ask on one of the [user-support channels](CONTRIBUTING.md#support-channels)
|
|
|