Skip to content

Commit 6a8085f

Browse files
authored
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]>
1 parent c5626fd commit 6a8085f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-interactive.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717

1818
<main class="content katacoda-content">
1919

20+
<div class="row">
21+
<div class="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. <a href="/docs/concepts/workloads/pods/pod-overview/#understanding-pods">Learn more about Pods</a>.
24+
</p>
25+
</div>
26+
</div>
27+
2028
<br>
2129
<div class="katacoda">
2230
<div class="katacoda__alert">

0 commit comments

Comments
 (0)