From 26e936c39604963d82bac2b8495b898971f24268 Mon Sep 17 00:00:00 2001 From: Arnaud M Date: Fri, 19 Jan 2024 09:59:37 +0100 Subject: [PATCH] Add yaml file with kubectl apply Signed-off-by: Arnaud M --- kubernetes/training/lessons/1-k8s101.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kubernetes/training/lessons/1-k8s101.md b/kubernetes/training/lessons/1-k8s101.md index 563c704..a944249 100644 --- a/kubernetes/training/lessons/1-k8s101.md +++ b/kubernetes/training/lessons/1-k8s101.md @@ -276,3 +276,6 @@ Now, you are on your own, deploy the demo-flask app with 3 replicas on your kube The demo-flask app image is available at: [arnaudmorin/demo-flask](https://hub.docker.com/r/arnaudmorin/demo-flask) +Now, do it by writting a yaml file containing a deployment and a service and use +`kubectl apply` to send it to kube API. +