k3s/examples
Szymon Pyżalski 2abf70406e Info about enabling the hostpath provisioner
The README for persistent volume provisioning had information about the
hostpath provisioner for testing purposes, but lacked instructions on
how to enable it.
2016-07-19 10:17:17 +02:00
..
apiserver Extend Filter interface with Trigger() and use it for pods and nodes 2016-07-13 08:45:18 +02:00
celery-rabbitmq Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
cluster-dns Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
elasticsearch Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
experimental/persistent-volume-provisioning Info about enabling the hostpath provisioner 2016-07-19 10:17:17 +02:00
explorer Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
guestbook Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
guestbook-go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
https-nginx Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
javaee Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
javaweb-tomcat-sidecar Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
job Remove examples moved to docs site 2016-07-18 12:38:13 -07:00
k8petstore Fixed several typos 2016-07-13 15:06:24 +01:00
kubectl-container Use make as the main build tool 2016-07-12 21:52:00 -07:00
meteor Fixed several typos 2016-07-13 15:06:24 +01:00
mysql-cinder-pd Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
mysql-wordpress-pd Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
newrelic Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
nodesjs-mongodb Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
openshift-origin Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
phabricator Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
runtime-constraints Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
selenium Fixed several typos 2016-07-13 15:06:24 +01:00
sharing-clusters Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
spark Merge pull request #28703 from mulloymorrow/patch-4 2016-07-12 09:16:55 -07:00
storage Consolidated examples into storage/ and volume/ folders 2016-07-08 13:34:32 -07:00
storm Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
volumes Remove id field from rbd examples 2016-07-12 15:10:05 +02:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
README.md Consolidated examples into storage/ and volume/ folders 2016-07-08 13:34:32 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
examples_test.go Remove examples moved to docs site 2016-07-18 12:38:13 -07:00
guidelines.md Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07: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 Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07: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.3/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