2017-08-03 04:02:02 +00:00
|
|
|
# Ingress Development Guide
|
2016-12-11 17:14:53 +00:00
|
|
|
|
2017-08-03 04:02:02 +00:00
|
|
|
This directory is intended to be the canonical source of truth for things like
|
|
|
|
writing and hacking on Ingress controllers. If you find a requirement that this
|
|
|
|
doc does not capture, please submit an issue on github. If you find other docs
|
|
|
|
with references to requirements that are not simply links to this doc, please
|
|
|
|
submit an issue.
|
2016-12-11 17:14:53 +00:00
|
|
|
|
2017-08-03 04:02:02 +00:00
|
|
|
This document is intended to be relative to the branch in which it is found.
|
|
|
|
It is guaranteed that requirements will change over time for the development
|
|
|
|
branch, but release branches of Kubernetes should not change.
|
2016-12-11 17:14:53 +00:00
|
|
|
|
|
|
|
## Navigation
|
|
|
|
|
2017-08-03 16:29:02 +00:00
|
|
|
* [Build, test, release](getting-started.md) an existing controller
|
|
|
|
* [Setup a cluster](setup-cluster.md) to hack at an existing controller
|
|
|
|
* [Write your own](custom-controller.md) controller
|
2016-12-11 17:14:53 +00:00
|
|
|
|