Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 514 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 514 Bytes

Exercise 12 - Service Isolation Using Mixer

Service Isolation Using Mixer

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