Add more descriptive steps in Dev Documentation

Adds more descriptive steps in the Development Documentation,
like more information on obtaining dependencies, building, and
deploying an image of the ingress controller. Also adds more
descriptive information on deploying as well as some fixes
on grammar and spelling.
This commit is contained in:
Fernando Diaz 2017-08-02 23:02:02 -05:00
parent a58b800171
commit 86b52fa957
7 changed files with 178 additions and 122 deletions

View file

@ -13,7 +13,7 @@ a 404 page.
## Controller
The Nginx Ingress Controller uses nginx (surprisingly!) to loadbalance requests that are coming to
The Nginx Ingress Controller uses nginx (surprisingly!) to loadbalancer requests that are coming to
ports 80 and 443 to Services in the cluster.
```console