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.
1 parent 6486762 commit aa0617fCopy full SHA for aa0617f
content/pt-br/docs/tutorials/kubernetes-basics/explore/explore-intro.html
@@ -267,7 +267,7 @@ <h3>Exiba a aplicação no terminal</h3>
267
Para ver a saída da aplicação, execute uma requisição com o comando
268
<code>curl</code>:
269
</p>
270
- <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>
271
<p>A URL é a rota para a API do Pod.</p>
272
</div>
273
0 commit comments