itappspace |
curl -L https://istio.io/downloadIstio | sh -2023-3-22 12:10 67 0if installtion failed, please check if it is downloaded. |
回复 | |
itappspace |
发表于 2023-03-22 14:09:06 To confirm that the Bookinfo application is running, send a request to it by a kubectl exec "$(kubectl get pod -l app=ratings -o jsonpath='{.items[0].metadata.name}')" -c ratings -- curl -sS productpage:9080/productpage | grep -o "<title>.*</title>" |
回复 | |