# Istio - Cleanup

Remove the Bookinfo application and clean it up (delete the routing rules and terminate the application pods):

# Clean everything - remove port-forward, Bookinfo application, all Istio VirtualServices, Gateways, DestinationRules
killall kubectl siege
sed -i "/read NAMESPACE/d" ./samples/bookinfo/platform/kube/cleanup.sh
./samples/bookinfo/platform/kube/cleanup.sh

To remove your VMs from OpenStack, please run:

cd ../..
terraform destroy -auto-approve -var-file=terrafrom/openstack/terraform.tfvars terrafrom/openstack

Istio