From 6a8085fac5b0b8c9026c6acc1125de5b9325d812 Mon Sep 17 00:00:00 2001 From: Dean Coakley Date: Fri, 6 Mar 2020 03:10:50 +0000 Subject: [PATCH] Update deploy-interactive to include note on pods (#19455) * Update deploy-interactive to include note on pods Signed-off-by: Dean Coakley * Update copy Signed-off-by: Dean Coakley --- .../kubernetes-basics/deploy-app/deploy-interactive.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-interactive.html b/content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-interactive.html index 7636f8ea94..6d7e15a7c4 100644 --- a/content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-interactive.html +++ b/content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-interactive.html @@ -17,6 +17,14 @@ weight: 20
+
+
+

+ A Pod is the basic execution unit of a Kubernetes application. Each Pod represents a part of a workload that is running on your cluster. Learn more about Pods. +

+
+
+