Thread user guide docs together with "What's next" sections, and add a couple missing TOCs.

This commit is contained in:
Brian Grant
2015-07-14 06:40:25 +00:00
parent 5e5ffbb650
commit d56138ba03
9 changed files with 78 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ certainly want the docs that go with that version.</h1>
- [Environment Variables](#environment-variables)
- [DNS](#dns)
- [Exposing the Service to the internet](#exposing-the-service-to-the-internet)
- [What's next?](#what's-next?)
<!-- END MUNGE: GENERATED_TOC -->
@@ -237,6 +238,10 @@ $ kubectl get service nginxsvc -o json | grep \"ip\"
```
Now you have a load balancer that automatically does what you wouldve in the previous step. Note that you cannot directly curl your nodes on port 80, you need to go to the ip of the load balancer.
## What's next?
[Learn about more Kubernetes features that will help you run containers reliably in production.](production-pods.md)
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/user-guide/connecting-applications.md?pixel)]()