File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -297,14 +297,14 @@ export ENVOY_SERVICE=$(kubectl get svc -n envoy-gateway-system --selector=gatewa
297297Port forward to the Envoy service :
298298
299299` ` ` shell
300- kubectl -n envoy-gateway-system port-forward service/${ENVOY_SERVICE} 80 :80 &
300+ kubectl -n envoy-gateway-system port-forward service/${ENVOY_SERVICE} 8080 :80 &
301301` ` `
302302
303303Query the TLS-enabled backend through Envoy proxy :
304304
305305` ` ` shell
306- curl -v -HHost:www.example.com --resolve "www.example.com:80 :127.0.0.1" \
307- http://www.example.com:80 /get
306+ curl -v -HHost:www.example.com --resolve "www.example.com:8080 :127.0.0.1" \
307+ http://www.example.com:8080 /get
308308` ` `
309309
310310Inspect the output and see that the response contains the details of the TLS handshake between Envoy and the backend :
Original file line number Diff line number Diff line change @@ -297,14 +297,14 @@ export ENVOY_SERVICE=$(kubectl get svc -n envoy-gateway-system --selector=gatewa
297297Port forward to the Envoy service :
298298
299299` ` ` shell
300- kubectl -n envoy-gateway-system port-forward service/${ENVOY_SERVICE} 80 :80 &
300+ kubectl -n envoy-gateway-system port-forward service/${ENVOY_SERVICE} 8080 :80 &
301301` ` `
302302
303303Query the TLS-enabled backend through Envoy proxy :
304304
305305` ` ` shell
306- curl -v -HHost:www.example.com --resolve "www.example.com:80 :127.0.0.1" \
307- http://www.example.com:80 /get
306+ curl -v -HHost:www.example.com --resolve "www.example.com:8080 :127.0.0.1" \
307+ http://www.example.com:8080 /get
308308` ` `
309309
310310Inspect the output and see that the response contains the details of the TLS handshake between Envoy and the backend :
You can’t perform that action at this time.
0 commit comments