diff --git a/site/.hugo_build.lock b/site/.hugo_build.lock new file mode 100644 index 0000000000..e69de29bb2 diff --git a/site/content/en/docs/start/_index.md b/site/content/en/docs/start/_index.md index f35f5398a4..5c0aa438a4 100644 --- a/site/content/en/docs/start/_index.md +++ b/site/content/en/docs/start/_index.md @@ -543,7 +543,9 @@ Alternatively, use kubectl to forward the port: kubectl port-forward service/hello-minikube 7080:8080 ``` -Tada! Your application is now available at [http://localhost:7080/](http://localhost:7080/) +Tada! Your application is now available at [http://localhost:7080/](http://localhost:7080/). + +You should be able to see the request metadata from nginx such as the `CLIENT VALUES`, `SERVER VALUES`, `HEADERS RECEIVED` and the `BODY` in the application output. Try changing the path of the request and observe the changes in the `CLIENT VALUES`. Similarly, you can do a POST request to the same and observe the body show up in `BODY` section of the output. ### LoadBalancer deployments