Adds Stateful Set Basics as a tutorial

The content is in
docs/tutorials/stateful-applications/basic-stateful-set.md
The example application, named web, is in
docs/tutorials/stateful-applications/web.yaml
The tutorials TOC and index have been udpated to include a Stateful
Applications section of which this example is a subsection
This commit is contained in:
Kenneth Owens
2016-11-28 14:22:55 -08:00
parent e6f9f1f811
commit ad59c9f827
4 changed files with 782 additions and 0 deletions
+4
View File
@@ -15,6 +15,10 @@ The Tutorials section of the Kubernetes documentation is a work in progress.
* [Exposing an External IP Address to Access an Application in a Cluster](/docs/tutorials/stateless-application/expose-external-ip-address/)
#### Stateful Applications
* [Stateful Set Basics](/docs/tutorials/stateful-application/basic-stateful-set/)
### What's next
If you would like to write a tutorial, see