docs: add details about app output for /docs/start

pull/12768/head
Avinash Upadhyaya 2021-10-25 19:13:48 +05:30
parent 4936430c7a
commit 503d3425e1
2 changed files with 3 additions and 1 deletions

0
site/.hugo_build.lock Normal file
View File

View File

@ -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