examples/README.md
33020c63
 OpenShift Examples
 ==================
 
 This directory contains examples of using OpenShift and explaining the new concepts
 available on top of Kubernetes and Docker.
 
 * [Hello OpenShift](./hello-openshift) is a simple Hello World style application that can be used to start a simple pod
 * [OpenShift Sample](./sample-app) is an end-to-end application demonstrating the full
   OpenShift v3 concept chain - images, builds, deployments, and templates.
0f706ad4
 * [Jenkins Example](./jenkins) demonstrates how to enhance the [sample-app](./sample-app) by deploying a Jenkins pod on OpenShift and thereby enable continuous integration for incoming changes to the codebase and trigger deployments when integration succeeds.
abb99618
 * [Node.js echo Sample](https://github.com/openshift/nodejs-ex) highlights the simple workflow from creating project, new app from GitHub, building, deploying, running and updating.
0f706ad4
 * [Project Quotas and Resource Limits](./project-quota) demonstrates how quota and resource limits can be applied to resources in an OpenShift project.
 * [Replicated Zookeper Template](./zookeeper) provides a template for an OpenShift service that exposes a simple set of primitives that distributed applications can build upon to implement higher level services for synchronization, configuration maintenance, and groups and naming.
499cf27c
 * [Storage Examples](./storage-examples) provides a high level tutorial and templates for local and persistent storage on OpenShift using simple nginx applications.
0f706ad4
 * [Clustered Etcd Template](./etcd) provides a template for setting up a clustered instance of the [Etcd](https://github.com/coreos/etcd) key-value store as a service on OpenShift.
df353fcc
 * [Configurable Git Server](./gitserver) sets up a service capable of automatic mirroring of Git repositories, intended for use within a container or Kubernetes pod.
 * [QuickStarts](./quickstarts) provides templates for very basic applications using various frameworks and databases.
 * [Database Templates](./db-templates) provides templates for ephemeral and persistent storage on OpenShift using MongoDB, MySQL, and PostgreSQL.