Understand Istio Create bookinfo app sample $ kubectl apply -f samples/bookinfo/platform/kube/bookinfo.yaml Create destination rule $ 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