k3s/examples
Timothy St. Clair d6606a6aa9 etcd3 validation showed that several unit tests that depend on apiserver being fully
stood up should be integration tests, not unit tests.
2016-08-18 14:12:24 -05:00
..
apiserver etcd3 validation showed that several unit tests that depend on apiserver being fully 2016-08-18 14:12:24 -05:00
celery-rabbitmq Second attempt to fix #29585 2016-08-02 14:46:33 +03:00
cluster-dns Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
elasticsearch examples/elasticsearch: fix awkward sentence 2016-08-14 22:18:24 +03:00
experimental/persistent-volume-provisioning Provisioning documentation updates 2016-08-18 10:36:50 +02:00
explorer Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
guestbook Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
guestbook-go Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
https-nginx Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
javaee Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
javaweb-tomcat-sidecar Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
job Merge pull request #26702 from joe2far/fix-broken-links 2016-07-20 15:10:41 -07:00
k8petstore Use bash ranges "{1..3}" instead of "$(seq 1 3)". 2016-08-08 16:23:39 -07:00
kubectl-container kubectl container - Extract version better 2016-07-26 13:44:42 -04:00
meteor Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
mysql-cinder-pd Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
mysql-wordpress-pd Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
newrelic Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
nodesjs-mongodb Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
openshift-origin Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
phabricator Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
runtime-constraints Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
selenium Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
sharing-clusters Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
spark Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
storage Fix typo in daemonset resource requests 2016-08-03 17:05:08 -07:00
storm Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
sysdig-cloud update munge docs again 2016-07-26 10:38:59 -07:00
volumes Initial Quobyte support 2016-08-18 17:13:50 +02:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
README.md Fix broken warning image link in docs 2016-07-15 10:44:58 +01: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 Fix broken warning image link in docs 2016-07-15 10:44:58 +01: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 Fix broken warning image link in docs 2016-07-15 10:44:58 +01: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