Skip to content

Commit 8882025

Browse files
authored
Grammar corrections
1 parent 4b682f8 commit 8882025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ <h3>View the app</h3>
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>
136136
<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>
138-
<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>
137+
Also as a basic tutorial, we're not explaining what <code>Pods</code> are in any detail here, it will be covered in later topics.</p>
138+
<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 it's running.</p>
139139
<p><strong>You need to open a second terminal window to run the proxy.</strong></p>
140140
<p><b><code>kubectl proxy</b></code>
141141
<p>We now have a connection between our host (the terminal) and the Kubernetes cluster. The proxy enables direct access to the API from these terminals.</p>

0 commit comments

Comments
 (0)