Skip to content

Commit

Permalink
update Multicluster Istio installation doc
Browse files Browse the repository at this point in the history
  • Loading branch information
palimarium committed May 11, 2021
1 parent c3efc69 commit 691ba72
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,20 @@ istioctl x create-remote-secret \

## 9) Verifying Cross-Cluster Traffic & Workload Certificates


``` bash
❯ kubectl exec --context="${CTX_CLUSTER1}" -n sample -c sleep \
"$(kubectl get pod --context="${CTX_CLUSTER1}" -n sample -l \
app=sleep -o jsonpath='{.items[0].metadata.name}')" \
-- curl -sS helloworld.sample:5000/hello
Hello version: v2, instance: helloworld-v2-7855866d4f-mk5zp
Hello version: v1, instance: helloworld-v1-5b75657f75-dqgzs
```
---

``` bash
❯ kubectl exec --context="${CTX_CLUSTER2}" -n sample -c sleep \
Expand Down

0 comments on commit 691ba72

Please sign in to comment.