From d19d66e3472c958fb3643d7491619a63681ca0a2 Mon Sep 17 00:00:00 2001 From: Mahyar Mirrashed Date: Fri, 18 Apr 2025 16:27:39 -0700 Subject: [PATCH] docs: add heads up about using tmux for testing port forwarding --- docs/12-smoke-test.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/12-smoke-test.md b/docs/12-smoke-test.md index 354cff3..b04018b 100644 --- a/docs/12-smoke-test.md +++ b/docs/12-smoke-test.md @@ -72,7 +72,7 @@ nginx-56fcf95486-c8dnx 1/1 Running 0 8s ### Port Forwarding -In this section you will verify the ability to access applications remotely using [port forwarding](https://kubernetes.io/docs/tasks/access-application-cluster/port-forward-access-application-cluster/). +In this section you will verify the ability to access applications remotely using [port forwarding](https://kubernetes.io/docs/tasks/access-application-cluster/port-forward-access-application-cluster/). If you are familiar with `tmux`, start a Tmux session for this part (install it with `apt-get install -y tmux`). Retrieve the full name of the `nginx` pod: @@ -92,7 +92,7 @@ Forwarding from 127.0.0.1:8080 -> 80 Forwarding from [::1]:8080 -> 80 ``` -In a new terminal make an HTTP request using the forwarding address: +In a new terminal/window, make an HTTP request using the forwarding address: ```bash curl --head http://127.0.0.1:8080