Update README.md

This commit is contained in:
Carlos Rodríguez Hernández
2021-11-29 09:03:37 +01:00
committed by GitHub
parent d20b81144e
commit d3c8282db8

View File

@@ -120,7 +120,7 @@ Since the service `example-svc` is defined to be of type `NodePort`, we can set
$ kubectl port-forward $(kubectl get pods -l app=example -o jsonpath="{ .items[0].metadata.name }") 8000:8000
```
The command forwards the local port `8000` to port `8000` of the Pod container. You can access the application by visiting the http://localhost:8000.
The command forwards the local port `8000` to port `8000` of the Pod container. You can access the application by visiting the `http://localhost:8000`.
> **Note:**
>