Thread user guide docs together with "What's next" sections, and add a couple missing TOCs.
This commit is contained in:
@@ -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 would’ve 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 -->
|
||||
[]()
|
||||
|
Reference in New Issue
Block a user