From 7fcb38fdf306068b75ec801a2be3edf4d873d8a6 Mon Sep 17 00:00:00 2001 From: Sabby Anandan Date: Tue, 1 Sep 2020 13:51:56 -0700 Subject: [PATCH] Update README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 921d32d..63b1485 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ A Spring Cloud Data Flow workshop on Kubernetes. 2. Students will use the [Strigo](https://strigo.io/) platform to learn how to prepare the environment and exercise SCDF's feature capabilities on Kubernetes. 3. Instructions: [![HackMD documents](https://hackmd.io/badge.svg)](https://hackmd.io/MYhmNBEoRvOKW57_W49z2g) +> Tip: It is possible to follow the instructions to repeat this workshop in an EC2 instance (image: `ami-03e97315b2269f290`; +> region: `us-west-2`). + +> Tip: Alternatively, you can repeat using a Minikube/Kind cluster in your computer or against an external Kubernetes cluster. + ## Applications 1. [`trucks`](https://github.com/sabbyanandan/SpringOne2020/tree/master/thumbinator) — generates trucks in random interval 2. [`brake-temperture`](https://github.com/sabbyanandan/SpringOne2020/tree/master/brake-temperature) — computes moving average of truck's brake temperature in 10s interval @@ -12,4 +17,4 @@ A Spring Cloud Data Flow workshop on Kubernetes. 4. [`thumbinator`](https://github.com/sabbyanandan/SpringOne2020/tree/master/thumbinator) — a task/batch-job that creates thumbnails from images ## Presentation -TODO +SpeakerDeck: [Getting Started with Spring Cloud Data Flow](https://speakerdeck.com/sabbyanandan/getting-started-with-spring-cloud-data-flow)