You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kubernetes/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
6. Add your docker username in `deploy.sh` at root.
17
17
7. To deploy on Kubernetes, run `./deploy.sh` at root.
18
18
8. View deployments, pods and HPA. Ensure all services are running. `kubectl get all`
19
-
9. Wait for a few minutes for kubernetes to become fully functional. It is ready when running `kubectl get hpa` does not show any `<unknown>` under `TARGETS`
19
+
9. Wait for a few minutes for kubernetes to become fully functional. It is ready when running `kubectl get hpa` does not show any `<unknown>` under `TARGETS`. For optimal testing performance, wait a few more minutes for the services to fully start and scale back down to 1 replica, as the services will scale up during startup due to greater utilization. Some services might not scale back down to 1 replica and might remain and 2-3 replicas instead.
20
20
10. Load testing:
21
21
* In a separate terminal, run command to carry conduct load testing
0 commit comments