You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update deploy-interactive to include note on pods (#19455)
* Update deploy-interactive to include note on pods
Signed-off-by: Dean Coakley <[email protected]>
* Update copy
Signed-off-by: Dean Coakley <[email protected]>
Copy file name to clipboardExpand all lines: content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-interactive.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,14 @@
17
17
18
18
<mainclass="content katacoda-content">
19
19
20
+
<divclass="row">
21
+
<divclass="col-md-12">
22
+
<p>
23
+
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. <ahref="/docs/concepts/workloads/pods/pod-overview/#understanding-pods">Learn more about Pods</a>.
0 commit comments