From 6e21c9858a4a5cef0cbc6e9bcf39749545c15824 Mon Sep 17 00:00:00 2001 From: Christopher Negus Date: Mon, 5 Dec 2022 19:59:37 +0000 Subject: [PATCH] Add review comments to User Guide --- docs/how-it-works.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-it-works.md b/docs/how-it-works.md index f1a42a9f..23f53f63 100644 --- a/docs/how-it-works.md +++ b/docs/how-it-works.md @@ -179,7 +179,7 @@ This example creates a single cluster in a single VPC, then configures two route ```bash - kubectl get rates inventory -o yaml + kubectl get httproute rates inventory -o yaml ``` **Check service connectivity** @@ -201,7 +201,7 @@ This example creates a single cluster in a single VPC, then configures two route ```bash kubectl exec -ti inventory-ver1-7bb6989d9d-2p2hk sh ``` -1. From inside of the inventory pod, use `curl` to connect to the parking service: +1. From inside of the inventory pod, use `curl` to connect to the parking service (using the DNS Name from the previous `kubectl get httproute` command): ```bash curl rates-00422586e3362607e.7d67968.vpc-service-network-svcs.us-west-2.amazonaws.com/parking ```