kubernetes/examples
Tim Hockin 7aff0f1486 Rename codecgen "testdata" dir so ugorji works
Go mistreats "testdata" and can't find vendor/ dirs.
2016-05-08 20:32:09 -07:00
..
apiserver Rename codecgen "testdata" dir so ugorji works 2016-05-08 20:32:09 -07:00
aws_ebs
azure_file
blog-logging
cassandra Corrected cassandra example's indent. 2016-05-01 21:05:13 +08:00
celery-rabbitmq
cephfs - updating the cephfs example, most people, myself include skip the readme and jump to the code 2016-03-12 16:51:32 +00:00
cluster-dns
elasticsearch
experimental/persistent-volume-provisioning
explorer
fibre_channel
flexvolume Flexvolume: Add support for multiple secrets 2016-04-15 02:40:38 -07:00
flocker
glusterfs
guestbook update to use gb-frontend:v4. New image includes the change in PR # 23381. 2016-04-12 09:47:38 -07:00
guestbook-go Merge branch 'master' into fix-guestbook-go-build 2016-03-24 13:37:16 +01:00
hazelcast
https-nginx Convert everything to use vendor/ 2016-05-08 20:30:37 -07:00
iscsi This is an update that allows the iscsi volume to check if a iscsi device belongs to a mpio device 2016-04-20 09:42:11 +08:00
javaee
javaweb-tomcat-sidecar
job
k8petstore
kubectl-container
meteor
mysql-cinder-pd
mysql-galera
mysql-wordpress-pd Merge pull request #22195 from jeffmendoza/wordpress-update 2016-03-25 14:14:44 -07:00
newrelic
nfs
nodesjs-mongodb
openshift-origin
phabricator
rbd Merge pull request #22153 from idvoretskyi/patch-8 2016-03-21 12:11:12 -07:00
redis
rethinkdb fix incorrect db label 2016-03-16 12:09:43 -04:00
runtime-constraints
selenium Update docs to reflect kubectl run creates deployments by default instead of replicatino controllers. 2016-03-28 16:25:02 -07:00
sharing-clusters
spark Added namespace to Spark example. 2016-04-19 00:34:47 +08:00
storm
vitess
doc.go
examples_test.go Merge pull request #25054 from yujuhong/rm_tests 2016-05-06 15:05:32 -07:00
guidelines.md Add rule about kubectl to example guidelines doc. 2016-03-17 10:09:45 -07:00
OWNERS
pod
README.md
scheduler-policy-config-with-extender.json
scheduler-policy-config.json
simple-nginx.md Update docs to reflect kubectl run creates deployments by default instead of replicatino controllers. 2016-03-28 16:25:02 -07:00

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.2/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