Open find-arka opened 1 year ago
Under "Securing Communication Within Istio" it might be worth showing that from sleep pod in default NS we are able to curl the web-api pod before we create the PeeerAuth
kubectl apply -n default -f sample-apps/sleep.yaml
kubectl exec deploy/sleep -n default -- curl http://web-api.istioinaction:8080/
Under "Securing Communication Within Istio" it might be worth showing that from sleep pod in default NS we are able to curl the web-api pod before we create the PeeerAuth