Skip to content

Commit 2ffd2ff

Browse files
authored
Merge pull request #109 from rjkoh/N8-KubernetesAutoScale
add further instructions for kubernetes
2 parents 2b9bcff + 513d361 commit 2ffd2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
6. Add your docker username in `deploy.sh` at root.
1717
7. To deploy on Kubernetes, run `./deploy.sh` at root.
1818
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.
2020
10. Load testing:
2121
* In a separate terminal, run command to carry conduct load testing
2222
```

0 commit comments

Comments
 (0)