From 2bb5f5cc4d71b219b0f6f8f16d577052371f5c81 Mon Sep 17 00:00:00 2001 From: Arnaud Morin Date: Sun, 9 Jan 2022 00:20:47 +0100 Subject: [PATCH] up Signed-off-by: Arnaud Morin --- kubernetes/training/lessons/1-k8s101.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kubernetes/training/lessons/1-k8s101.md b/kubernetes/training/lessons/1-k8s101.md index db38bb0..7379b7b 100644 --- a/kubernetes/training/lessons/1-k8s101.md +++ b/kubernetes/training/lessons/1-k8s101.md @@ -273,5 +273,6 @@ kubectl delete deployment first-dep Now, you are on your own, deploy the demo-flask app with 3 replicas on your kubernetes cluster. -The demo-flask app image is available at `arnaudmorin/demo-flask` +The demo-flask app image is available at: +[arnaudmorin/demo-flask](https://hub.docker.com/r/arnaudmorin/demo-flask)