kubernetes/examples
Xing Zhou 793c58b56c Updated the document links in examples/guestbook README.
As all the Kubernetes doc has been moved to kubernetes.github.io,
update all the links in examples/guestbook README to directly
point at kubernetes.io, especially for the ones with inside page
anchors.
2017-01-25 15:22:40 +08:00
..
apiserver Update generated files 2017-01-24 20:56:03 +01:00
cluster-dns fix kube-dns link in examples 2017-01-20 09:54:45 -06:00
cockroachdb Merge pull request #39103 from a-robinson/v1.5 2017-01-24 17:30:08 -08:00
elasticsearch
explorer
guestbook Updated the document links in examples/guestbook README. 2017-01-25 15:22:40 +08:00
guestbook-go
https-nginx Correct import statements 2017-01-17 16:18:18 -05:00
javaee
javaweb-tomcat-sidecar
job
k8petstore
kubectl-container
meteor
mysql-cinder-pd
mysql-wordpress-pd fix kube-dns link in examples 2017-01-20 09:54:45 -06:00
newrelic
nodesjs-mongodb
openshift-origin
persistent-volume-provisioning
phabricator
podsecuritypolicy/rbac
runtime-constraints
selenium
sharing-clusters Correct import statements 2017-01-17 16:18:18 -05:00
spark fix kube-dns link in examples 2017-01-20 09:54:45 -06:00
storage fixing Cassandra shutdown example to avoid data corruption 2017-01-12 22:22:47 +01:00
storm
sysdig-cloud
volumes
BUILD generated: informer,client 2017-01-23 17:52:47 -05:00
OWNERS Updated top level owners file to match new format 2017-01-19 11:29:16 -08:00
README.md
doc.go
examples_test.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
guidelines.md
pod
scheduler-policy-config-with-extender.json PodFitsPorts has been replaced by PodFitsHostPorts 2017-01-11 14:52:45 +08:00
scheduler-policy-config.json PodFitsPorts has been replaced by PodFitsHostPorts 2017-01-11 14:52:45 +08:00
simple-nginx.md

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