k3s/examples
Adrian Ursu 4ec60a1b4e Removed invalid value
id isn't a valid field in a Pod object so kubectl fails with: 

error validating "glusterfs-pod.json": error validating data: found invalid field id for v1.Pod; if you choose to ignore these errors, turn validation off with --validate=false
2016-07-11 15:29:26 +01:00
..
apiserver Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
blog-logging Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07: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 Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07: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 Consolidated examples into storage/ and volume/ folders 2016-07-08 13:34:32 -07:00
k8petstore Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
kubectl-container Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
meteor Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07: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 Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
sharing-clusters Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
spark Consolidated examples into storage/ and volume/ folders 2016-07-08 13:34:32 -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 Removed invalid value 2016-07-11 15:29:26 +01: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 Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
examples_test.go Consolidated examples into storage/ and volume/ folders 2016-07-08 13:34:32 -07:00
guidelines.md Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
pod
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