Address review feedback.

This commit is contained in:
Quinton Hoole
2016-07-15 10:05:03 -07:00
parent ffcc0baadb
commit b122a8ddea
3 changed files with 38 additions and 29 deletions
@@ -286,6 +286,13 @@ $ kubectl describe service my-nginx
LoadBalancer Ingress: a320587ffd19711e5a37606cf4a74574-1142138393.us-east-1.elb.amazonaws.com
...
```
## Further reading
Kubernetes also supports Federated Services, which can span multiple
clusters and cloud providers, to provide increased availability,
bettern fault tolerance and greater scalability for your services. See
the [Federated Services User Guide](/docs/user-guide/federation/federated-services/)
for further information.
## What's next?