Understand Istio Create bookinfo app sample $ kubectl apply -f samples/bookinfo/platform/kube/bookinfo.yaml create dr $ kubectl apply -f samples/bookinfo/networking/destination-rule-all.yaml vs all v1 $ kubectl apply -f samples/bookinfo/networking/virtual-service-all-v1.yaml header based vs $ kubectl apply -f samples/bookinfo/networking/virtual-service-reviews-test-v2.yaml delete vs $ kubectl delete -f samples/bookinfo/networking/virtual-service-all-v1.yaml add fix delay to rating $ kubectl apply -f samples/bookinfo/networking/virtual-service-ratings-test-delay.yaml proxy-config $ istioctl pc proxy-status $ istioctl ps check authn status $ istioctl authn tls-check details-v1-74f858558f-qqg99 rate limit $ kubectl apply -f samples/bookinfo/policy/mixer-rule-productpage-ratelimit.yaml