From 13fcb0edb256b8346714396f59fdd200e60a5e01 Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Tue, 6 Jun 2017 08:41:06 -0700 Subject: [PATCH] add video tutorial on draft --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2dde18f..11a216c 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ Using Draft is as simple as: Once the developer is happy with changes made via Draft, they commit and push to version control, after which a continuous integration (CI) system takes over. Draft builds upon [Kubernetes Helm](https://github.com/kubernetes/helm) and the [Kubernetes Chart format](https://github.com/kubernetes/helm/blob/master/docs/charts.md), making it easy to construct CI pipelines from Draft-enabled applications. +Here is a video demonstrating how to set up Draft on Azure Container Services: + +[![video demonstrating draft on Azure Container Services](http://img.youtube.com/vi/7N7vdOa-TPI/0.jpg)](http://www.youtube.com/watch?v=7N7vdOa-TPI "Using Draft to streamline development on Kubernetes w/Azure Container Service and Container Registry") + ## Installation Review the [Installation Guide][Installation Guide] to configure and install Draft on to your Kubernetes cluster.