Skip to content

Commit 5f77eb1

Browse files
authored
added hyperlink for pod and updated with a note. (#44051)
1 parent 9eedb84 commit 5f77eb1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,11 @@ <h3>Deploy an app</h3>
130130
<div class="row">
131131
<div class="col-md-12">
132132
<h3>View the app</h3>
133-
<p>Pods that are running inside Kubernetes are running on a private, isolated network.
133+
<p><a href="/docs/concepts/workloads/pods/">Pods</a> that are running inside Kubernetes are running on a private, isolated network.
134134
By default they are visible from other pods and services within the same Kubernetes cluster, but not outside that network.
135135
When we use <code>kubectl</code>, we're interacting through an API endpoint to communicate with our application.</p>
136-
<p>We will cover other options on how to expose your application outside the Kubernetes cluster later, in <a href="/docs/tutorials/kubernetes-basics/expose/">Module 4</a>.</p>
136+
<p>We will cover other options on how to expose your application outside the Kubernetes cluster later, in <a href="/docs/tutorials/kubernetes-basics/expose/">Module 4</a>.
137+
Also as a basic tutorial, we're not explaining what <code>Pods</code> are in any detail here, it will cover in later topics.</p>
137138
<p>The <code>kubectl proxy</code> command can create a proxy that will forward communications into the cluster-wide, private network. The proxy can be terminated by pressing control-C and won't show any output while its running.</p>
138139
<p><strong>You need to open a second terminal window to run the proxy.</strong></p>
139140
<p><b><code>kubectl proxy</b></code>

0 commit comments

Comments
 (0)