Kubernetes application example tutorials
Go to file
Madhusudan.C.S 58b31deba1 Move Deployments to ReplicaSets and switch the Deployment selector to the new LabelSelector.
Update the Deployments' API types, defaulting code, conversions, helpers
and validation to use ReplicaSets instead of ReplicationControllers and
LabelSelector instead of map[string]string for selectors.

Also update the Deployment controller, registry, kubectl subcommands,
client listers package and e2e tests to use ReplicaSets and
LabelSelector for Deployments.
2016-02-08 21:27:38 -08:00
apiserver Updating methods to return error rather than using glog.Fatalf 2016-02-03 16:00:45 -08:00
aws_ebs run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
blog-logging run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
cassandra Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
celery-rabbitmq Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
cephfs CephFS: Add subdir Option for Changing Mounted Root Directory 2016-02-01 22:01:19 +01:00
cluster-dns Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
elasticsearch fix es example 2016-02-01 14:50:38 -08:00
experimental/persistent-volume-provisioning run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
explorer Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
extensions Move Deployments to ReplicaSets and switch the Deployment selector to the new LabelSelector. 2016-02-08 21:27:38 -08:00
fibre_channel run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
flexvolume Add support for flex volume. Flex volume adds support for thirdparty(vendor) 2015-12-23 14:11:38 -08:00
flocker initial commit to refacter flocker example docs 2016-01-12 13:54:45 -05:00
glusterfs run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
guestbook Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
guestbook-go Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
hazelcast Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
https-nginx Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
iscsi run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
javaee run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
javaweb-tomcat-sidecar run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
job Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
k8petstore Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
kubectl-container Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
meteor Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
mysql-cinder-pd run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
mysql-galera Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
mysql-wordpress-pd run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
newrelic run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
nfs Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
nodesjs-mongodb run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
openshift-origin run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
phabricator Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
rbd run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
redis Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
rethinkdb Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
runtime-constraints run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
selenium run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
sharing-clusters Remaining codec change refactors 2016-01-22 13:27:27 -05:00
spark move spark images to github.com/kubernetes/application-images/spark 2016-01-16 11:15:23 -05:00
storm run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
vitess run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
README.md run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
examples_test.go implement Node affinity and NodeSelector 2016-02-04 01:53:14 +00:00
pod kubectl resource builder: don't check extension for single files 2015-07-07 13:48:29 -07:00
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 run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08: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.1/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.

Analytics