2015-07-14 00:13:09 +00:00
|
|
|
<!-- BEGIN MUNGE: UNVERSIONED_WARNING -->
|
|
|
|
|
|
|
|
<!-- BEGIN STRIP_FOR_RELEASE -->
|
|
|
|
|
2015-07-16 17:02:26 +00:00
|
|
|
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
|
|
|
|
width="25" height="25">
|
|
|
|
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
|
|
|
|
width="25" height="25">
|
|
|
|
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
|
|
|
|
width="25" height="25">
|
|
|
|
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
|
|
|
|
width="25" height="25">
|
|
|
|
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
|
|
|
|
width="25" height="25">
|
|
|
|
|
|
|
|
<h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2>
|
|
|
|
|
|
|
|
If you are using a released version of Kubernetes, you should
|
|
|
|
refer to the docs that go with that version.
|
|
|
|
|
2015-12-14 18:37:38 +00:00
|
|
|
<!-- TAG RELEASE_LINK, added by the munger automatically -->
|
2015-07-16 17:02:26 +00:00
|
|
|
<strong>
|
2015-11-03 18:17:57 +00:00
|
|
|
The latest release of this document can be found
|
2016-03-09 02:06:40 +00:00
|
|
|
[here](http://releases.k8s.io/release-1.2/examples/README.md).
|
2015-07-16 17:02:26 +00:00
|
|
|
|
|
|
|
Documentation for other releases can be found at
|
|
|
|
[releases.k8s.io](http://releases.k8s.io).
|
|
|
|
</strong>
|
|
|
|
--
|
2015-07-13 22:15:35 +00:00
|
|
|
|
2015-07-14 00:13:09 +00:00
|
|
|
<!-- END STRIP_FOR_RELEASE -->
|
|
|
|
|
|
|
|
<!-- END MUNGE: UNVERSIONED_WARNING -->
|
2015-07-17 22:35:41 +00:00
|
|
|
|
2015-07-10 07:21:51 +00:00
|
|
|
# Kubernetes Examples: releases.k8s.io/HEAD
|
2015-06-05 04:18:30 +00:00
|
|
|
|
2015-10-14 18:27:58 +00:00
|
|
|
This directory contains a number of examples of how to run
|
|
|
|
real applications with Kubernetes.
|
|
|
|
|
|
|
|
Demonstrations of how to use specific Kubernetes features can be found in our [documents](../docs/).
|
2015-06-05 04:18:30 +00:00
|
|
|
|
|
|
|
|
2016-02-19 19:29:19 +00:00
|
|
|
### Maintained Examples
|
|
|
|
|
|
|
|
Maintained Examples are expected to be updated with every Kubernetes
|
|
|
|
release, to use the latest and greatest features, current guidelines
|
|
|
|
and best practices, and to refresh command syntax, output, changed
|
|
|
|
prerequisites, as needed.
|
|
|
|
|
|
|
|
Name | Description | Notable Features Used | Complexity Level
|
|
|
|
------------- | ------------- | ------------ | ------------ | ------------
|
|
|
|
[Guestbook](guestbook/) | PHP app with Redis | Replication Controller, Service | Beginner
|
|
|
|
[WordPress](mysql-wordpress-pd/) | WordPress with MySQL | Deployment, Persistent Volume with Claim | Beginner
|
|
|
|
[Cassandra](cassandra/) | Cloud Native Cassandra | Daemon Set | Intermediate
|
|
|
|
|
|
|
|
Note: Please add examples to the list above that are maintained.
|
|
|
|
|
|
|
|
See [Example Guidelines](guidelines.md) for a description of what goes
|
|
|
|
in this directory, and what examples should contain.
|
|
|
|
|
2015-07-14 00:13:09 +00:00
|
|
|
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
|
2015-06-05 04:18:30 +00:00
|
|
|
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/README.md?pixel)]()
|
2015-07-14 00:13:09 +00:00
|
|
|
<!-- END MUNGE: GENERATED_ANALYTICS -->
|