We'll block access to the Guestbook Service by adding the deny-guestbook-service.yaml
rule shown below.
kubectl apply -f istio/deny-guestbook-service.yaml
Visit Guestbook UI and see that Guestbook Service can no longer be accessed.
To remove denial, you can delete the rule.
kubectl delete -f istio/deny-guestbook-service.yaml