We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc97f87 + 6182853 commit f86b8d6Copy full SHA for f86b8d6
content/en/docs/tutorials/kubernetes-basics/explore/explore-intro.html
@@ -154,7 +154,7 @@ <h3>Show the app in the terminal</h3>
154
<p><code><b>export POD_NAME="$(kubectl get pods -o go-template --template '{{range .items}}{{.metadata.name}}{{"\n"}}{{end}}')"</b></code><br />
155
<code><b>echo Name of the Pod: $POD_NAME</b></code></p>
156
<p>To see the output of our application, run a <code>curl</code> request:</p>
157
- <p><code><b>curl http://localhost:8001/api/v1/namespaces/default/pods/$POD_NAME/proxy/</b></code></p>
+ <p><code><b>curl http://localhost:8001/api/v1/namespaces/default/pods/$POD_NAME:8080/proxy/</b></code></p>
158
<p>The URL is the route to the API of the Pod.</p>
159
</div>
160
0 commit comments