Deploying Pods
Before the deployment, ensure that the deployment node has or can pull the built WAAS Booster image.
- Copy the deployment file.
Copy the waasbooster.yaml file in the waas-waasbooster/deployment directory to the primary node of Kubernetes.
- Create the waasbooster pod.
kubectl apply -f waasbooster.yaml
If the following information is displayed, the pod is created successfully.

After a pod is created, the WAAS Booster service is automatically started.
Parent topic: Deploying WAAS Booster Using Kubernetes Pods