k3s/examples
k8s-merge-robot 80e201f74b Merge pull request #21717 from jeffmendoza/sample-guidelines
Auto commit by PR queue bot
2016-03-03 13:18:29 -08:00
..
apiserver Moving installing swagger spec to generic api server 2016-02-10 18:33:47 -08:00
aws_ebs run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
azure_file support Azure File Service volume 2016-02-09 01:07:12 +00:00
blog-logging run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
cassandra e2e cassandra fixes, needs follow on container update 2016-02-22 19:50:05 -05:00
celery-rabbitmq Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
cephfs CephFS: Add subdir Option for Changing Mounted Root Directory 2016-02-01 22:01:19 +01:00
cluster-dns Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
elasticsearch fix es example 2016-02-01 14:50:38 -08:00
experimental/persistent-volume-provisioning run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
explorer Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
fibre_channel run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
flexvolume Spelling fixes inspired by github.com/client9/misspell 2016-02-18 06:58:05 +07:00
flocker fix typo: ", ." 2016-02-25 17:13:34 +03:00
glusterfs run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
guestbook Update guestbook frontend php script suggested in issue #18640. 2016-02-16 11:05:51 -08:00
guestbook-go Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
hazelcast Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
https-nginx Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
iscsi run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
javaee run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
javaweb-tomcat-sidecar Spelling fixes inspired by github.com/client9/misspell 2016-02-18 06:58:05 +07:00
job Update docs and examples to batch/v1 Job 2016-02-25 09:28:07 -08:00
k8petstore [examples] k8petstore: connection timeouts and pass fail that is allows blips. 2016-02-23 23:11:44 -05:00
kubectl-container Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
meteor Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
mysql-cinder-pd run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
mysql-galera Spelling fixes inspired by github.com/client9/misspell 2016-02-18 06:58:05 +07:00
mysql-wordpress-pd run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
newrelic run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
nfs Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
nodesjs-mongodb run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
openshift-origin run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
phabricator Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
rbd run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
redis Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
rethinkdb Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
runtime-constraints run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
selenium Spelling fixes inspired by github.com/client9/misspell 2016-02-18 06:58:05 +07:00
sharing-clusters Remaining codec change refactors 2016-01-22 13:27:27 -05:00
spark Detect & fix backwards markdown links (of the form (foo)[bar]) 2016-02-26 13:24:21 -08:00
storm run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
vitess run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
README.md Update exmaple README, and add guidelines.md to examples. 2016-03-03 09:20:50 -08:00
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
examples_test.go Added Selector Generation to Job. 2016-02-25 09:28:07 -08:00
guidelines.md Update exmaple README, and add guidelines.md to examples. 2016-03-03 09:20:50 -08:00
pod kubectl resource builder: don't check extension for single files 2015-07-07 13:48:29 -07:00
scheduler-policy-config-with-extender.json Scheduler extension 2015-11-25 08:19:27 -08:00
scheduler-policy-config.json Ubernetes Lite: Volumes can dictate zone scheduling 2015-12-31 12:27:01 -05:00
simple-nginx.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00

README.md

WARNING WARNING WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree

If you are using a released version of Kubernetes, you should refer to the docs that go with that version.

The latest release of this document can be found [here](http://releases.k8s.io/release-1.1/examples/README.md).

Documentation for other releases can be found at releases.k8s.io.

Kubernetes Examples: releases.k8s.io/HEAD

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.

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 PHP app with Redis Replication Controller, Service Beginner
WordPress WordPress with MySQL Deployment, Persistent Volume with Claim Beginner
Cassandra Cloud Native Cassandra Daemon Set Intermediate

Note: Please add examples to the list above that are maintained.

See Example Guidelines for a description of what goes in this directory, and what examples should contain.

Analytics