From 2a9854d70799f1ad406257f9757c219b8d51d207 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Sat, 13 Jul 2019 11:17:36 -0500 Subject: [PATCH] Add wordsmith exercise to 3-day course --- slides/three.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/slides/three.yml b/slides/three.yml index b5d0adcb..a9b3166b 100644 --- a/slides/three.yml +++ b/slides/three.yml @@ -100,6 +100,13 @@ chapters: - - k8s/rollout.md - k8s/namespaces.md - k8s/ingress.md + - | + # Exercise — from Compose to Kubernetes + + Let's run the wordsmith app on Kubernetes! + + The code is at: https://github.com/jpetazzo/wordsmith + - - k8s/localkubeconfig.md - k8s/accessinternal.md - k8s/volumes.md