(Optional) Deleting Pods
To stop the WAAS Booster service in a cluster, you need to delete the pods. After the pods are deleted, the WAAS Booster service automatically stops, and the quota of all service pods is restored to the initial setting.
- View pods.
kubectl get pods
If the following information is displayed, the waasbooster pods are running:

- Delete the pods.
kubectl delete -f waasbooster.yaml
If the following information is displayed, the pods are deleted successfully.

Parent topic: Deploying WAAS Booster Using Kubernetes Pods