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
committed by Devin Donnelly
parent e0e0842cc4
commit 3b7ba00300
4 changed files with 777 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ each of which has a sequence of steps.
* [Running a Single-Instance Stateful Application](/docs/tutorials/stateful-application/run-stateful-application/)
* [Running a Replicated Stateful Application](/docs/tutorials/stateful-application/run-replicated-stateful-application/)
* [Stateful Set Basics](/docs/tutorials/stateful-application/basic-stateful-set/)
### What's next