Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 638 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 638 Bytes

Exercise 12 - Service Isolation Using Mixer

This has not been tested with Istio 1.2.5! Mixer has changed with recent versions of Istio and this might be out of date!

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