Skip to content

Commit 8aac9b5

Browse files
committed
Add port-forward instruction
1 parent 6f0ed48 commit 8aac9b5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure-votes-redis/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ kubectl get service azure-vote-front
7979

8080
Copy the EXTERNAL-IP address from the output. To see the application in action, open a web browser to the external IP address of your service.
8181

82+
Alternatively, for kind clusters, you can also use the following command
83+
84+
```sh
85+
kubectl port-forward -n azure-vote service/azure-vote-front 8080:80
86+
```
87+
8288
If you're interested in code for the application, it is available [here](https://github.com/Azure-Samples/azure-voting-app-redis).
8389

8490
## Clean up

0 commit comments

Comments
 (0)