k3s/examples
foxish a5b7591646 Remove namespaces from all examples. 2016-11-11 11:57:33 -08:00
..
apiserver Make GenericApiServer.Run interruptable and fail on first listen 2016-11-01 09:50:56 +01:00
cluster-dns Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
cockroachdb Rename PetSet to StatefulSet in docs and examples. 2016-11-05 00:17:28 -07:00
elasticsearch Fix typos and linted_packages sorting 2016-10-31 18:31:08 +01:00
experimental/persistent-volume-provisioning Merge pull request #35905 from jsafrane/secret-types 2016-11-06 11:00:17 -08:00
explorer Fix typos and linted_packages sorting 2016-10-31 18:31:08 +01:00
guestbook Fix typos and linted_packages sorting 2016-10-31 18:31:08 +01:00
guestbook-go Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
https-nginx Update https-nginx example README and inotifywait cmd 2016-11-10 09:14:02 -08: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 Fix typos and linted_packages sorting 2016-10-31 18:31:08 +01:00
mysql-wordpress-pd Fix typos and linted_packages sorting 2016-10-31 18:31:08 +01:00
newrelic Fix typos and linted_packages sorting 2016-10-31 18:31:08 +01: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
podsecuritypolicy/rbac add authz checks to allowed policies admission 2016-11-08 08:36:27 -05:00
runtime-constraints Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
selenium Fix typos and linted_packages sorting 2016-10-31 18:31:08 +01:00
sharing-clusters Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
spark Remove namespaces from all examples. 2016-11-11 11:57:33 -08:00
storage Rename PetSet to StatefulSet in docs and examples. 2016-11-05 00:17:28 -07: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 add secret type to RBD secrets in examples and e2e test 2016-11-03 13:50:38 -04: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 Rename PetSet to StatefulSet in docs and examples. 2016-11-05 00:17:28 -07:00
guidelines.md Fix typos and linted_packages sorting 2016-10-31 18:31:08 +01: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