k3s/examples
Brian Grant 2ae2339d6a Merge pull request #35546 from thockin/kill-head-scary-warning-on-master
Remove obsolete munger on docs
2016-10-26 16:44:53 -07:00
..
apiserver Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
cluster-dns Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
cockroachdb Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
elasticsearch Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
experimental/persistent-volume-provisioning Merge pull request #35546 from thockin/kill-head-scary-warning-on-master 2016-10-26 16:44:53 -07:00
explorer Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
guestbook Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
guestbook-go Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
https-nginx Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
javaee Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
javaweb-tomcat-sidecar Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
job Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
k8petstore Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
kubectl-container Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
meteor Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
mysql-cinder-pd Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
mysql-wordpress-pd Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
newrelic Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
nodesjs-mongodb Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
openshift-origin Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
phabricator Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
runtime-constraints Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
selenium Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
sharing-clusters Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
spark Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
storage Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
storm Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
sysdig-cloud Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
volumes Merge pull request #35546 from thockin/kill-head-scary-warning-on-master 2016-10-26 16:44:53 -07:00
BUILD add genrule for test bindata 2016-10-24 18:00:08 -07:00
OWNERS
README.md Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
examples_test.go Updating Spark Example. 2016-10-10 13:36:31 -07:00
guidelines.md Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
pod examples/pod: Revert the previous changes. 2016-09-13 15:09:25 -07:00
scheduler-policy-config-with-extender.json
scheduler-policy-config.json
simple-nginx.md Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00

README.md

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