# README
OpenShift Examples
This directory contains examples of using OpenShift and explaining the new concepts available on top of Kubernetes and Docker.
- Hello OpenShift is a simple Hello World style application that can be used to start a simple pod
- OpenShift Sample is an end-to-end application demonstrating the full OpenShift v3 concept chain - images, builds, deployments, and templates.
- Node.js echo Sample highlights the simple workflow from creating project, new app from GitHub, building, deploying, running and updating.