Improve title README, add examples outline
This commit is contained in:
parent
d1fb96ac10
commit
1bb8d11673
6 changed files with 100 additions and 25 deletions
26
README.md
Normal file
26
README.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Ingress
|
||||
|
||||
[](https://travis-ci.org/kubernetes/ingress)
|
||||
[](https://coveralls.io/github/kubernetes/ingress)
|
||||
[](https://goreportcard.com/report/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](docs/examples/README.md)
|
||||
* Write your own Ingress controller
|
||||
* See our [developer documentation](docs/developer.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.md)
|
||||
* Ask on one of the [user-support channels](CONTRIBUTING.md#support-channels)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue