docs: add details about app output for /docs/start
parent
4936430c7a
commit
503d3425e1
|
@ -543,7 +543,9 @@ Alternatively, use kubectl to forward the port:
|
||||||
kubectl port-forward service/hello-minikube 7080:8080
|
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
|
### LoadBalancer deployments
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue