Istio BookInfo Application测试案例
https://istio.io/docs/examples/bookinfo/ Start the application services Change directory to the root of the Istio installation. The default Istio installation uses automatic sidecar injection. Label the namespace that will host the application with istio-injection=enabled: $ kubectl label namespace default istio-injection=enabled 1 If you use OpenShift, make sure to give appropriate permissions to service accounts on the namespace as described in OpenShift setup page. Deploy your application using the kubectl command: $ kubectl