From b70bed0ae2cdfe33abe45123a29670101f31321a Mon Sep 17 00:00:00 2001 From: savagebidoof Date: Sat, 22 Apr 2023 05:11:32 +0200 Subject: [PATCH] quality improvements --- Istio/02-Traffic_management/06-mTLS/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Istio/02-Traffic_management/06-mTLS/README.md b/Istio/02-Traffic_management/06-mTLS/README.md index 6e3a75a..99fd3c3 100755 --- a/Istio/02-Traffic_management/06-mTLS/README.md +++ b/Istio/02-Traffic_management/06-mTLS/README.md @@ -53,7 +53,7 @@ kubectl apply -f https://raw.githubusercontent.com/istio/istio/master/samples/ad ## Wait for deployments to be ready ```shell -$ kubectl get pods -A -w +kubectl get pods -A -w ``` ## Kiali @@ -81,13 +81,13 @@ istioctl dashboard kiali On the service `byeworld` (reminder that it's pods had the Istio sidecar injection disabled), it displays the message `No mTLS`, meaning that mTLS (Mutual TLS between Istio sidecards) is not available. -![](../src/06-kiali-services-byeworld.png) +![byeworld displays the message `No mTLS`](../src/06-kiali-services-byeworld.png) ### Helloworld On the service `helloworld`, it displays the message `mTLS` -![](../src/06-kiali-services-helloworld.png) +![helloworld displays the message `mTLS`](../src/06-kiali-services-helloworld.png) ## Test resources ### Curl / LB requests / requests from external traffic