k3s/examples
xiangpengzhao 709ca2e4cc
Clean up petset
2017-05-06 11:24:34 +08:00
..
cluster-dns Fixed typo in the dns name 2017-05-02 14:40:24 -07:00
cockroachdb Put podAntiAffinity in PodSpec. 2017-05-04 10:11:24 +08:00
elasticsearch Merge pull request #34894 from allancaffee/patch-1 2016-11-28 11:44:39 -08:00
explorer autogenerated 2017-04-14 10:40:57 -07:00
guestbook Merge pull request #45077 from ahmetb/example-rm-yamls 2017-05-01 18:25:44 -07:00
guestbook-go autogenerated 2017-04-14 10:40:57 -07:00
https-nginx autogenerated 2017-04-14 10:40:57 -07: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
kubectl-container Always --pull in docker build to ensure recent base images 2017-01-10 16:21:05 -08:00
meteor Remove all MAINTAINER statements in the codebase as they aren't very useful and now deprecated 2016-12-17 20:34:10 +02:00
mysql-cinder-pd Fix typos and linted_packages sorting 2016-10-31 18:31:08 +01:00
mysql-wordpress-pd README.md: Update outdated links 2017-04-27 09:11:18 +08:00
newrelic fix satisfy typo 2017-03-02 20:03:51 +08:00
nodesjs-mongodb Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
oms Add OMS example 2017-01-06 11:36:18 -08:00
openshift-origin Replace uses of --config with --pod-manifest-path 2017-02-07 14:32:37 -08:00
persistent-volume-provisioning Add reference to gluster-kubernetes repo. 2017-05-03 13:06:10 +05:30
phabricator Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
podsecuritypolicy/rbac PodSecurityPolicy example: fix explanation 2017-02-25 11:41:57 -08:00
runtime-constraints Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
selenium Merge pull request #41036 from jorahn/patch-1 2017-02-20 11:22:32 -08:00
sharing-clusters autogenerated 2017-04-14 10:40:57 -07:00
spark fix kube-dns link in examples 2017-01-20 09:54:45 -06:00
storage Clean up petset 2017-05-06 11:24:34 +08: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 #45240 from vmware/update_volume_samples 2017-05-03 22:21:10 -07:00
BUILD Prune k8petstore from examples and e2es per discussion on sig-testing 2017-04-28 11:49:23 -05:00
OWNERS add eparis ass approver for test and examples 2017-03-30 11:58:49 -04:00
README.md README updated 2017-03-28 13:31:15 -04:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
examples_test.go Remove redis-proxy example 2017-04-23 16:59:23 +02:00
guidelines.md Replace links to Helm Charts in example guidelines 2017-03-06 10:46:43 +00:00
pod examples/pod: Revert the previous changes. 2016-09-13 15:09:25 -07:00
scheduler-policy-config-with-extender.json - scheduler extenders that are capable of maintaining their own 2017-02-23 10:25:42 -08:00
scheduler-policy-config.json PodFitsPorts has been replaced by PodFitsHostPorts 2017-01-11 14:52:45 +08:00
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