Skip to main contentKubernetes   Training

Cleanup

  • To delete the BookInfo app and its route-rules: ./istio/samples/bookinfo/platform/kube/cleanup.sh

  • To delete Istio from your cluster

    kubectl delete -f ./istio/createTraffic.yaml
    kubectl delete -f ./istio/samples/bookinfo/platform/kube/bookinfo.yaml
    kubectl delete -f ./istio/samples/bookinfo/networking/bookinfo-gateway.yaml
    kubectl delete -f ./istio/samples/bookinfo/networking/destination-rule-reviews.yaml
    kubectl delete -f ./istio/samples/bookinfo/networking/virtual-service-reviews-80-20.yaml
    istioctl manifest generate --set profile=demo | kubectl delete -f -
    kubectl delete ns istio-system