我要评分
获取效率
正确性
完整性
易理解

(Optional) Uninstallation or Deletion

If Istio is not required, uninstall Istio-related pods and configurations, and then delete the Istio installation files. After all Istio benchmark tests are complete, you can delete the pods and configurations related to the benchmark tests.

Uninstalling Istio-related Pods and Configurations

Run the following command on the master node of the Kubernetes cluster to uninstall Istio-related pods and configurations:
istioctl uninstall --purge

Uninstalling Istio

Delete the Istio installation files to uninstall Istio.

Deleting Pods and Configurations Related to Benchmark Tests

Run the following commands on the master node of the Kubernetes cluster to delete the pods and configurations related to benchmark tests:
kubectl delete all --all -n twopods-istio
kubectl delete namespace twopods-istio